rpms/p7zip/FC-6 p7zip.spec,1.13,1.14

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Mar 2 11:01:55 UTC 2007


Author: thias

Update of /cvs/extras/rpms/p7zip/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31830/FC-6

Modified Files:
	p7zip.spec 
Log Message:
Remove _smp_mflags since some builds fail with suspicious errors.



Index: p7zip.spec
===================================================================
RCS file: /cvs/extras/rpms/p7zip/FC-6/p7zip.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- p7zip.spec	1 Mar 2007 18:02:21 -0000	1.13
+++ p7zip.spec	2 Mar 2007 10:35:50 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Very high compression ratio file archiver
 Name: p7zip
 Version: 4.44
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: Applications/Archiving
 URL: http://p7zip.sourceforge.net/
@@ -57,7 +57,8 @@
 # Use optflags
 %{__perl} -pi -e 's|^ALLFLAGS=.*|ALLFLAGS=-Wall %{optflags} -fPIC \\|g' \
     makefile.machine
-%{__make} %{?_smp_mflags} 7z 7za sfx
+# Don't use _smp_mflags since the build sometimes fails with it (as of 4.44)
+%{__make} 7z 7za sfx
 
 
 %install
@@ -94,6 +95,9 @@
 
 
 %changelog
+* Thu Mar  1 2007 Matthias Saou <http://freshrpms.net/> 4.44-2
+- Remove _smp_mflags since some builds fail with suspicious errors.
+
 * Thu Mar  1 2007 Matthias Saou <http://freshrpms.net/> 4.44-1
 - Update to 4.44.
 
@@ -145,7 +149,7 @@
  - upgraded to 4.14
 
 * Mon Dec 20 2004 Marcin ZajÄ…czkowski <mszpak at wp.pl>
- - added 7za script and moved SFX module to {_datadir}/%{name}/ to allow 7za & 7z
+ - added 7za script and moved SFX module to _datadir/name/ to allow 7za & 7z
    use it simultaneously
  - returned to plugins in separate package
 




More information about the fedora-extras-commits mailing list