]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- now it really works (updated post postun with gdk-pixbuf stuff)
authorfreetz <freetz@pld-linux.org>
Mon, 6 Oct 2003 17:57:53 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. bumped to 3

Changed files:
    librsvg.spec -> 1.63

librsvg.spec

index 33a5bbb90da4f1f10f857036b704aad14269d389..0396fa723ee5e6695806bbcb4a867da68880b89f 100644 (file)
@@ -15,7 +15,7 @@ Summary(ru):  SVG 
 Summary(uk):   SVG Â¦Â̦ÏÔÅËÁ
 Name:          librsvg
 Version:       2.4.0
-Release:       2
+Release:       3
 License:       LGPL
 Vendor:                GNOME
 Group:         Libraries
@@ -152,8 +152,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.*/{engines,loaders}/*.{la,a}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
+
+%postun
+/sbin/ldconfig
+gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
 
 %files
 %defattr(644,root,root,755)
This page took 0.046276 seconds and 4 git commands to generate.