2.18.0
This commit is contained in:
parent
d67f8e91fa
commit
04d9b24a9f
@ -11,14 +11,15 @@
|
||||
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.16.1
|
||||
Version: 2.18.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: librsvg-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
PreReq: gtk2 >= %{gtk2_version}
|
||||
Source: http://download.gnome.org/sources/librsvg/2.18/librsvg-%{version}.tar.bz2
|
||||
librsvg-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: gtk2 >= %{gtk2_version}
|
||||
Requires: libxml2 >= %{libxml2_version}
|
||||
Requires: freetype >= %{freetype_version}
|
||||
Requires: cairo >= %{cairo_version}
|
||||
@ -26,8 +27,8 @@ Requires: libpng
|
||||
Requires: libcroco >= %{libcroco_version}
|
||||
Requires: libgsf >= %{libgsf_version}
|
||||
Requires: gnome-vfs2 >= %{gnome_vfs_version}
|
||||
Requires(post): %{_bindir}/update-gdk-pixbuf-loaders
|
||||
Requires(postun): %{_bindir}/update-gdk-pixbuf-loaders
|
||||
Requires(post): gtk2 >= %{gtk2_version}
|
||||
Requires(postun): gtk2 >= %{gtk2_version}
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: libxml2-devel >= %{libxml2_version}
|
||||
@ -118,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_datadir}/gtk-doc/html/rsvg
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||
- Update to 2.18.0
|
||||
|
||||
* Sat Nov 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user