This commit is contained in:
parent
223c78f765
commit
3095e6331a
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 31 15:29:26 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Remove unneeded BuildRequires: docbook-toys,
|
||||||
|
libgnomeprintui-devel, update-desktop-files, xmlcharent
|
||||||
|
- Remove Requires for the devel package: popt-devel, rsvg-view
|
||||||
|
- Do not have rsvg-view supplement gnome-session: we don't need it
|
||||||
|
by default on GNOME
|
||||||
|
- Remove checks for old versions of openSUSE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
25
librsvg.spec
25
librsvg.spec
@ -20,7 +20,11 @@
|
|||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
%define xulrunner_version 190
|
%define xulrunner_version 190
|
||||||
BuildRequires: docbook-toys gtk-doc gtk2-devel libcroco-devel libgnomeprintui-devel libgsf-devel update-desktop-files xmlcharent
|
BuildRequires: docbook-toys
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: libcroco-devel
|
||||||
|
BuildRequires: libgsf-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -31,14 +35,10 @@ Obsoletes: librsvg-64bit
|
|||||||
#
|
#
|
||||||
Provides: librsvg2
|
Provides: librsvg2
|
||||||
Obsoletes: librsvg2
|
Obsoletes: librsvg2
|
||||||
%if %suse_version > 1010 || 0%{?opensuse_bs}
|
|
||||||
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
||||||
%else
|
|
||||||
BuildRequires: gecko-sdk
|
|
||||||
%endif
|
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Version: 2.22.3
|
Version: 2.22.3
|
||||||
Release: 3
|
Release: 5
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
||||||
Patch1: env-paths.diff
|
Patch1: env-paths.diff
|
||||||
@ -62,8 +62,7 @@ Summary: Include Files and Libraries mandatory for Development
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: librsvg2-devel
|
Provides: librsvg2-devel
|
||||||
Obsoletes: librsvg2-devel
|
Obsoletes: librsvg2-devel
|
||||||
Requires: %{name} = %{version} cairo-devel libcroco-devel libbz2-devel glib2-devel gtk2-devel libgsf-devel libart_lgpl-devel popt-devel
|
Requires: %{name} = %{version} cairo-devel libcroco-devel libbz2-devel glib2-devel gtk2-devel libgsf-devel libart_lgpl-devel
|
||||||
Requires: rsvg-view
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: librsvg-devel-64bit
|
Obsoletes: librsvg-devel-64bit
|
||||||
@ -102,9 +101,6 @@ License: LGPL v2.1 or later
|
|||||||
Summary: SVG View using the GNOME Render SVG library
|
Summary: SVG View using the GNOME Render SVG library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: librsvg:/usr/bin/rsvg
|
Provides: librsvg:/usr/bin/rsvg
|
||||||
%if %suse_version > 1010
|
|
||||||
Supplements: packageand(librsvg:gnome-session)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n rsvg-view
|
%description -n rsvg-view
|
||||||
This package contains a library to render SVG (scalable vector
|
This package contains a library to render SVG (scalable vector
|
||||||
@ -181,6 +177,13 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
%{_libdir}/browser-plugins/*.so
|
%{_libdir}/browser-plugins/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 31 2009 vuntz@novell.com
|
||||||
|
- Remove unneeded BuildRequires: docbook-toys,
|
||||||
|
libgnomeprintui-devel, update-desktop-files, xmlcharent
|
||||||
|
- Remove Requires for the devel package: popt-devel, rsvg-view
|
||||||
|
- Do not have rsvg-view supplement gnome-session: we don't need it
|
||||||
|
by default on GNOME
|
||||||
|
- Remove checks for old versions of openSUSE
|
||||||
* Wed Jan 07 2009 olh@suse.de
|
* Wed Jan 07 2009 olh@suse.de
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Tue Nov 25 2008 sbrabec@suse.cz
|
* Tue Nov 25 2008 sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user