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

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Wed Jan 31 17:52:31 UTC 2007


Author: adrian

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

Modified Files:
	mpc.spec 
Log Message:
* Wed Jan 31 2007 Adrian Reber <adrian at lisas.de> - 0.12.0-2
- fix for almost empty debuginfo package (bz #225103)



Index: mpc.spec
===================================================================
RCS file: /cvs/extras/rpms/mpc/devel/mpc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mpc.spec	7 Nov 2006 16:49:03 -0000	1.9
+++ mpc.spec	31 Jan 2007 17:52:01 -0000	1.10
@@ -1,7 +1,7 @@
 Name:             mpc
 Summary:          Command-line client for MPD
 Version:          0.12.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 
 License:          GPL
 Group:            Applications/Multimedia
@@ -18,6 +18,8 @@
 
 %build
 %configure
+# configure ignores CFLAGS; so I just change the value in the Makefile
+sed -i -e "s|CFLAGS = -Wall|CFLAGS = $RPM_OPT_FLAGS |g" src/Makefile
 make %{?_smp_mflags}
 
 %install
@@ -47,6 +49,9 @@
 
 
 %changelog
+* Wed Jan 31 2007 Adrian Reber <adrian at lisas.de> - 0.12.0-2
+- fix for almost empty debuginfo package (bz #225103)
+
 * Tue Nov 07 2006 Adrian Reber <adrian at lisas.de> - 0.12.0-1
 - updated to 0.12.0
 




More information about the scm-commits mailing list