Author: arvenil Date: Sat Jan 26 13:48:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added missing ldconfig calls - release 3
---- Files affected: SPECS: libkipi.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/libkipi.spec diff -u SPECS/libkipi.spec:1.22 SPECS/libkipi.spec:1.23 --- SPECS/libkipi.spec:1.22 Tue Feb 13 07:46:51 2007 +++ SPECS/libkipi.spec Sat Jan 26 14:48:29 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka interfejsu przetwarzania obrazu w KDE Name: libkipi Version: 0.1.5 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/kipi/%{name}-%{version}.tar.bz2 @@ -75,13 +75,16 @@ kde_htmldir=%{_kdedocdir} \ kde_libs_htmldir=%{_kdedocdir} -rm -rf $RPM_BUILD_ROOT/usr/share/locale/is +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/is %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so.?.?.? @@ -106,6 +109,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008-01-26 13:48:29 arvenil +- added missing ldconfig calls +- release 3 + Revision 1.22 2007-02-13 06:46:51 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libkipi.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
