fix scriptlets
This commit is contained in:
parent
6897faa388
commit
45611cf321
@ -12,7 +12,7 @@
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.18.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
@ -93,11 +93,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
||||
%{_bindir}/update-gdk-pixbuf-loaders %{_host} || :
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%{_bindir}/update-gdk-pixbuf-loaders %{_host}
|
||||
%{_bindir}/update-gdk-pixbuf-loaders %{_host} || :
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_datadir}/gtk-doc/html/rsvg
|
||||
|
||||
%changelog
|
||||
* Wed Aug 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
|
||||
- Don't let scriptlets fail (#243185)
|
||||
|
||||
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||
- Update to 2.18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user