|
|
e63893 |
%global json_glib_version 0.99.2
|
|
|
e63893 |
|
|
|
e63893 |
Name: geocode-glib
|
|
|
e63893 |
Version: 3.26.0
|
|
|
e63893 |
Release: 2%{?dist}
|
|
|
e63893 |
Summary: Geocoding helper library
|
|
|
e63893 |
|
|
|
e63893 |
License: LGPLv2+
|
|
|
e63893 |
URL: http://www.gnome.org/
|
|
|
e63893 |
Source0: http://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
|
|
e63893 |
|
|
|
e63893 |
BuildRequires: gettext
|
|
|
e63893 |
BuildRequires: gtk-doc
|
|
|
e63893 |
BuildRequires: meson
|
|
|
e63893 |
BuildRequires: pkgconfig(gio-2.0)
|
|
|
e63893 |
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
e63893 |
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
|
|
e63893 |
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
e63893 |
|
|
|
e63893 |
Requires: json-glib%{?_isa} >= %{json_glib_version}
|
|
|
e63893 |
|
|
|
e63893 |
%description
|
|
|
e63893 |
geocode-glib is a convenience library for the geocoding (finding longitude,
|
|
|
e63893 |
and latitude from an address) and reverse geocoding (finding an address from
|
|
|
e63893 |
coordinates). It uses Nominatim service to achieve that. It also caches
|
|
|
e63893 |
(reverse-)geocoding requests for faster results and to avoid unnecessary server
|
|
|
e63893 |
load.
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%package devel
|
|
|
e63893 |
Summary: Development files for %{name}
|
|
|
e63893 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
e63893 |
|
|
|
e63893 |
%description devel
|
|
|
e63893 |
The %{name}-devel package contains libraries and header files for
|
|
|
e63893 |
developing applications that use %{name}.
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%prep
|
|
|
e63893 |
%setup -q
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%build
|
|
|
e63893 |
LANG=en_US.utf8 %meson -Denable-installed-tests=false
|
|
|
e63893 |
LANG=en_US.utf8 %meson_build
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%install
|
|
|
e63893 |
LANG=en_US.utf8 %meson_install
|
|
|
e63893 |
|
|
|
e63893 |
# multilib work around for https://gitlab.gnome.org/GNOME/gtk-doc/issues/49
|
|
|
e63893 |
find $RPM_BUILD_ROOT -name '*.html' -exec sed -i -e s,G_MAXINT,G_MAXLONG,g \{\} \;
|
|
|
e63893 |
|
|
|
e63893 |
%post -p /sbin/ldconfig
|
|
|
e63893 |
|
|
|
e63893 |
%postun -p /sbin/ldconfig
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%files
|
|
|
e63893 |
%license COPYING.LIB
|
|
|
e63893 |
%doc AUTHORS NEWS README
|
|
|
e63893 |
%{_libdir}/libgeocode-glib.so.*
|
|
|
e63893 |
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
|
|
e63893 |
%{_datadir}/icons/gnome/scalable/places/*.svg
|
|
|
e63893 |
|
|
|
e63893 |
%files devel
|
|
|
e63893 |
%{_includedir}/geocode-glib-1.0/
|
|
|
e63893 |
%{_libdir}/libgeocode-glib.so
|
|
|
e63893 |
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
|
|
e63893 |
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
|
|
e63893 |
%doc %{_datadir}/gtk-doc/
|
|
|
e63893 |
|
|
|
e63893 |
|
|
|
e63893 |
%changelog
|
|
|
e63893 |
* Fri Sep 21 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.0-2
|
|
|
e63893 |
+ geocode-glib-3.26.0-2
|
|
|
e63893 |
- Work-around multilib gtk-doc bug
|
|
|
e63893 |
- Resolves: #1624451
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Jun 05 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.0-1
|
|
|
e63893 |
+ geocode-glib-3.26.0-1
|
|
|
e63893 |
- Update to 3.26.0
|
|
|
e63893 |
- Resolves: #1567313
|
|
|
e63893 |
|
|
|
e63893 |
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4.1-1
|
|
|
e63893 |
- Update to 3.25.4.1
|
|
|
e63893 |
- Switch to the meson build system
|
|
|
e63893 |
- Resolves: #1567313
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
|
|
|
e63893 |
- Update to 3.20.1
|
|
|
e63893 |
- Resolves: #1386868
|
|
|
e63893 |
|
|
|
e63893 |
* Fri Jul 24 2015 Zeeshan Ali <zeenix@redhat.com> - 3.14.0-2
|
|
|
e63893 |
- Use HTTPS to connect to Nominatim (related: #1233636).
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
e63893 |
- Update to 3.14.0
|
|
|
e63893 |
|
|
|
e63893 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-3
|
|
|
e63893 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-2
|
|
|
e63893 |
- Rebuilt for gobject-introspection 1.41.4
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
e63893 |
- Update to 3.13.3
|
|
|
e63893 |
|
|
|
e63893 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
|
|
|
e63893 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
e63893 |
|
|
|
e63893 |
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
|
|
|
e63893 |
- Update to 3.12.2
|
|
|
e63893 |
|
|
|
e63893 |
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
|
|
|
e63893 |
- Ship icons in the main package, instead of -devel
|
|
|
e63893 |
|
|
|
e63893 |
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
e63893 |
- Update to 3.12.0
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92.2-1
|
|
|
e63893 |
- Update to 3.11.92.2
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
|
|
|
e63893 |
- Update to 3.11.92
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
|
|
|
e63893 |
- Update to 3.11.91
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
|
|
|
e63893 |
- Update to 3.11.5
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4.1-1
|
|
|
e63893 |
- Update to 3.11.4.1
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
e63893 |
- Update to 3.10.0
|
|
|
e63893 |
- Specify minimum json-glib version
|
|
|
e63893 |
|
|
|
e63893 |
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.4-1
|
|
|
e63893 |
- Update to 0.99.4
|
|
|
e63893 |
|
|
|
e63893 |
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.3-1
|
|
|
e63893 |
- Update to 0.99.3
|
|
|
e63893 |
|
|
|
e63893 |
* Sat Aug 31 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-2
|
|
|
e63893 |
- Move the pkgconfig file to -devel
|
|
|
e63893 |
|
|
|
e63893 |
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 0.99.2-1
|
|
|
e63893 |
- Initial Fedora packaging
|