rpms/libshout/FC-3 .cvsignore, 1.2, 1.3 libshout.spec, 1.4, 1.5 sources, 1.2, 1.3

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Mar 17 21:43:50 UTC 2006


Author: thomasvs

Update of /cvs/extras/rpms/libshout/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4462

Modified Files:
	.cvsignore libshout.spec sources 
Log Message:
bump for rebuild


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libshout/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:46:31 -0000	1.2
+++ .cvsignore	17 Mar 2006 21:43:49 -0000	1.3
@@ -1 +1 @@
-libshout-1.0.9.tar.gz
+libshout-2.2.tar.gz


Index: libshout.spec
===================================================================
RCS file: /cvs/extras/rpms/libshout/FC-3/libshout.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libshout.spec	10 Dec 2004 22:03:05 -0000	1.4
+++ libshout.spec	17 Mar 2006 21:43:49 -0000	1.5
@@ -1,19 +1,26 @@
 Name:           libshout
-Version:        1.0.9
-Release:        1
-Summary:        icecast source streaming library.
+Version:        2.2
+Release:        3%{?dist}
+Summary:        icecast source streaming library
 
-Group:          Libraries/Multimedia
+Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.icecast.org/
-Source:         http://developer.icecast.org/libshout/releases/%{name}-%{version}.tar.gz
-Patch:		libshout-makefile.patch
+Source:         http://downloads.us.xiph.org/releases/libshout/libshout-%{version}.tar.gz
+Patch:		libshout.autotools.patch
+
+BuildRequires:  libogg-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  libtheora-devel
+BuildRequires:  speex-devel
+
+# so it generates and installs the .pc file
+BuildRequires:  pkgconfig
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires(post,postun): /sbin/ldconfig
 
 %description
-Libshout is a library for communicating with and sending data to an
+ibshout is a library for communicating with and sending data to an
 icecast server.  It handles the socket connection, the timing of the
 data, and prevents most bad data from getting to the icecast server.
 
@@ -22,6 +29,11 @@
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 
+Requires:       libogg-devel
+Requires:       libvorbis-devel
+Requires:       libtheora-devel
+Requires:       speex-devel
+
 %description    devel
 The libshout-devel package contains the header files needed for developing
 applications that send data to an icecast server.  Install libshout-devel if
@@ -38,11 +50,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-# docs install in $(prefix)/doc, we don't want that, so don't go into SUBDIRS
-%makeinstall SUBDIRS=
+%makeinstall
 
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
-                                                                                
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -52,18 +65,41 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES COPYING README
+%doc COPYING NEWS README
 %{_libdir}/libshout.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/*.html doc/style.css
+%doc examples/*.c doc/*.xml doc/*.xsl
 %{_libdir}/libshout.a
 %{_libdir}/libshout.so
+%{_libdir}/pkgconfig/shout.pc
+%dir %{_includedir}/shout/
 %{_includedir}/shout/shout.h
-
-# -----------------------------------------------------------------------------
+%{_datadir}/aclocal/shout.m4
 
 %changelog
+* Fri Mar 17 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 2.2-3
+- add Requires: to -devel package
+
+* Fri Mar 17 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 2.2-2
+- rebuild to please the extras repository
+
+* Fri Mar 10 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 2.2-1
+- new (incompatible) version, but deps are updated
+- various cleanups
+
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0.9-4
+- rebuild on all arches
+
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.9-3
+- Include headers directory entry in -devel package.
+
+* Sat Feb 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.0.9-2
+- Remove redundant explicit /sbin/ldconfig dependency.
+
 * Wed Jun 04 2003 Thomas Vander Stichele <thomas at apestaart dot org>
 - 1.0.9-0.fdr.1: initial RPM release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libshout/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:46:31 -0000	1.2
+++ sources	17 Mar 2006 21:43:49 -0000	1.3
@@ -1 +1 @@
-bbe598e28bbf2989a90d78ff33953ea2  libshout-1.0.9.tar.gz
+d5b273a072785ee14a85ff76f66850aa  libshout-2.2.tar.gz




More information about the fedora-extras-commits mailing list