fix multilib issues

This commit is contained in:
Matthias Clasen 2006-09-06 02:25:03 +00:00
parent 304008cfc5
commit 04d99536a4

View File

@ -12,7 +12,7 @@
Name: librsvg2
Summary: An SVG library based on cairo
Version: 2.16.0
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: System Environment/Libraries
@ -47,7 +47,7 @@ An SVG library based on cairo.
%package devel
Summary: Libraries and include files for developing with librsvg.
Summary: Libraries and include files for developing with librsvg
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: gtk2-devel >= %{gtk2_version}
@ -66,7 +66,7 @@ files to allow you to develop with librsvg.
%build
%configure --with-svgz \
--enable-gtk-doc \
--disable-gtk-doc \
--enable-gtk-theme \
--enable-gnome-vfs \
--with-croco \
@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/rsvg
%changelog
* Tue Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2.fc6
- Fix multilib issues
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
- Update to 2.16.0
- Require pkgconfig in the -devel package