rpms/octave-forge/F-8 octave-forge.spec,1.44,1.45

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Thu Dec 20 21:51:37 UTC 2007


Author: qspencer

Update of /cvs/extras/rpms/octave-forge/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32089

Modified Files:
	octave-forge.spec 
Log Message:
Disable parallel build.


Index: octave-forge.spec
===================================================================
RCS file: /cvs/extras/rpms/octave-forge/F-8/octave-forge.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- octave-forge.spec	13 Dec 2007 14:36:33 -0000	1.44
+++ octave-forge.spec	20 Dec 2007 21:50:59 -0000	1.45
@@ -2,7 +2,7 @@
 
 Name:           octave-forge
 Version:        20071212
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Contributed functions for octave
 
 Group:          Applications/Engineering
@@ -153,11 +153,11 @@
       fi
       if [ -f Makefile ]
       then
-         make %{?_smp_mflags} TMPDIR=%{_tmppath}
+         make TMPDIR=%{_tmppath}
       elif [ -f src/Makefile ]
       then
          cd src
-         make %{?_smp_mflags} TMPDIR=%{_tmppath}
+         make TMPDIR=%{_tmppath}
          cd ..
       fi
       cd ..
@@ -208,6 +208,9 @@
 
 
 %changelog
+* Thu Dec 20 2007 Quentin Spencer <qspencer at users.sf.net> 20071212-2
+- Disable parallel build.
+
 * Wed Dec 12 2007 Quentin Spencer <qspencer at users.sf.net> 20071212-1
 - New release. Remove old patches that are now in sources.
 - Update package description (some functions mentioned are now in octave).




More information about the fedora-extras-commits mailing list