rpms/plib/devel plib.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 9 15:39:56 UTC 2005


Author: thias

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

Modified Files:
	plib.spec 
Log Message:
Update torcs to 1.2.3, which now builds on x86_64 and fix plib to make that possible.



Index: plib.spec
===================================================================
RCS file: /cvs/extras/rpms/plib/devel/plib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plib.spec	24 Nov 2004 12:08:36 -0000	1.3
+++ plib.spec	9 Feb 2005 15:39:54 -0000	1.4
@@ -1,9 +1,7 @@
-# $Id$
-
 Summary: Set of portable libraries especially useful for games
 Name: plib
 Version: 1.8.3
-Release: 4
+Release: 5
 License: LGPL
 Group: System Environment/Libraries
 URL: http://plib.sourceforge.net/
@@ -22,7 +20,6 @@
 %package devel
 Summary: Set of portable libraries especially useful for games
 Group: Development/Libraries
-
 Obsoletes: plib <= 1.6.0
 
 %description devel
@@ -38,7 +35,7 @@
 
 
 %build
-%configure
+%configure CXXFLAGS="%{optflags} -fPIC"
 %{__make} %{?_smp_mflags}
 
 
@@ -59,6 +56,9 @@
 
 
 %changelog
+* Wed Feb  9 2005 Matthias Saou <http://freshrpms.net/> 1.8.3-5
+- Force -fPIC to be added to CXXFLAGS to fix linking against the lib on x86_64.
+
 * Wed Nov 24 2004 Matthias Saou <http://freshrpms.net/> 1.8.3-4
 - Bump release to provide Extras upgrade path.
 




More information about the fedora-extras-commits mailing list