Specify minimum json-glib version

This commit is contained in:
Kalev Lember 2013-09-24 23:52:12 +02:00
parent b41d2fce96
commit 5c41c0bd9d

View File

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