diff --git a/.cvsignore b/.cvsignore index 669fd49..38fdd84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -librsvg-2.2.3.tar.bz2 +librsvg-2.4.0.tar.bz2 diff --git a/librsvg2.spec b/librsvg2.spec index d54189e..e4b4070 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -8,8 +8,9 @@ Name: librsvg2 Summary: An SVG library based on libart. -Version: 2.2.3 -Release: 2 +Version: 2.4.0 +Release: 3 + License: LGPL Group: System Environment/Libraries Source: librsvg-%{version}.tar.bz2 @@ -20,12 +21,18 @@ Requires: popt >= %{popt_version} Requires: freetype >= %{freetype_version} Requires: libart_lgpl >= %{libart_version} Requires: libpng +Requires: libcroco +Requires: libgsf BuildRequires: libpng-devel BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: popt >= %{popt_version} BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: libart_lgpl-devel >= %{libart_version} +BuildRequires: libgsf-devel, libcroco-devel +BuildRequires: automake14 + +Patch1: librsvg-2.4.0-link.patch %description An SVG library based on libart. @@ -34,11 +41,12 @@ An SVG library based on libart. %package devel Summary: Libraries and include files for developing with librsvg. Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Requires: gtk2-devel >= %{gtk2_version} Requires: libxml2-devel >= %{libxml2_version} Requires: freetype-devel >= %{freetype_version} Requires: libart_lgpl-devel >= %{libart_version} +Requires: libgsf-devel %description devel This package provides the necessary development libraries and include @@ -47,12 +55,17 @@ files to allow you to develop with librsvg. %prep %setup -q -n librsvg-%{version} +%patch1 -p0 -b .link + %build +automake-1.4 %configure +export tagname=CC make LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT +export tagname=CC %makeinstall LIBTOOL=/usr/bin/libtool rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/libsvg.a @@ -93,6 +106,34 @@ gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders %{_libdir}/pkgconfig/librsvg-2.0.pc %changelog +* Fri Oct 24 2003 Alexander Larsson 2.4.0-3 +- Fix libcroco in link line. Fixes #107875. +- Properly require libgsf and libcroco + +* Tue Oct 21 2003 Florian La Roche 2.4.0-2 +- BuildReq libcroco-devel, seems this _can_ get picked up + +* Mon Sep 8 2003 Jonathan Blandford 2.4.0-1 +- bump to 2.4.0 + +* Thu Sep 4 2003 Alexander Larsson 2.3.1-3 +- Don't use the epoch, thats implicitly zero and not defined + +* Thu Sep 4 2003 Alexander Larsson 2.3.1-2 +- full version in -devel requires (#102063) + +* Wed Aug 13 2003 Jonathan Blandford 2.3.1-1 +- new version for GNOME 2.4 + +* Fri Aug 8 2003 Alexander Larsson 2.2.3-5 +- BuildRequire libgsf-devel + +* Wed Aug 6 2003 Elliot Lee 2.2.3-4 +- Fix libtool + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Tue Apr 8 2003 Matt Wilson 2.2.3-2 - use system libtool (#88339) diff --git a/sources b/sources index 46dd208..c110bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdd58f6ce2ce4b5e629501b864f513c2 librsvg-2.2.3.tar.bz2 +1a073864e5f6e9793cf23e38dc723803 librsvg-2.4.0.tar.bz2