[mpd] Rebuilt for f25 systemd changes

Leigh Scott leigh123linux at rpmfusion.org
Tue Jul 26 11:25:37 CEST 2016


commit 7d9e9760a961cbf1762b7f50a497a267e0e2b091
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Jul 26 10:25:30 2016 +0100

    Rebuilt for f25 systemd changes

 mpd.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mpd.spec b/mpd.spec
index b6c6e81..6984e18 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
 Name:           mpd
 Epoch:          1
 Version:        0.19.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Music Player Daemon
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -89,6 +89,8 @@ browsing and playing your MPD music collection.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p0
+# There is no libsystemd-daemon in F25
+sed -i -e 's at libsystemd-daemon@libsystemd at g' configure.ac
 
 %build
 ./autogen.sh
@@ -99,7 +101,6 @@ browsing and playing your MPD music collection.
     --enable-mikmod \
     --enable-pipe-output \
     --disable-mpc \
-    --enable-sidplay \
     --enable-systemd-daemon \
     --enable-zzip \
     --enable-soxr
@@ -179,6 +180,10 @@ fi
 
 
 %changelog
+* Tue Jul 26 2016 leigh scott <leigh123linux at googlemail.com> - 1:0.19.17-2
+- Rebuilt for f25 systemd changes
+- Disable sidplay (configure fails to find libsidplayfp)
+
 * Mon Jul 25 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.19.17-1
 - Update to latest upstream release
 - Enable sidplay


More information about the rpmfusion-commits mailing list