rpms/R/devel R.spec,1.37,1.38

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 7 15:26:34 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/R/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18779

Modified Files:
	R.spec 
Log Message:

Move INSTALL back into main package.



Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/R.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- R.spec	3 Jan 2008 15:00:01 -0000	1.37
+++ R.spec	7 Jan 2008 15:25:50 -0000	1.38
@@ -1,6 +1,6 @@
 Name: R
 Version: 2.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@@ -179,7 +179,7 @@
 %{_bindir}/Rscript
 %{_datadir}/R
 %dir %{_libdir}/R
-%{_libdir}/R/bin/[!I]*
+%{_libdir}/R/bin
 %{_libdir}/R/etc
 %{_libdir}/R/lib
 %{_libdir}/R/library
@@ -199,7 +199,6 @@
 %defattr(-, root, root)
 %{_libdir}/pkgconfig/libR.pc
 %{_includedir}/R
-%{_libdir}/R/bin/INSTALL
 
 %files -n libRmath
 %defattr(-, root, root)
@@ -252,6 +251,10 @@
 /sbin/ldconfig
 
 %changelog
+* Mon Jan  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.6.1-3
+- move INSTALL back into R main package, as it is useful without the 
+  other -devel bits (e.g. installing noarch package from CRAN)
+
 * Tue Dec 11 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.6.1-2
 - based on changes from Martyn Plummer <martyn.plummer at r-project.org>
 - use configure options rdocdir, rincludedir, rsharedir 




More information about the fedora-extras-commits mailing list