From f14b7465681e6c7b7c758fb6306d26710579fb35 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 22 Apr 2013 14:17:55 -0400 Subject: [PATCH] disable bootstrap --- R-IRanges.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/R-IRanges.spec b/R-IRanges.spec index b80abdc..d4646d0 100644 --- a/R-IRanges.spec +++ b/R-IRanges.spec @@ -1,10 +1,10 @@ %global packname IRanges %global Rvers 3.0.0 -%global bootstrap 1 +%global bootstrap 0 Name: R-%{packname} Version: 1.18.0 -Release: 2%{dist} +Release: 2%{dist}.1 Summary: Low-level containers for storing sets of integer ranges Group: Applications/Engineering License: Artistic 2.0 and Copyright only @@ -89,6 +89,9 @@ rm -rf %{buildroot} %{_libdir}/R/library/%{packname}/include %changelog +* Mon Apr 22 2013 Tom Callaway - 1.18.0-2.1 +- disable bootstrap + * Mon Apr 15 2013 Tom Callaway - 1.18.0-2 - bootstrap pass