rpms/xvattr/devel xvattr.spec,1.9,1.10

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 23 09:27:04 UTC 2006


Author: thias

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

Modified Files:
	xvattr.spec 
Log Message:
Fix CFLAGS so that our optflags get used too (Ville, #192611).



Index: xvattr.spec
===================================================================
RCS file: /cvs/extras/rpms/xvattr/devel/xvattr.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xvattr.spec	6 Mar 2006 17:24:49 -0000	1.9
+++ xvattr.spec	23 May 2006 09:27:04 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Utility for getting and setting Xv attributes
 Name: xvattr
 Version: 1.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPL
 Group: User Interface/X
 URL: http://www.dtek.chalmers.se/groups/dvd/
@@ -22,6 +22,8 @@
 
 %prep
 %setup
+# Append GTK CFLAGS to CFLAGS instead of overwriting CFLAGS (optflags get used)
+%{__perl} -pi -e 's|^CFLAGS = (.*)|CFLAGS += $1|g' Makefile*
 
 
 %build
@@ -46,6 +48,9 @@
 
 
 %changelog
+* Tue May 23 2006 Matthias Saou <http://freshrpms.net/> 1.3-10
+- Fix CFLAGS so that our optflags get used too (Ville, #192611).
+
 * Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.3-9
 - FC5 rebuild.
 




More information about the fedora-extras-commits mailing list