Author: glen Date: Thu Feb 17 08:26:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - ghost soname symlink, verbose files
---- Files affected: packages/libfame: libfame.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: packages/libfame/libfame.spec diff -u packages/libfame/libfame.spec:1.33 packages/libfame/libfame.spec:1.34 --- packages/libfame/libfame.spec:1.33 Mon Feb 14 08:49:12 2011 +++ packages/libfame/libfame.spec Thu Feb 17 09:26:42 2011 @@ -7,12 +7,12 @@ # # Conditional build: %bcond_without static_libs # don't build static library -# + Summary: Fast Assembly Mpeg Encoding library Summary(pl.UTF-8): Szybka biblioteka kodujÄ…ca MPEG Name: libfame Version: 0.9.1 -Release: 5 +Release: 6 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/fame/%{name}-%{version}.tar.gz @@ -92,21 +92,22 @@ %files %defattr(644,root,root,755) %doc AUTHORS BUGS CHANGES README TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libfame-*.so.*.*.* +%ghost %{_libdir}/libfame-*.so.1 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/*-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/*.la +%attr(755,root,root) %{_bindir}/libfame-config +%attr(755,root,root) %{_libdir}/libfame.so +%{_libdir}/libfame.la %{_includedir}/fame*.h -%{_aclocaldir}/* -%{_mandir}/man3/* +%{_aclocaldir}/libfame.m4 +%{_mandir}/man3/fame_* %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libfame.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -115,6 +116,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2011/02/17 08:26:42 glen +- ghost soname symlink, verbose files + Revision 1.33 2011/02/14 07:49:12 glen - release 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libfame/libfame.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
