Summary: Audio streaming library for icecast encoders Name: libshout Version: 2.2 Release: 1 Group: System Environment/Libraries License: LGPL URL: http://www.xiph.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%(id -u -n) Requires: libvorbis >= 1.0 BuildRequires: libvorbis-devel >= 1.0 %description Libshout 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 bad data from getting to the icecast server. %package devel Summary: Header and object files for development using libshout Group: Development/Libraries License: LGPL Requires: libshout = %{version}-%{release} %description devel The libshout-devel package contains header and object files for development using libshout. %prep %setup -q %build %configure %{__make} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # Fix install rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/ # %clean #[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(0644,root,root,0755) %doc COPYING INSTALL %attr(0755,-,-) %{_libdir}/libshout.so* %files devel %defattr(0644,root,root,0755) %doc README %doc doc/libshout.xml doc/spec-html.xsl examples/example.c %{_includedir}/shout/shout.h %{_libdir}/pkgconfig/shout.pc %{_datadir}/aclocal/shout.m4 %attr(0755,-,-) %{_libdir}/libshout.a %attr(0755,-,-) %{_libdir}/libshout.la %changelog * Thu Apr 20 2006 Petr Krištof 2.2-1 - Update to 2.2 - Rebuild on FC-5 * Tue Jun 21 2005 Petr Krištof 2.1-1 - Update to 2.1 - Rebuild on FC-4 * Sat Nov 20 2004 Petr Krištof 2.0-4 - Rebuild on FC-3 * Sun Jan 11 2004 Petr Krištof - Cleanup spec file * Sun Nov 23 2003 Petr Krištof - Rebuild on FC-1 * Sun Jul 20 2003 Petr Krištof - Final version 2.0 - Split package to libshout, libshout-devel * Mon Mar 24 2003 Petr Krištof - Rebuild on RH-8.0 * Sun Nov 10 2002 Petr Krištof - Initial build