2014-09-23 13:20:12 +00:00
|
|
|
%global json_glib_version 0.99.2
|
2013-09-24 21:52:12 +00:00
|
|
|
|
2013-08-23 14:56:42 +00:00
|
|
|
Name: geocode-glib
|
2015-01-19 10:06:29 +00:00
|
|
|
Version: 3.15.4
|
2014-09-23 13:20:12 +00:00
|
|
|
Release: 1%{?dist}
|
2013-08-23 14:56:42 +00:00
|
|
|
Summary: Geocoding helper library
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.gnome.org/
|
2014-11-25 12:23:36 +00:00
|
|
|
Source0: http://download.gnome.org/sources/geocode-glib/3.15/geocode-glib-%{version}.tar.xz
|
2013-08-23 14:56:42 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: intltool
|
2013-09-24 21:52:12 +00:00
|
|
|
BuildRequires: json-glib-devel >= %{json_glib_version}
|
2013-08-23 14:56:42 +00:00
|
|
|
BuildRequires: libsoup-devel
|
|
|
|
|
2013-09-24 21:52:12 +00:00
|
|
|
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
|
|
|
|
2013-08-23 14:56:42 +00:00
|
|
|
%description
|
|
|
|
geocode-glib is a convenience library for the geocoding (finding longitude,
|
|
|
|
and latitude from an address) and reverse geocoding (finding an address from
|
|
|
|
coordinates). It uses Nominatim service to achieve that. It also caches
|
|
|
|
(reverse-)geocoding requests for faster results and to avoid unnecessary server
|
|
|
|
load.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING.LIB NEWS README
|
|
|
|
%{_libdir}/libgeocode-glib.so.*
|
|
|
|
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
2014-05-07 13:48:07 +00:00
|
|
|
%{_datadir}/icons/gnome/scalable/places/*.svg
|
2013-08-23 14:56:42 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/geocode-glib-1.0/
|
|
|
|
%{_libdir}/libgeocode-glib.so
|
2013-08-31 18:47:41 +00:00
|
|
|
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
2013-08-23 14:56:42 +00:00
|
|
|
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
|
|
|
%doc %{_datadir}/gtk-doc/
|
|
|
|
|
2014-05-07 13:48:07 +00:00
|
|
|
|
2013-08-23 14:56:42 +00:00
|
|
|
%changelog
|
2015-01-19 10:06:29 +00:00
|
|
|
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
|
|
|
|
- Update to 3.15.4
|
|
|
|
|
2014-12-18 19:49:46 +00:00
|
|
|
* Thu Dec 18 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3.1-1
|
|
|
|
- Update to 3.15.3.1
|
|
|
|
|
2014-11-25 12:23:36 +00:00
|
|
|
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
2014-09-23 13:20:12 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-08-16 14:15:51 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 16:52:22 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-25 08:35:14 +00:00
|
|
|
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
|
- Update to 3.13.3
|
|
|
|
|
2014-06-07 13:56:41 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-15 19:14:44 +00:00
|
|
|
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
|
|
|
|
- Update to 3.12.2
|
|
|
|
|
2014-05-07 13:48:07 +00:00
|
|
|
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
|
|
|
|
- Ship icons in the main package, instead of -devel
|
|
|
|
|
2014-03-24 23:18:41 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-19 14:18:51 +00:00
|
|
|
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92.2-1
|
|
|
|
- Update to 3.11.92.2
|
|
|
|
|
2014-03-18 15:27:10 +00:00
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
|
- Update to 3.11.92
|
|
|
|
|
2014-03-04 18:53:55 +00:00
|
|
|
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2014-02-05 10:53:17 +00:00
|
|
|
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
|
- Update to 3.11.5
|
|
|
|
|
2014-01-15 09:15:00 +00:00
|
|
|
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4.1-1
|
|
|
|
- Update to 3.11.4.1
|
|
|
|
|
2013-09-24 21:48:30 +00:00
|
|
|
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
2013-09-24 21:52:12 +00:00
|
|
|
- Specify minimum json-glib version
|
2013-09-24 21:48:30 +00:00
|
|
|
|
2013-09-17 23:52:05 +00:00
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.4-1
|
|
|
|
- Update to 0.99.4
|
|
|
|
|
2013-09-03 17:40:11 +00:00
|
|
|
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.3-1
|
|
|
|
- Update to 0.99.3
|
|
|
|
|
2013-08-31 18:47:41 +00:00
|
|
|
* Sat Aug 31 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-2
|
|
|
|
- Move the pkgconfig file to -devel
|
|
|
|
|
2013-08-23 14:56:42 +00:00
|
|
|
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-1
|
|
|
|
- Initial Fedora packaging
|