rpms/gtkmm24/devel gtkmm.spec,1.18,1.19

Denis Leroy (denis) fedora-extras-commits at redhat.com
Mon Oct 9 18:00:34 UTC 2006


Author: denis

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

Modified Files:
	gtkmm.spec 
Log Message:
simplified post and postun


Index: gtkmm.spec
===================================================================
RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gtkmm.spec	2 Oct 2006 23:52:21 -0000	1.18
+++ gtkmm.spec	9 Oct 2006 18:00:34 -0000	1.19
@@ -10,8 +10,6 @@
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.8/gtkmm-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires(post):   /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 BuildRequires:  glibmm24-devel >= 2.11.3
 BuildRequires:  atk-devel >= 1.9.0
 BuildRequires:  pango-devel >= 1.5.2
@@ -70,12 +68,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 
 %files




More information about the scm-commits mailing list