]> git.pld-linux.org Git - packages/mpd.git/blobdiff - mpd.spec
- rebuild with libcdio 2.0.0
[packages/mpd.git] / mpd.spec
index f9cf42ed693e230b7b52c549169d3640105d7ada..c22a0972ca086772f8b3cd101b95bf622b562f94 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -2,20 +2,19 @@
 # - add logrotate
 #
 # Conditional build:
-%bcond_without mod             # enable MOD support
-%bcond_without pulseaudio      # disable PulseAudio support
+%bcond_without mod             # MOD support via libmikmod
+%bcond_without pulseaudio      # PulseAudio support
 %bcond_without audiofile       # Audiofile support (WAV and others)
 
 Summary:       Music Player Daemon
-Summary(hu.UTF-8):     Music Player Daemon
 Summary(pl.UTF-8):     Music Player Daemon - demon odtwarzajÄ…cy muzykÄ™
 Name:          mpd
-Version:       0.20.5
-Release:       1
+Version:       0.20.18
+Release:       2
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       http://www.musicpd.org/download/mpd/0.20/%{name}-%{version}.tar.xz
-# Source0-md5: fb4f5c282006ff698620f66018a940bc
+# Source0-md5: 8dc87ba95473fd738f2aff9bd69cc212
 Source1:       %{name}.conf
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -244,7 +243,8 @@ GME_CFLAGS="-I/usr/include/gme" GME_LIBS="-lgme" \
        --enable-zzip \
        --with-zeroconf=avahi \
        --without-tremor \
-       --with-systemdsystemunitdir=%{systemdunitdir}
+       --with-systemdsystemunitdir=%{systemdunitdir} \
+       --with-systemduserunitdir=%{systemduserunitdir}
 %{__make}
 
 %install
@@ -305,7 +305,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS INSTALL NEWS README.md doc/mpdconf.example
+%doc AUTHORS NEWS README.md doc/mpdconf.example
 %attr(755,root,root) %{_bindir}/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mpd.conf
 %attr(754,root,root) /etc/rc.d/init.d/mpd
@@ -313,6 +313,7 @@ fi
 %{systemdtmpfilesdir}/%{name}.conf
 %{systemdunitdir}/mpd.service
 %{systemdunitdir}/mpd.socket
+%{systemduserunitdir}/mpd.service
 %dir %attr(770,root,mpd) /var/lib/%{name}
 %dir %attr(770,root,mpd) /var/lib/%{name}/playlists
 %dir %attr(751,root,root) /var/log/%{name}
This page took 0.03469 seconds and 4 git commands to generate.