Use pkgconfig for BuildRequires
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
This commit is contained in:
parent
6ecf0a2d5f
commit
4d758b847f
@ -8,19 +8,15 @@ Group: System Environment/Libraries
|
||||
#VCS: git:git://git.gnome.org/librsvg
|
||||
Source: http://download.gnome.org/sources/librsvg/2.40/librsvg-%{version}.tar.xz
|
||||
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: cairo-gobject-devel
|
||||
BuildRequires: libgsf-devel
|
||||
BuildRequires: libcroco-devel
|
||||
BuildRequires: libgsf-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo-png)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libcroco-0.6)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-tools
|
||||
|
||||
@ -115,6 +111,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 2.40.7-1
|
||||
- Update to 2.40.7
|
||||
- Use license macro for COPYING and COPYING.LIB
|
||||
- Use pkgconfig for BuildRequires
|
||||
|
||||
* Wed Dec 03 2014 Richard Hughes <rhughes@redhat.com> - 2.40.6-1
|
||||
- Update to 2.40.6
|
||||
|
Loading…
Reference in New Issue
Block a user