rpms/octave-forge/F-7 octave-forge.spec,1.36,1.37

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Thu Dec 20 22:39:41 UTC 2007


Author: qspencer

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

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


Index: octave-forge.spec
===================================================================
RCS file: /cvs/extras/rpms/octave-forge/F-7/octave-forge.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- octave-forge.spec	13 Dec 2007 14:39:20 -0000	1.36
+++ octave-forge.spec	20 Dec 2007 22:39:05 -0000	1.37
@@ -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