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:
Vincent Untz 2011-12-14 13:44:06 +00:00 committed by Git OBS Bridge
parent 6e7fac73e5
commit 6f5c7bd015
2 changed files with 12 additions and 14 deletions

View File

@ -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

View File

@ -14,14 +14,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define build_gtk3_support 0
Name: librsvg
Version: 2.35.0
Release: 1
License: GPLv2+
Release: 0
License: GPL-2.0+
Summary: A Library for Rendering SVG Data
Url: http://librsvg.sourceforge.net/
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
Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch
Patch1: env-paths.diff
BuildRequires: automake
BuildRequires: pkgconfig(cairo) >= 1.2.0
BuildRequires: pkgconfig(gdk-pixbuf-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).
%package -n librsvg-2-2
License: GPLv2+
Summary: A Library for Rendering SVG Data
Group: Development/Libraries/C and C++
# bug437293
@ -67,7 +65,6 @@ graphics) data. This format has been specified by the W3C (see
http://www.w3c.org).
%package devel
License: GPLv2+
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Provides: librsvg2-devel = %{version}
@ -84,9 +81,8 @@ This package contains all necessary include files and libraries needed
to develop applications that require these.
%package -n gdk-pixbuf-loader-rsvg
License: LGPLv2.1+
License: LGPL-2.1+
Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader
Group: System/Libraries
Supplements: packageand(librsvg-2-2:gdk-pixbuf)
%gdk_pixbuf_loader_requires
@ -98,9 +94,8 @@ http://www.w3c.org).
This package provides a librsvg-based gdk-pixbuf loader.
%package -n gtk2-engine-svg
License: LGPLv2.1+
License: LGPL-2.1+
Summary: SVG-based GTK+ 2 Theme Engine
Group: System/Libraries
%description -n gtk2-engine-svg
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
License: LGPLv2.1+
License: LGPL-2.1+
Summary: SVG-based GTK+ 3 Theme Engine
Group: System/Libraries
%description -n gtk3-engine-svg
This package provides a librsvg-based GTK+ 3 theme engine.
%endif
%package -n rsvg-view
License: LGPLv2.1+
License: LGPL-2.1+
Summary: SVG View using the GNOME Render SVG library
Group: System/Libraries
Provides: librsvg:/usr/bin/rsvg
%description -n rsvg-view