]> git.pld-linux.org Git - packages/mpd.git/blobdiff - mpd.spec
- release 2 (by relup.sh)
[packages/mpd.git] / mpd.spec
index 15d72dae105e446ecc62e5814ea543d22a1b60e0..98b11f5cf6b36983d0cbc9b3ed5686619ee30a32 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.6
+Version:       0.20.17
 Release:       2
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       http://www.musicpd.org/download/mpd/0.20/%{name}-%{version}.tar.xz
-# Source0-md5: 1197a2190fc8ddfccbf4bba3b749cea4
+# Source0-md5: 2b599f617d416b708b9b4856d09143be
 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.02799 seconds and 4 git commands to generate.