[R-BSgenome] Fix R/BR

Pierre-YvesChibon pingou at fedoraproject.org
Sat Sep 11 08:51:31 UTC 2010


commit 9b16c3a094ccb66256471bd61a2d8e9f75273ee8
Author: pingou <pingou at pingoured.fr>
Date:   Sat Sep 11 10:51:15 2010 +0200

    Fix R/BR

 R-BSgenome.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/R-BSgenome.spec b/R-BSgenome.spec
index 85f1bb6..a1676e3 100644
--- a/R-BSgenome.spec
+++ b/R-BSgenome.spec
@@ -3,7 +3,7 @@
 
 Name:             R-%{packname}
 Version:          1.16.5
-Release:          1%{dist}
+Release:          2%{dist}
 Summary:          Infrastructure for Biostrings-based genome data packages
 
 Group:            Applications/Engineering 
@@ -15,8 +15,9 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
 
 Requires:         R-core >= %{Rvers} R-methods R-IRanges R-Biostrings 
+Requires:         R-GenomicRanges
 BuildRequires:    R-devel >= %{Rvers} tex(latex) R-Biostrings-devel
-BuildRequires:    R-methods R-IRanges
+BuildRequires:    R-methods R-IRanges R-GenomicRanges
 
 %description
 Infrastructure shared by all the Biostrings-based genome data packages
@@ -62,6 +63,9 @@ rm -rf %{buildroot}
 %{_datadir}/R/library/%{packname}/BSgenomeDataPkg-template
 
 %changelog
+* Sat Sep 11 2010 pingou <pingou at pingoured.fr> 1.16.5-2
+- Add R-GenomicRanges in R and BR
+
 * Sat Sep 11 2010 pingou <pingou at pingoured.fr> 1.16.5-1
 - Update to version 1.16.5
 


More information about the scm-commits mailing list