rpms/libkipi/devel libkipi.spec,1.7,1.8

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Oct 21 22:40:36 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/libkipi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32507/devel

Modified Files:
	libkipi.spec 
Log Message:
- fix bugs reported in bug 171501


Index: libkipi.spec
===================================================================
RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libkipi.spec	6 Oct 2005 08:36:38 -0000	1.7
+++ libkipi.spec	21 Oct 2005 22:40:33 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           libkipi
 Version:        0.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Common plugin infrastructure for KDE image applications
 
 Group:          System Environment/Libraries
@@ -49,16 +49,22 @@
 
 %find_lang %{name}
 
-#find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post 
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
+
+%postun
+/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 
 %files -f %{name}.lang
@@ -78,6 +84,11 @@
 
 
 %changelog
+* Sat Oct 22 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-3
+- update gtk's cache in %%post and %%postun
+- don't package .la files
+- see bug 171501
+
 * Thu Oct 06 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.2-2
 - BR libacl-devel to fix build on FC5
 




More information about the fedora-extras-commits mailing list