OBS User unknown 2007-02-15 17:30:17 +00:00 committed by Git OBS Bridge
parent 1612caef21
commit 4ad56b2f57
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 13 11:50:51 CET 2007 - sbrabec@suse.cz
- Do not build unusable static libraries (#238552#c17).
-------------------------------------------------------------------
Tue Jan 9 18:04:54 CET 2007 - sbrabec@suse.cz

View File

@ -13,7 +13,7 @@
Name: librsvg
%define xulrunner_version 181
BuildRequires: docbook-toys gnutls-devel gtk-doc libcroco-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgsf-devel libwnck-devel mDNSResponder-devel update-desktop-files xmlcharent
License: GNU General Public License (GPL)
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Provides: librsvg2
@ -25,7 +25,7 @@ BuildRequires: gecko-sdk
%endif
PreReq: coreutils
Version: 2.16.0
Release: 39
Release: 43
Summary: A Library for Rendering SVG Data
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.16/%{name}-%{version}.tar.bz2
Patch: librsvg-xulrunner.patch
@ -83,6 +83,7 @@ Authors:
%build
autoreconf -f -i
%configure\
--disable-static\
--with-svgz\
--without-gimp\
--with-html-dir=%{_docdir}/%{name}
@ -135,6 +136,8 @@ touch var/adm/SuSEconfig/run-gtk
%{_libdir}/browser-plugins/*.so
%changelog -n librsvg
* Tue Feb 13 2007 - sbrabec@suse.cz
- Do not build unusable static libraries (#238552#c17).
* Tue Jan 09 2007 - sbrabec@suse.cz
- Patched to build plugin with xulrunner.
* Tue Jan 09 2007 - maw@suse.de