2.22.0
This commit is contained in:
parent
bf3dbf57a4
commit
6ee32771ed
@ -1 +1 @@
|
||||
librsvg-2.20.0.tar.bz2
|
||||
librsvg-2.22.0.tar.bz2
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
%define libxml2_version 2.4.12
|
||||
%define gtk2_version 2.9.0
|
||||
%define glib2_version 2.15.4
|
||||
%define freetype_version 2.0.1
|
||||
%define cairo_version 1.1.2
|
||||
%define libcroco_version 0.6.1
|
||||
@ -11,25 +12,23 @@
|
||||
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.20.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.22.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/librsvg/2.20/librsvg-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/librsvg/2.22/librsvg-%{version}.tar.bz2
|
||||
Patch1: filter-leak.patch
|
||||
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}
|
||||
Requires: libpng
|
||||
Requires: libcroco >= %{libcroco_version}
|
||||
Requires: libgsf >= %{libgsf_version}
|
||||
Requires: gnome-vfs2 >= %{gnome_vfs_version}
|
||||
Requires(post): gtk2 >= %{gtk2_version}
|
||||
Requires(postun): gtk2 >= %{gtk2_version}
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: libxml2-devel >= %{libxml2_version}
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
@ -39,7 +38,6 @@ BuildRequires: libcroco >= %{libcroco_version}
|
||||
BuildRequires: libgnomeui >= %{libgnomeui_version}
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: libgsf-devel >= %{libgsf_version}
|
||||
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs_version}
|
||||
# grr, librsvg does not install api docs if --disable-gtk-doc
|
||||
BuildRequires: gtk-doc
|
||||
|
||||
@ -120,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_datadir}/gtk-doc/html/rsvg
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.20.0-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user