2.13.92
This commit is contained in:
parent
34a9427a84
commit
59a6750251
@ -8,10 +8,11 @@
|
|||||||
%define libcroco_version 0.6
|
%define libcroco_version 0.6
|
||||||
%define libgnomeui_version 2.5.0
|
%define libgnomeui_version 2.5.0
|
||||||
%define libgsf_version 1.6.0
|
%define libgsf_version 1.6.0
|
||||||
|
%define gnome_vfs_version 1.9.16
|
||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo.
|
Summary: An SVG library based on cairo.
|
||||||
Version: 2.13.5
|
Version: 2.13.92
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -24,8 +25,9 @@ Requires: popt >= %{popt_version}
|
|||||||
Requires: freetype >= %{freetype_version}
|
Requires: freetype >= %{freetype_version}
|
||||||
Requires: cairo >= %{cairo_version}
|
Requires: cairo >= %{cairo_version}
|
||||||
Requires: libpng
|
Requires: libpng
|
||||||
Requires: libcroco >= 0.6.0
|
Requires: libcroco >= %(libcroco_version}
|
||||||
Requires: libgsf >= %{libgsf_version}
|
Requires: libgsf >= %{libgsf_version}
|
||||||
|
Requires: gnome-vfs2 >= %{gnome_vfs_version}
|
||||||
Requires(post,postun): %{_bindir}/update-gdk-pixbuf-loaders
|
Requires(post,postun): %{_bindir}/update-gdk-pixbuf-loaders
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
@ -40,6 +42,7 @@ BuildRequires: libgnomeui >= %{libgnomeui_version}
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
BuildRequires: libgsf-devel >= %{libgsf_version}
|
BuildRequires: libgsf-devel >= %{libgsf_version}
|
||||||
|
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An SVG library based on cairo.
|
An SVG library based on cairo.
|
||||||
@ -64,7 +67,12 @@ files to allow you to develop with librsvg.
|
|||||||
%setup -q -n librsvg-%{version}
|
%setup -q -n librsvg-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-svgz
|
%configure --with-svgz \
|
||||||
|
--disable-gtk-doc \
|
||||||
|
--enable-gtk-theme \
|
||||||
|
--enable-gnome-vfs \
|
||||||
|
--with-croco \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -113,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
##%doc %{_datadir}/gtk-doc/html/rsvg
|
##%doc %{_datadir}/gtk-doc/html/rsvg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.92-1
|
||||||
|
- Update to 2.13.92
|
||||||
|
|
||||||
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
||||||
- Update to 2.13.5
|
- Update to 2.13.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user