SPECS: icecast.spec - updated to 2.3.0

qboosh qboosh at pld-linux.org
Sun Oct 23 01:20:06 CEST 2005


Author: qboosh                       Date: Sat Oct 22 23:20:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.3.0

---- Files affected:
SPECS:
   icecast.spec (1.63 -> 1.64) 

---- Diffs:

================================================================
Index: SPECS/icecast.spec
diff -u SPECS/icecast.spec:1.63 SPECS/icecast.spec:1.64
--- SPECS/icecast.spec:1.63	Sat Aug 27 15:59:00 2005
+++ SPECS/icecast.spec	Sun Oct 23 01:20:01 2005
@@ -6,25 +6,27 @@
 Summary(pl):	Icecast - serwer strumieni MP3 i Ogg
 Summary(pt_BR):	Um servidor de streams MP3, Ogg
 Name:		icecast
-Version:	2.2.0
-Release:	2
+Version:	2.3.0
+Release:	1
 Epoch:		2
 License:	GPL
 Group:		Networking/Daemons
-Source0:	http://svn.xiph.org/releases/icecast/%{name}-%{version}.tar.gz
-# Source0-md5:	7958347af55651384298828175e32dcf
+Source0:	http://downloads.xiph.org/releases/icecast/%{name}-%{version}.tar.gz
+# Source0-md5:	35256fbc4a93571662af2ed18fbbfcc5
 Source1:	%{name}.init
 URL:		http://www.icecast.org/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
-BuildRequires:	curl-devel
+BuildRequires:	curl-devel >= 7.10.0
 BuildRequires:	libxml2-devel
 BuildRequires:	libxslt-devel
-BuildRequires:	libogg-devel
+BuildRequires:	libogg-devel >= 2:1.0
+BuildRequires:	libtheora-devel
 BuildRequires:	libtool
-BuildRequires:	libvorbis-devel
+BuildRequires:	libvorbis-devel >= 1:1.0
 BuildRequires:	readline-devel
 BuildRequires:	rpmbuild(macros) >= 1.202
+BuildRequires:	speex-devel
 PreReq:		rc-scripts
 Requires(pre):	/bin/id
 Requires(pre):	/usr/bin/getgid
@@ -70,9 +72,9 @@
 %setup -q
 
 %build
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoheader}
-%{__libtoolize} --automake
 %{__automake}
 %{__autoconf}
 %configure
@@ -81,7 +83,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{etc/rc.d/init.d,var/log/icecast}
+install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/log/icecast}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -123,9 +125,9 @@
 %attr(754,root,root) /etc/rc.d/init.d/icecast
 %attr(755,root,root) %{_bindir}/*
 %attr(750,root,icecast) %dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/*.xml
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.xml
 %{_datadir}/icecast
-%attr(770,root,icecast) %config(noreplace) %verify(not md5 size mtime) /var/log/icecast
+%attr(770,root,icecast) %config(noreplace) %verify(not md5 mtime size) /var/log/icecast
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -133,6 +135,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.64  2005/10/22 23:20:01  qboosh
+- updated to 2.3.0
+
 Revision 1.63  2005/08/27 13:59:00  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/icecast.spec?r1=1.63&r2=1.64&f=u




More information about the pld-cvs-commit mailing list