rpms/R-systemfit/devel R-systemfit.spec,1.6,1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Jul 14 17:07:50 UTC 2008


Author: orion

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

Modified Files:
	R-systemfit.spec 
Log Message:
Use "--no-install" in %%check to avoid missing suggested dependencies



Index: R-systemfit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-systemfit/devel/R-systemfit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- R-systemfit.spec	14 Jul 2008 16:44:12 -0000	1.6
+++ R-systemfit.spec	14 Jul 2008 17:06:57 -0000	1.7
@@ -44,7 +44,9 @@
 
 
 %check
-%{_bindir}/R CMD check %{packname}
+#We have to use --no-install because we don't have all of the suggested
+#dependencies
+%{_bindir}/R CMD check --no-install  %{packname}
 
 
 %clean
@@ -79,6 +81,7 @@
 %changelog
 * Mon Jul 14 2008 Orion Poplawski <orion at cora.nwra.com> - 1.0-3
 - Add BR R-lmtest
+- Use "--no-install" in %%check to avoid missing suggested dependencies
 
 * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0-2
 - fix license tag




More information about the fedora-extras-commits mailing list