- separate requires(post/postun) lines

This commit is contained in:
Florian La Roche 2006-06-18 12:09:17 +00:00
parent eaafbe610a
commit 59728e6aa5

View File

@ -12,7 +12,7 @@
Name: librsvg2
Summary: An SVG library based on cairo
Version: 2.15.0
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
@ -26,7 +26,8 @@ Requires: libpng
Requires: libcroco >= %{libcroco_version}
Requires: libgsf >= %{libgsf_version}
Requires: gnome-vfs2 >= %{gnome_vfs_version}
Requires(post,postun): %{_bindir}/update-gdk-pixbuf-loaders
Requires(post): %{_bindir}/update-gdk-pixbuf-loaders
Requires(postun): %{_bindir}/update-gdk-pixbuf-loaders
BuildRequires: libpng-devel
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libxml2-devel >= %{libxml2_version}
@ -116,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/rsvg
%changelog
* Sun Jun 18 2006 Florian La Roche <laroche@redhat.com>
- change to separate Requires(post/postun) lines
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.15.0-2
- remove libtool, automake14 buildreqs