Author: yogib Date: Sun Feb 20 08:50:54 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.1, adedd examplesdir
---- Files affected: SPECS: libshout.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/libshout.spec diff -u SPECS/libshout.spec:1.17 SPECS/libshout.spec:1.18 --- SPECS/libshout.spec:1.17 Sat May 29 22:17:49 2004 +++ SPECS/libshout.spec Sun Feb 20 09:50:49 2005 @@ -2,13 +2,13 @@ Summary: libshout - icecast source streaming library Summary(pl): Biblioteka źródeł strumieni icecast Name: libshout -Version: 2.0 +Version: 2.1 Release: 1 License: LGPL Vendor: Icecast <[EMAIL PROTECTED]> Group: Libraries -Source0: http://www.icecast.org/files/%{name}/%{name}-%{version}.tar.gz -# Source0-md5: 627f3eede05b2237bee1369e4a95143c +Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}.tar.gz +# Source0-md5: ca6e98af87fd17c709821d9be82b37d5 #Patch0: %{name}-ac_am_fixes.patch URL: http://www.icecast.org/ BuildRequires: autoconf @@ -70,10 +70,13 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +cp -rf examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + %clean rm -rf $RPM_BUILD_ROOT @@ -87,12 +90,13 @@ %files devel %defattr(644,root,root,755) -%doc doc/* examples/example.c +%doc doc/* %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/pkgconfig/shout.pc %{_datadir}/aclocal/shout.m4 %{_libdir}/lib*.la %{_includedir}/shout +%{_examplesdir}/* %files static %defattr(644,root,root,755) @@ -104,6 +108,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2005/02/20 08:50:49 yogib +- updated to 2.1, adedd examplesdir + Revision 1.17 2004/05/29 20:17:49 averne - BR: libogg-devel, libvorbis-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libshout.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
