[R-IRanges] undo bootstrap

Tom Callaway spot at fedoraproject.org
Mon Apr 15 16:05:41 UTC 2013


commit e2ecc5989c7d0d5d7b89cb9827e0623beddd8519
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Apr 15 12:04:59 2013 -0400

    undo bootstrap

 R-IRanges.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/R-IRanges.spec b/R-IRanges.spec
index b87e597..dabdfbe 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:          1%{dist}
+Release:          2%{dist}
 Summary:          Low-level containers for storing sets of integer ranges
 Group:            Applications/Engineering 
 License:          Artistic 2.0 and Copyright only
@@ -22,6 +22,7 @@ BuildRequires:    R-methods R-stats R-RUnit R-Matrix R-BiocGenerics
 # R-GenomicRanges is only needed for check, but it makes a dep loop
 %if %{bootstrap} < 1
 BuildRequires:    R-GenomicRanges
+BuildRequires:    R-BSgenome.Celegans.UCSC.ce2
 %endif
 
 %description
@@ -88,6 +89,9 @@ rm -rf %{buildroot}
 %{_libdir}/R/library/%{packname}/include
 
 %changelog
+* Mon Apr 15 2013 Tom Callaway <spot at fedoraproject.org> - 1.18.0-2
+- disable bootstrap
+
 * Sun Apr 07 2013 pingou <pingou at pingoured.fr> 1.18.0-1
 - Update to version 1.18.0
 


More information about the scm-commits mailing list