rpms/agg/devel agg.spec,1.20,1.21

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Feb 5 21:55:55 UTC 2008


Author: pertusus

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

Modified Files:
	agg.spec 
Log Message:
parallel build fails


Index: agg.spec
===================================================================
RCS file: /cvs/extras/rpms/agg/devel/agg.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- agg.spec	5 Feb 2008 21:13:07 -0000	1.20
+++ agg.spec	5 Feb 2008 21:54:54 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: Anti-Grain Geometry graphical rendering engine
 Name:    agg
 Version: 2.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group:   System Environment/Libraries
 URL:     http://www.antigrain.com
 License: GPLv2+
@@ -46,7 +46,9 @@
 
 %build
 %configure --disable-static --disable-gpc
-make %{?_smp_mflags}
+# parallel build fails in examples/ because the .la is in _LDFLAGS instead of
+# _LIBADD
+make #%%{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -81,9 +83,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
-* Tue Feb  5 2008 Patrice Dumas <pertusus at free.fr> - 2.5-5
+* Tue Feb  5 2008 Patrice Dumas <pertusus at free.fr> - 2.5-6
 - remove non free files
 - minor cleanups
+- parallel build fails
 
 * Fri Aug 03 2007 Caolan McNamara <caolanm at redhat.com> - 2.5-4
 - clarify license




More information about the fedora-extras-commits mailing list