Author: djrzulf Date: Mon Feb 28 10:59:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - started update to 2.0.1,
---- Files affected: SPECS: ices.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/ices.spec diff -u SPECS/ices.spec:1.29 SPECS/ices.spec:1.30 --- SPECS/ices.spec:1.29 Mon Jan 17 18:40:31 2005 +++ SPECS/ices.spec Mon Feb 28 11:59:12 2005 @@ -1,14 +1,16 @@ # $Revision$, $Date$ -Summary: ices - Program for feeding MP3 streams to an Icecast server -Summary(pl): ices - program dostarczający strumienie MP3 do serwera Icecast +# TODO: check init files + +Summary: ices2 - Program for feeding MP3 and OGG streams to an Icecast server +Summary(pl): ices2 - program dostarczający strumienie MP3 oraz OGG do serwera Icecast Summary(pt_BR): Mais um streamer para icecast Name: ices -Version: 0.4 +Version: 2.0.1 Release: 1 License: GPL Group: Applications/Sound -Source0: http://downloads.xiph.org/releases/ices/%{name}-%{version}.tar.gz -# Source0-md5: d31450c4011561dae0229f071cb41cb6 +Source0: http://downloads.xiph.org/releases/ices/%{name}-%{version}.tar.bz2 +# Source0-md5: 8c7be81b304c4ce588f43b9d02603f6e Source1: %{name}.init Source2: %{name}.conf.txt URL: http://www.icecast.org/ices.php @@ -33,30 +35,17 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Ices is a part of Icecast server. It submits MP3 files from a playlist. +Ices is a part of Icecast server. It submits MP3 and OGG files from a playlist. %description -l pl Ices jest częścią serwera Icecast. Odpowiada za dostarczanie plików -MP3 wg playlisty do serwera Icecast. - -%description -l pt_BR -ices, armed with a list of MP3 files, sends a continuous stream of MP3 data to -an icecast server. The server is then responsible for accepting client -connections and feeding the MP3 stream to them. +MP3 i OGG wg playlisty do serwera Icecast. %prep %setup -q %build -cp -f /usr/share/automake/config.* . -%configure \ - --enable-fsstd \ - --enable-libwrap \ - --without-readline \ - --with-python \ - --with-perl \ - --with-lame - +%configure %{__make} %install @@ -68,9 +57,9 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ices install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/icecast/ices.conf.txt -install doc/ices.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install debian/ices2.1 $RPM_BUILD_ROOT%{_mandir}/man1 -mv -f $RPM_BUILD_ROOT%{_sysconfdir}/ices.conf.dist $RPM_BUILD_ROOT%{_sysconfdir}/icecast/%{name}.conf.dist +mv -f conf/*.xml $RPM_BUILD_ROOT%{_sysconfdir}/icecast/ %clean rm -rf $RPM_BUILD_ROOT @@ -117,10 +106,9 @@ %files %defattr(644,root,root,755) -%doc AUTHORS BUGS README README.playlist doc/%{name}manual.html +%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/ices.conf.txt -%attr(640,root,icecast) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icecast/ices.conf.dist +%attr(640,root,icecast) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/icecast/*.xml %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* @@ -130,6 +118,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2005/02/28 10:59:12 djrzulf +- started update to 2.0.1, + Revision 1.29 2005/01/17 17:40:31 qboosh - unified, verify() flags ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ices.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
