auto-import changelog data from librsvg2-2.5.0-1.src.rpm
Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 2.4.0-3 - update version - Buildrequire libcroco
This commit is contained in:
parent
95dc4d19da
commit
548352919b
@ -1 +1 @@
|
|||||||
librsvg-2.4.0.tar.bz2
|
librsvg-2.5.0.tar.bz2
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
%define __libtoolize :
|
%define __libtoolize :
|
||||||
|
|
||||||
%define libxml2_version 2.4.12
|
%define libxml2_version 2.4.12
|
||||||
%define gtk2_version 2.2.0
|
%define gtk2_version 2.3.0
|
||||||
%define freetype_version 2.0.1
|
%define freetype_version 2.0.1
|
||||||
%define popt_version 1.5
|
%define popt_version 1.5
|
||||||
%define libart_version 2.3.10
|
%define libart_version 2.3.10
|
||||||
|
%define libcroco_version 0.4
|
||||||
|
%define libgnomeui_version 2.5.0
|
||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on libart.
|
Summary: An SVG library based on libart.
|
||||||
Version: 2.4.0
|
Version: 2.5.0
|
||||||
Release: 3
|
Release: 1
|
||||||
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -31,8 +33,8 @@ BuildRequires: freetype-devel >= %{freetype_version}
|
|||||||
BuildRequires: libart_lgpl-devel >= %{libart_version}
|
BuildRequires: libart_lgpl-devel >= %{libart_version}
|
||||||
BuildRequires: libgsf-devel, libcroco-devel
|
BuildRequires: libgsf-devel, libcroco-devel
|
||||||
BuildRequires: automake14
|
BuildRequires: automake14
|
||||||
|
BuildRequires: libcroco >= %{libcroco_version}
|
||||||
Patch1: librsvg-2.4.0-link.patch
|
BuildRequires: libgnomeui >= %{libgnomeui_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An SVG library based on libart.
|
An SVG library based on libart.
|
||||||
@ -55,9 +57,9 @@ files to allow you to develop with librsvg.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n librsvg-%{version}
|
%setup -q -n librsvg-%{version}
|
||||||
|
|
||||||
%patch1 -p0 -b .link
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
find . -name 'Makefile.am' | xargs perl -pi -e 's/-DGTK_DISABLE_DEPRECATED/-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED/g'
|
||||||
|
|
||||||
automake-1.4
|
automake-1.4
|
||||||
%configure
|
%configure
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -106,6 +108,10 @@ gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
|||||||
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 2.4.0-3
|
||||||
|
- update version
|
||||||
|
- Buildrequire libcroco
|
||||||
|
|
||||||
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
|
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
|
||||||
- Fix libcroco in link line. Fixes #107875.
|
- Fix libcroco in link line. Fixes #107875.
|
||||||
- Properly require libgsf and libcroco
|
- Properly require libgsf and libcroco
|
||||||
|
Loading…
Reference in New Issue
Block a user