Author: grzegorz Date: Fri Dec 19 08:53:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - static package added
---- Files affected: SPECS: libdlna.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libdlna.spec diff -u SPECS/libdlna.spec:1.1 SPECS/libdlna.spec:1.2 --- SPECS/libdlna.spec:1.1 Thu Dec 18 14:47:58 2008 +++ SPECS/libdlna.spec Fri Dec 19 09:53:33 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka DLNA Name: libdlna Version: 0.2.3 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Libraries Source0: http://libdlna.geexbox.org/releases/%{name}-%{version}.tar.bz2 @@ -60,10 +60,14 @@ %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README %attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/lib*.so %files devel %defattr(644,root,root,755) @@ -79,6 +83,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/12/19 08:53:33 grzegorz +- static package added + Revision 1.1 2008/12/18 13:47:58 grzegorz - initial spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdlna.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
