rpms/R-multcomp/devel R-multcomp.spec,1.5,1.6

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Mar 4 22:13:34 UTC 2008


Author: orion

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

Modified Files:
	R-multcomp.spec 
Log Message:
Use --no-latex in check



Index: R-multcomp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-multcomp/devel/R-multcomp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- R-multcomp.spec	4 Mar 2008 21:34:09 -0000	1.5
+++ R-multcomp.spec	4 Mar 2008 22:12:59 -0000	1.6
@@ -42,7 +42,10 @@
 
 
 %check
-%{_bindir}/R CMD check --no-install %{packname}
+#We have to use --no-install because we don't have all of the suggested
+#dependencies
+#We use --no-latex because it is broken with --no-install
+%{_bindir}/R CMD check --no-install --no-latex %{packname}
 
 
 %clean




More information about the fedora-extras-commits mailing list