[R-qtl/el5: 4/4] Restore specfile compatibility

Mattias Ellert ellert at fedoraproject.org
Mon Apr 15 06:30:44 UTC 2013


commit da616892714bdfc377da2bc6d9e881b7b6e65896
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Mon Apr 15 08:29:28 2013 +0200

    Restore specfile compatibility

 R-qtl.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/R-qtl.spec b/R-qtl.spec
index 579fecd..ac723ad 100644
--- a/R-qtl.spec
+++ b/R-qtl.spec
@@ -8,8 +8,8 @@ License:          GPLv3
 URL:              http://www.rqtl.org/
 Group:            Applications/Engineering
 Summary:          Tools for analyzing QTL experiments
-Requires:         R-core >= 3.0.0
-BuildRequires:    R-devel >= 3.0.0
+Requires:         R-core
+BuildRequires:    R-devel
 BuildRequires:    tex(latex)
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -58,7 +58,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-, root, root, -)
 %dir %{_libdir}/R/library/%{packname}
-%doc %{_libdir}/R/library/%{packname}/docs
+%doc %{_libdir}/R/library/%{packname}/doc
 %doc %{_libdir}/R/library/%{packname}/html
 %doc %{_libdir}/R/library/%{packname}/BUGS.txt
 %doc %{_libdir}/R/library/%{packname}/DESCRIPTION


More information about the scm-commits mailing list