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