Specify minimum json-glib version
This commit is contained in:
parent
b41d2fce96
commit
5c41c0bd9d
@ -1,3 +1,5 @@
|
||||
%global json_glib_version 0.16.2
|
||||
|
||||
Name: geocode-glib
|
||||
Version: 3.10.0
|
||||
Release: 1%{?dist}
|
||||
@ -10,9 +12,11 @@ Source0: http://download.gnome.org/sources/geocode-glib/3.10/geocode-glib
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: json-glib-devel >= %{json_glib_version}
|
||||
BuildRequires: libsoup-devel
|
||||
|
||||
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
||||
|
||||
%description
|
||||
geocode-glib is a convenience library for the geocoding (finding longitude,
|
||||
and latitude from an address) and reverse geocoding (finding an address from
|
||||
@ -65,6 +69,7 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%changelog
|
||||
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
||||
- Update to 3.10.0
|
||||
- Specify minimum json-glib version
|
||||
|
||||
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.4-1
|
||||
- Update to 0.99.4
|
||||
|
Loading…
Reference in New Issue
Block a user