Accepting request 94665 from home:coolo:removeautomake
add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94665 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=44
This commit is contained in:
parent
6e7fac73e5
commit
6f5c7bd015
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 1 10:27:17 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 14 22:33:17 UTC 2011 - dimstar@opensuse.org
|
Mon Nov 14 22:33:17 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
21
librsvg.spec
21
librsvg.spec
@ -14,14 +14,12 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define build_gtk3_support 0
|
%define build_gtk3_support 0
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.35.0
|
Version: 2.35.0
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
Url: http://librsvg.sourceforge.net/
|
Url: http://librsvg.sourceforge.net/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -30,6 +28,7 @@ Source99: baselibs.conf
|
|||||||
# PATCH-FIX-OPENSUSE librsvg-gdk-pixbuf-query-loaders-64.patch vuntz@opensuse.org -- Fix check for gdk-pixbuf-query-loaders on 64bit systems
|
# PATCH-FIX-OPENSUSE librsvg-gdk-pixbuf-query-loaders-64.patch vuntz@opensuse.org -- Fix check for gdk-pixbuf-query-loaders on 64bit systems
|
||||||
Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch
|
Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch
|
||||||
Patch1: env-paths.diff
|
Patch1: env-paths.diff
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
@ -48,7 +47,6 @@ graphics) data. This format has been specified by the W3C (see
|
|||||||
http://www.w3c.org).
|
http://www.w3c.org).
|
||||||
|
|
||||||
%package -n librsvg-2-2
|
%package -n librsvg-2-2
|
||||||
License: GPLv2+
|
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -67,7 +65,6 @@ graphics) data. This format has been specified by the W3C (see
|
|||||||
http://www.w3c.org).
|
http://www.w3c.org).
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: librsvg2-devel = %{version}
|
Provides: librsvg2-devel = %{version}
|
||||||
@ -84,9 +81,8 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
%package -n gdk-pixbuf-loader-rsvg
|
%package -n gdk-pixbuf-loader-rsvg
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader
|
Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader
|
||||||
Group: System/Libraries
|
|
||||||
Supplements: packageand(librsvg-2-2:gdk-pixbuf)
|
Supplements: packageand(librsvg-2-2:gdk-pixbuf)
|
||||||
%gdk_pixbuf_loader_requires
|
%gdk_pixbuf_loader_requires
|
||||||
|
|
||||||
@ -98,9 +94,8 @@ http://www.w3c.org).
|
|||||||
This package provides a librsvg-based gdk-pixbuf loader.
|
This package provides a librsvg-based gdk-pixbuf loader.
|
||||||
|
|
||||||
%package -n gtk2-engine-svg
|
%package -n gtk2-engine-svg
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Summary: SVG-based GTK+ 2 Theme Engine
|
Summary: SVG-based GTK+ 2 Theme Engine
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n gtk2-engine-svg
|
%description -n gtk2-engine-svg
|
||||||
This package provides a librsvg-based GTK+ 2 theme engine.
|
This package provides a librsvg-based GTK+ 2 theme engine.
|
||||||
@ -109,18 +104,16 @@ This package provides a librsvg-based GTK+ 2 theme engine.
|
|||||||
|
|
||||||
%package -n gtk3-engine-svg
|
%package -n gtk3-engine-svg
|
||||||
|
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Summary: SVG-based GTK+ 3 Theme Engine
|
Summary: SVG-based GTK+ 3 Theme Engine
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n gtk3-engine-svg
|
%description -n gtk3-engine-svg
|
||||||
This package provides a librsvg-based GTK+ 3 theme engine.
|
This package provides a librsvg-based GTK+ 3 theme engine.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n rsvg-view
|
%package -n rsvg-view
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Summary: SVG View using the GNOME Render SVG library
|
Summary: SVG View using the GNOME Render SVG library
|
||||||
Group: System/Libraries
|
|
||||||
Provides: librsvg:/usr/bin/rsvg
|
Provides: librsvg:/usr/bin/rsvg
|
||||||
|
|
||||||
%description -n rsvg-view
|
%description -n rsvg-view
|
||||||
|
Loading…
x
Reference in New Issue
Block a user