auto-import changelog data from librsvg2-2.4.0-3.src.rpm
Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3 - Fix libcroco in link line. Fixes #107875. - Properly require libgsf and libcroco Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> 2.4.0-2 - BuildReq libcroco-devel, seems this _can_ get picked up Mon Sep 08 2003 Jonathan Blandford <jrb@redhat.com> 2.4.0-1 - bump to 2.4.0 Thu Sep 04 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-3 - Don't use the epoch, thats implicitly zero and not defined Thu Sep 04 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-2 - full version in -devel requires (#102063) Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 2.3.1-1 - new version for GNOME 2.4 Fri Aug 08 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-5 - BuildRequire libgsf-devel Wed Aug 06 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-4 - Fix libtool Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
ab2e300749
commit
95dc4d19da
@ -1 +1 @@
|
|||||||
librsvg-2.2.3.tar.bz2
|
librsvg-2.4.0.tar.bz2
|
||||||
|
@ -8,8 +8,9 @@
|
|||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on libart.
|
Summary: An SVG library based on libart.
|
||||||
Version: 2.2.3
|
Version: 2.4.0
|
||||||
Release: 2
|
Release: 3
|
||||||
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: librsvg-%{version}.tar.bz2
|
Source: librsvg-%{version}.tar.bz2
|
||||||
@ -20,12 +21,18 @@ Requires: popt >= %{popt_version}
|
|||||||
Requires: freetype >= %{freetype_version}
|
Requires: freetype >= %{freetype_version}
|
||||||
Requires: libart_lgpl >= %{libart_version}
|
Requires: libart_lgpl >= %{libart_version}
|
||||||
Requires: libpng
|
Requires: libpng
|
||||||
|
Requires: libcroco
|
||||||
|
Requires: libgsf
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: libxml2-devel >= %{libxml2_version}
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
||||||
BuildRequires: popt >= %{popt_version}
|
BuildRequires: popt >= %{popt_version}
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: libart_lgpl-devel >= %{libart_version}
|
BuildRequires: libart_lgpl-devel >= %{libart_version}
|
||||||
|
BuildRequires: libgsf-devel, libcroco-devel
|
||||||
|
BuildRequires: automake14
|
||||||
|
|
||||||
|
Patch1: librsvg-2.4.0-link.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An SVG library based on libart.
|
An SVG library based on libart.
|
||||||
@ -34,11 +41,12 @@ An SVG library based on libart.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and include files for developing with librsvg.
|
Summary: Libraries and include files for developing with librsvg.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: gtk2-devel >= %{gtk2_version}
|
Requires: gtk2-devel >= %{gtk2_version}
|
||||||
Requires: libxml2-devel >= %{libxml2_version}
|
Requires: libxml2-devel >= %{libxml2_version}
|
||||||
Requires: freetype-devel >= %{freetype_version}
|
Requires: freetype-devel >= %{freetype_version}
|
||||||
Requires: libart_lgpl-devel >= %{libart_version}
|
Requires: libart_lgpl-devel >= %{libart_version}
|
||||||
|
Requires: libgsf-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides the necessary development libraries and include
|
This package provides the necessary development libraries and include
|
||||||
@ -47,12 +55,17 @@ 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
|
||||||
|
automake-1.4
|
||||||
%configure
|
%configure
|
||||||
|
export tagname=CC
|
||||||
make LIBTOOL=/usr/bin/libtool
|
make LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
export tagname=CC
|
||||||
%makeinstall LIBTOOL=/usr/bin/libtool
|
%makeinstall LIBTOOL=/usr/bin/libtool
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/libsvg.a
|
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
|
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
|
||||||
|
- Fix libcroco in link line. Fixes #107875.
|
||||||
|
- Properly require libgsf and libcroco
|
||||||
|
|
||||||
|
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> 2.4.0-2
|
||||||
|
- BuildReq libcroco-devel, seems this _can_ get picked up
|
||||||
|
|
||||||
|
* Mon Sep 8 2003 Jonathan Blandford <jrb@redhat.com> 2.4.0-1
|
||||||
|
- bump to 2.4.0
|
||||||
|
|
||||||
|
* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-3
|
||||||
|
- Don't use the epoch, thats implicitly zero and not defined
|
||||||
|
|
||||||
|
* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-2
|
||||||
|
- full version in -devel requires (#102063)
|
||||||
|
|
||||||
|
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 2.3.1-1
|
||||||
|
- new version for GNOME 2.4
|
||||||
|
|
||||||
|
* Fri Aug 8 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-5
|
||||||
|
- BuildRequire libgsf-devel
|
||||||
|
|
||||||
|
* Wed Aug 6 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-4
|
||||||
|
- Fix libtool
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.3-2
|
* Tue Apr 8 2003 Matt Wilson <msw@redhat.com> 2.2.3-2
|
||||||
- use system libtool (#88339)
|
- use system libtool (#88339)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user