rpms/mpd/devel mpd.spec,1.25,1.26

Jamie Nguyen jamielinux at rpmfusion.org
Sat May 12 09:19:14 CEST 2012


Author: jamielinux

Update of /cvs/free/rpms/mpd/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23180/devel

Modified Files:
	mpd.spec 
Log Message:
Enable _hardened_build and lastfm support




Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/mpd.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mpd.spec	9 Apr 2012 20:25:19 -0000	1.25
+++ mpd.spec	12 May 2012 07:19:13 -0000	1.26
@@ -1,3 +1,5 @@
+%global  _hardened_build     1
+
 %global  mpd_user            mpd
 %global  mpd_group           %{mpd_user}
 
@@ -14,7 +16,7 @@
 Name:           mpd
 Epoch:          1
 Version:        0.16.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The Music Player Daemon
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -44,7 +46,6 @@
 BuildRequires:     libogg-devel
 BuildRequires:     libsamplerate-devel
 BuildRequires:     libshout-devel 
-BuildRequires:     libsidplay-devel
 BuildRequires:     libvorbis-devel
 BuildRequires:     mikmod-devel
 BuildRequires:     pulseaudio-lib-devel
@@ -74,8 +75,12 @@
 %patch0 -p0
 
 %build
-%{configure} --with-systemdsystemunitdir=%{_unitdir} \
-    --enable-bzip2 --enable-mikmod --enable-zzip
+%{configure} \
+    --with-systemdsystemunitdir=%{_unitdir} \
+    --enable-bzip2 \
+    --enable-lastfm \
+    --enable-mikmod \
+    --enable-zzip
 make %{?_smp_mflags}
 
 %install
@@ -162,6 +167,11 @@
 
 
 %changelog
+* Fri May 11 2012 Jamie Nguyen <jamie at tomoyolinux.co.uk> - 0.16.8-3
+- enable lastfm support
+- enable hardened build
+- remove redundant libsidplay-devel BR, as mpd requires libsidplay2
+
 * Mon Apr 09 2012 Jamie Nguyen <jamie at tomoyolinux.co.uk> - 0.16.8-2
 - add missing chowns to %%post scriptlet
 - add missing %%{mpd_logdir} to %%files


More information about the rpmfusion-commits mailing list