rpms/devhelp/devel devhelp.spec,1.56,1.57

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 14:44:52 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/devhelp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19822

Modified Files:
	devhelp.spec 
Log Message:
fix scriptlet errors



Index: devhelp.spec
===================================================================
RCS file: /cvs/dist/rpms/devhelp/devel/devhelp.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- devhelp.spec	4 Feb 2007 16:16:06 -0000	1.56
+++ devhelp.spec	5 Feb 2007 14:44:50 -0000	1.57
@@ -4,7 +4,7 @@
 
 Name: devhelp
 Version: 0.13
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Development/Tools
 Summary: API document browser
@@ -88,7 +88,8 @@
   gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/devhelp.schemas > /dev/null || :
 fi
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/devhelp.schemas > /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
@@ -96,7 +97,8 @@
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
@@ -125,6 +127,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Feb  5 2007 Matthias Clasen <mclasen at redhat.com> - 0.13-3
+- Fix scriptlet errors
+
 * Sun Feb 04 2007 Matthew Barnes <mbarnes at redhat.com> - 0.13-2.fc7
 - Incorporate suggestions from package review.
 




More information about the fedora-cvs-commits mailing list