diff --git a/geocode-glib.spec b/geocode-glib.spec index 2aaa00c..943a613 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -1,29 +1,22 @@ Name: geocode-glib -Version: 3.26.2 +Version: 3.26.3 Release: 1mamba Summary: A convenience library for the geocoding and reverse geocoding Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://git.gnome.org/browse/geocode-glib/ +URL: https://gitlab.gnome.org/GNOME/geocode-glib/ Source: https://gitlab.gnome.org/GNOME/geocode-glib.git/%{version}/geocode-glib-%{version}.tar.bz2 #Source: https://git.gnome.org/browse/geocode-glib/snapshot/geocode-glib-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libffi-devel BuildRequires: libglib-devel BuildRequires: libjson-glib-devel -BuildRequires: liblzma-devel -BuildRequires: libselinux-devel -BuildRequires: libsoup-devel -BuildRequires: libsqlite-devel -BuildRequires: libxml2-devel -BuildRequires: libz-devel +BuildRequires: libsoup2-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -31,6 +24,7 @@ geocode-glib is a convenience library for the geocoding (finding longitude, and %package -n lib%{name} Group: System/Libraries Summary: Shared libraries for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name} This package contains shared libraries for %{name}. @@ -66,13 +60,16 @@ This package contains libraries and header files for developing applications tha %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig +%files +%defattr(-,root,root) +%{_datadir}/icons/hicolor/scalable/places/*.svg +%dir %{_datadir}/installed-tests/geocode-glib +%{_datadir}/installed-tests/geocode-glib/* + %files -n lib%{name} %defattr(-,root,root) %{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib %{_libdir}/libgeocode-glib.so.* -%dir %{_libexecdir}/installed-tests/geocode-glib -%{_libexecdir}/installed-tests/geocode-glib/* -%{_datadir}/icons/gnome/scalable/places/poi-*.svg %doc AUTHORS COPYING.LIB %files -n lib%{name}-devel @@ -88,6 +85,9 @@ This package contains libraries and header files for developing applications tha #%doc NEWS README TODO %changelog +* Thu Jul 07 2022 Automatic Build System 3.26.3-1mamba +- automatic version update by autodist + * Sat Mar 14 2020 Automatic Build System 3.26.2-1mamba - automatic version update by autodist