auto-import changelog data from librsvg2-2.7.2-1.src.rpm

Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
- Update to 2.7.2
- Fix up changelog section
This commit is contained in:
cvsdist 2004-09-09 07:44:06 +00:00
parent 78008c37e4
commit 6df8cf3c81
3 changed files with 32 additions and 19 deletions

View File

@ -1 +1 @@
librsvg-2.6.4.tar.bz2
librsvg-2.7.2.tar.bz2

View File

@ -10,8 +10,8 @@
Name: librsvg2
Summary: An SVG library based on libart.
Version: 2.6.4
Release: 7
Version: 2.7.2
Release: 1
License: LGPL
Group: System Environment/Libraries
@ -23,7 +23,7 @@ Requires: popt >= %{popt_version}
Requires: freetype >= %{freetype_version}
Requires: libart_lgpl >= %{libart_version}
Requires: libpng
Requires: libcroco
Requires: libcroco >= 0.6.0
Requires: libgsf
Requires(post,postun): %{_bindir}/update-gdk-pixbuf-loaders
BuildRequires: libpng-devel
@ -52,7 +52,7 @@ Requires: libxml2-devel >= %{libxml2_version}
Requires: freetype-devel >= %{freetype_version}
Requires: libart_lgpl-devel >= %{libart_version}
Requires: libgsf-devel
Requires: libcroco-devel
Requires: libcroco-devel >= 0.6.0
%description devel
This package provides the necessary development libraries and include
@ -62,23 +62,29 @@ files to allow you to develop with librsvg.
%setup -q -n librsvg-%{version}
%build
find . -name 'Makefile.am' | xargs perl -pi -e 's/-DGTK_DISABLE_DEPRECATED/-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED/g'
# find . -name 'Makefile.am' | xargs perl -pi -e 's/-DGTK_DISABLE_DEPRECATED/-DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED/g'
automake-1.4
%configure
export tagname=CC
make LIBTOOL=/usr/bin/libtool
#automake-1.4
#%configure
#export tagname=CC
#make LIBTOOL=/usr/bin/libtool
make
%install
rm -rf $RPM_BUILD_ROOT
export tagname=CC
%makeinstall LIBTOOL=/usr/bin/libtool
#export tagname=CC
#%makeinstall LIBTOOL=/usr/bin/libtool
%makeinstall
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.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/svg_loader.a
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/svg_loader.la
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.a
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.la
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/libmozsvgdec.so
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/svg-viewer.svg
mv $RPM_BUILD_ROOT%{_datadir}/doc/librsvg $RPM_BUILD_ROOT%{_datadir}/doc/librsvg2-%{version}
@ -101,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gtk-2.0/*/engines/libsvg.so
%{_libdir}/gtk-2.0/*/loaders/svg_loader.so
%{_bindir}/rsvg
%{_bindir}/rsvg-view
%{_mandir}/man1/*
%files devel
@ -111,9 +118,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/librsvg-2.0.pc
%changelog
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
- Update to 2.7.2
- Fix up changelog section
* Mon Jun 28 2004 Dan Williams <dcbw@redhat.com> - 2.6.4-7
- Fix usage of "%{_bindir}/update-gtk-immodules %{_host}" to point to right
place and architecture
- Fix usage of "%%{_bindir}/update-gdk-pixbuf-loaders %%{_host}"
to point to right place and architecture
* Thu Jun 24 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-6
- Properly handle updating of arch-dependent config
@ -218,7 +229,8 @@ rm -rf $RPM_BUILD_ROOT
- update to 2.1.3
* Tue Dec 17 2002 Owen Taylor <otaylor@redhat.com>
- Don't package gdk-pixbuf.loaders, it gets generated in the %post
- Don't package gdk-pixbuf.loaders, it gets generated
in the %%post
* Mon Dec 9 2002 Alexander Larsson <alexl@redhat.com> 2.1.2-1
- Update to 2.1.2
@ -281,15 +293,16 @@ rm -rf $RPM_BUILD_ROOT
- Don't define a bad docdir
- Add BuildRequires
- Use %%{_tmppath}
- Don't define name, version etc. on top of the file (why do so many do that?)
- Don't define name, version etc. on top of the file (why
do so many do that?)
- s/Copyright/License/
* Wed May 9 2001 Jonathan Blandford <jrb@redhat.com>
- Put into Red Hat Build system
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
- removed obsoletes from sub packages and added mozilla and trilobite
subpackages
- removed obsoletes from sub packages and added mozilla and
trilobite subpackages
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
- created this thing

View File

@ -1 +1 @@
976b1e2d21ef094698f6eebb7ef9fe94 librsvg-2.6.4.tar.bz2
c9377b685ca6e9a8892301a86724e4a7 librsvg-2.7.2.tar.bz2