Blame SPECS/geocode-glib.spec

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