Use pkgconfig for BuildRequires
https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires
This commit is contained in:
parent
6aa22af828
commit
c56ea32883
@ -9,17 +9,14 @@ URL: https://wiki.gnome.org/Projects/LibGWeather
|
||||
#VCS: git:git://git.gnome.org/libgweather
|
||||
Source0: http://download.gnome.org/sources/libgweather/3.15/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: geocode-glib-devel
|
||||
BuildRequires: glade-devel
|
||||
BuildRequires: gtk3-devel >= 2.90.0
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libsoup-devel >= 2.4
|
||||
BuildRequires: libxml2-devel >= 2.6
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.5
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.34
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gobject-introspection-devel >= 0.10
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-tools
|
||||
@ -97,6 +94,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
- Update URL
|
||||
- Use license macro for COPYING
|
||||
- Add HACKING, NEWS and README to doc
|
||||
- Use pkgconfig for BuildRequires
|
||||
|
||||
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 3.15.1-1
|
||||
- Update to 3.15.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user