rpms/maxima/FC-4 maxima.spec,1.7,1.8

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Sep 22 19:34:32 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/maxima/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25833

Modified Files:
	maxima.spec 
Log Message:
move doc generation to end of %%build



Index: maxima.spec
===================================================================
RCS file: /cvs/extras/rpms/maxima/FC-4/maxima.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maxima.spec	22 Sep 2005 19:33:14 -0000	1.7
+++ maxima.spec	22 Sep 2005 19:34:30 -0000	1.8
@@ -165,6 +165,8 @@
   %{?_with_gcl: --enable-gcl }%{?_without_gcl: --disable-gcl } \
   %{?_with_sbcl: --enable-sbcl }%{?_without_sbcl: --disable-sbcl }
 
+make %{?_smp_mflags}
+
 # docs
 pushd doc
 
@@ -180,9 +182,6 @@
 
 popd
 
-# everything else
-make %{?_smp_mflags}
-
 
 %check || :
 make check




More information about the fedora-extras-commits mailing list