packages: mpdscribble/mpdscribble.spec - -path.pach is back (updated) - rem...

charles charles at pld-linux.org
Sun Sep 20 23:27:24 CEST 2009


Author: charles                      Date: Sun Sep 20 21:27:23 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- -path.pach is back (updated)
- removed Source3 (now from upstream)

---- Files affected:
packages/mpdscribble:
   mpdscribble.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/mpdscribble/mpdscribble.spec
diff -u packages/mpdscribble/mpdscribble.spec:1.9 packages/mpdscribble/mpdscribble.spec:1.10
--- packages/mpdscribble/mpdscribble.spec:1.9	Sun Aug 30 14:15:23 2009
+++ packages/mpdscribble/mpdscribble.spec	Sun Sep 20 23:27:18 2009
@@ -14,7 +14,7 @@
 # Source0-md5:	f3ab2ef721426362f2ebc27a165b1cba
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
-Source3:	%{name}.conf
+Patch0:		%{name}-path.patch
 URL:		http://mpd.wikia.com/wiki/Client:Mpdscribble
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
@@ -35,12 +35,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal} -Im4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--with-http-client=soup
 %{__make}
 
 %install
@@ -56,7 +59,6 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/mpdscribble
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/mpdscribble
-install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/mpdscribble
 
 install -d $RPM_BUILD_ROOT/var/log/mpdscribble
 touch $RPM_BUILD_ROOT/var/log/mpdscribble/%{name}.log
@@ -79,11 +81,11 @@
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/%{name}
-%{_mandir}/man1/mpdscribble.1*
 %dir %{_sysconfdir}/mpdscribble
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mpdscribble/mpdscribble.conf
-%attr(754,root,root) /etc/rc.d/init.d/%{name}
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%{_mandir}/man1/mpdscribble.1*
 %dir /var/log/mpdscribble
 %attr(640,root,root) %ghost /var/log/mpdscribble/%{name}.log
 %dir %attr(750,root,root) /var/cache/%{name}
@@ -95,6 +97,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/09/20 21:27:18  charles
+- -path.pach is back (updated)
+- removed Source3 (now from upstream)
+
 Revision 1.9  2009/08/30 12:15:23  charles
 - up to 0.18.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpdscribble/mpdscribble.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list