Author: qboosh Date: Fri Feb 3 18:36:43 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.3.0 - ghost soname symlink
---- Files affected: packages/libshout: libshout.spec (1.27 -> 1.28) , libshout-link.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libshout/libshout.spec diff -u packages/libshout/libshout.spec:1.27 packages/libshout/libshout.spec:1.28 --- packages/libshout/libshout.spec:1.27 Tue Aug 28 19:55:51 2007 +++ packages/libshout/libshout.spec Fri Feb 3 19:36:38 2012 @@ -6,13 +6,12 @@ Summary: libshout - icecast source streaming library Summary(pl.UTF-8): Biblioteka źródeł strumieni icecast Name: libshout -Version: 2.2.2 +Version: 2.3.0 Release: 1 -License: LGPL +License: LGPL v2+ Group: Libraries Source0: http://downloads.xiph.org/releases/libshout/%{name}-%{version}.tar.gz -# Source0-md5: 4f75fc9901c724b712c371c9a1e782d3 -Patch0: %{name}-link.patch +# Source0-md5: 976a5979505f3de4026ae7fffb10754b URL: http://www.icecast.org/ BuildRequires: autoconf >= 2.54 BuildRequires: automake @@ -67,7 +66,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -96,14 +94,15 @@ %files %defattr(644,root,root,755) -%doc README -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%doc NEWS README +%attr(755,root,root) %{_libdir}/libshout.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libshout.so.3 %files devel %defattr(644,root,root,755) %doc doc/* -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libshout.so +%{_libdir}/libshout.la %{_includedir}/shout %{_pkgconfigdir}/shout.pc %{_aclocaldir}/shout.m4 @@ -112,7 +111,7 @@ %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libshout.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -121,6 +120,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2012/02/03 18:36:38 qboosh +- updated to 2.3.0 +- ghost soname symlink + Revision 1.27 2007/08/28 17:55:51 witekfl - added bcond_without static_libs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libshout/libshout.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
