packages: ices/ices.spec - BR: pkgconfig - removed some file from datadir (...

dirdival dirdival at pld-linux.org
Sat Jan 30 16:23:46 CET 2010


Author: dirdival                     Date: Sat Jan 30 15:23:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: pkgconfig
- removed some file from datadir (files *.html, *.css go to doc, files *.xml, ices.conf.txt go to _sysconfdir)
- release 2

---- Files affected:
packages/ices:
   ices.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: packages/ices/ices.spec
diff -u packages/ices/ices.spec:1.35 packages/ices/ices.spec:1.36
--- packages/ices/ices.spec:1.35	Wed Jul 11 20:28:45 2007
+++ packages/ices/ices.spec	Sat Jan 30 16:23:40 2010
@@ -17,6 +17,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libshout-devel
+BuildRequires:	pkgconfig
 BuildRequires:	python-devel
 BuildRequires:	rpmbuild(macros) >= 1.202
 PreReq:		rc-scripts
@@ -60,6 +61,10 @@
 
 mv -f conf/*.xml $RPM_BUILD_ROOT%{_sysconfdir}/icecast/
 
+# files *.html, *.css go to doc
+# files *.xml, ices.conf.txt go to _sysconfdir
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{*.html,*.css,*.xml,ices.conf.txt}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -93,7 +98,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO doc/*.html doc/style.css
 %attr(754,root,root) /etc/rc.d/init.d/ices
-%attr(640,root,icecast) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icecast/*.xml
+%attr(640,root,icecast) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icecast/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
@@ -103,6 +108,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2010/01/30 15:23:40  dirdival
+- BR: pkgconfig
+- removed some file from datadir (files *.html, *.css go to doc, files *.xml, ices.conf.txt go to _sysconfdir)
+- release 2
+
 Revision 1.35  2007/07/11 18:28:45  jackass
 - lame-libs-devel no needed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ices/ices.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list