rpms/gimp/F-7 gimp.spec,1.129,1.130

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Jul 12 06:40:49 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18828

Modified Files:
	gimp.spec 
Log Message:
don't let gimp-plugin-mgr --uninstall fail %post scriptlet



Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/F-7/gimp.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- gimp.spec	9 Jul 2007 15:39:44 -0000	1.129
+++ gimp.spec	12 Jul 2007 06:40:15 -0000	1.130
@@ -43,7 +43,7 @@
 %define age 0
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:    1%{?dist}
+Release:    2%{?dist}
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -286,7 +286,7 @@
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 # Then re-add the symlinks
-%{_sbindir}/gimp-plugin-mgr --install '*'
+%{_sbindir}/gimp-plugin-mgr --install '*' || :
 
 %preun
 # Only delete symlinks when uninstalling
@@ -424,6 +424,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jul 11 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.16-2
+- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet
+
 * Mon Jul 09 2007 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.16-1
 - version 2.2.16
 




More information about the fedora-extras-commits mailing list