rpms/libpng10/devel libpng10.spec,1.1,1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Thu Jul 20 14:56:38 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/libpng10/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3027

Modified Files:
	libpng10.spec 
Log Message:
Don't use %{_smp_mflags}



Index: libpng10.spec
===================================================================
RCS file: /cvs/extras/rpms/libpng10/devel/libpng10.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpng10.spec	20 Jul 2006 07:21:50 -0000	1.1
+++ libpng10.spec	20 Jul 2006 14:56:37 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
 Version:	1.0.20
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	zlib License
 Group:		System Environment/Libraries
 URL:		http://www.libpng.org/pub/png/libpng.html
@@ -38,7 +38,8 @@
 %patch0 -p1 -b .rhconf
 
 %build
-%{__make} RPM_OPT_FLAGS="%{optflags}" LIBPATH=%{_libdir} %{?_smp_mflags}
+# Appears to break if %{?_smp_mflags} is used
+%{__make} RPM_OPT_FLAGS="%{optflags}" LIBPATH=%{_libdir}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -84,6 +85,9 @@
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
+* Thu Jul 20 2006 Paul Howarth <paul at city-fan.org> 1.0.20-2
+- don't use %%{_smp_mflags}
+
 * Thu Jul  6 2006 Paul Howarth <paul at city-fan.org> 1.0.20-1
 - update to 1.0.20
 - use Fedora Extras standard buildroot




More information about the fedora-extras-commits mailing list