Author: charles                      Date: Sun Mar 29 11:02:03 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- packed defaults dirs and files
- BR: curl-devel, ffmpeg-devel, lame-libs-devel
- with/without mod and pulse bcond

---- Files affected:
SPECS:
   mpd.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/mpd.spec
diff -u SPECS/mpd.spec:1.27 SPECS/mpd.spec:1.28
--- SPECS/mpd.spec:1.27 Mon Mar  9 02:37:30 2009
+++ SPECS/mpd.spec      Sun Mar 29 13:01:57 2009
@@ -2,6 +2,11 @@
 # TODO:
 # - add dir to store playlists and songs DB
 # - add logrotate
+#
+# Conditional build:
+%bcond_with    mod             # enable MOD support
+%bcond_without pulse           # disable PulseAudio support
+#
 Summary:       Music Player Daemon
 Summary(hu.UTF-8):     Music Player Daemon
 Summary(pl.UTF-8):     Music Player Daemon - demon odtwarzajÄ…cy muzykÄ™
@@ -18,21 +23,25 @@
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: audiofile-devel >= 0.1.7
 BuildRequires: avahi-devel
+BuildRequires: curl-devel
 # imho doesn't need ">= 2.6.1" to faad2-devel
 BuildRequires: faad2-devel
+BuildRequires: ffmpeg-devel
 BuildRequires: flac-devel >= 1.1.0
+BuildRequires: glib2-devel
 BuildRequires: jack-audio-connection-kit-devel >= 0.4
+BuildRequires: lame-libs-devel
 BuildRequires: libao-devel >= 0.8.3
 BuildRequires: libid3tag-devel
 BuildRequires: libmad-devel
-BuildRequires: libmikmod-devel >= 3.1.7
+%{?with_mod:BuildRequires:     libmikmod-devel >= 3.1.7}
 BuildRequires: libmpcdec-devel
 BuildRequires: libogg-devel
 BuildRequires: libsamplerate-devel >= 0.0.15
 BuildRequires: libshout-devel
 BuildRequires: libvorbis-devel
 BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: pulseaudio-devel
+%{?with_pulse:BuildRequires:   pulseaudio-devel}
 BuildRequires: zlib-devel
 Provides:      group(mpd)
 Provides:      user(mpd)
@@ -71,19 +80,27 @@
 %configure \
        ac_cv_lib_iconv_main=no \
        ac_cv_lib_nsl_gethostbyname=no \
+       %{!?with_pulse:--disable-pulse} \
+       %{?with_mod:--enable-mod} \
        --enable-ao
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/rc.d/init.d} \
+       $RPM_BUILD_ROOT{/var/lib/mpd/playlists,/var/log/mpd,/var/run/mpd}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/rc.d/init.d}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/mpd
 
+touch $RPM_BUILD_ROOT/var/lib/mpd/mpd.db
+touch $RPM_BUILD_ROOT/var/log/mpd/mpd.error
+touch $RPM_BUILD_ROOT/var/log/mpd/mpd.log
+touch $RPM_BUILD_ROOT/var/run/mpd/mpdstate
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -92,6 +109,13 @@
 %useradd -u 204 -r -d /home/services/mpd -s /bin/false -c "Music Player Daemon 
(MPD) user" -g audio -G mpd mpd
 
 %post
+for f in mpd.log mpd.error; do
+       if [ ! -f /var/log/%{name}/$f ]; then
+               touch /var/log/%{name}/$f
+               chown mpd:mpd /var/log/%{name}/$f
+               chmod 644 /var/log/%{name}/$f
+       fi
+done
 /sbin/chkconfig --add mpd
 
 %preun
@@ -112,6 +136,14 @@
 %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
+%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}
+%dir %attr(770,root,mpd) /var/run/%{name}
+%attr(644,mpd,mpd) %ghost /var/lib/%{name}/mpd.db
+%attr(644,mpd,mpd) %ghost /var/log/%{name}/mpd.error
+%attr(644,mpd,mpd) %ghost /var/log/%{name}/mpd.log
+%attr(644,mpd,mpd) %ghost /var/run/%{name}/mpdstate
 %{_mandir}/man1/mpd.1*
 %{_mandir}/man5/mpd.conf.5*
 
@@ -121,6 +153,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2009/03/29 11:01:57  charles
+- packed defaults dirs and files
+- BR: curl-devel, ffmpeg-devel, lame-libs-devel
+- with/without mod and pulse bcond
+
 Revision 1.27  2009/03/09 01:37:30  gotar
 - chkconfig --del mpd not httpd, thanks grapeli23 for pointing out
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mpd.spec?r1=1.27&r2=1.28&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to