Compare commits

...

No commits in common. "c8" and "c10s" have entirely different histories.
c8 ... c10s

6 changed files with 133 additions and 67 deletions

View File

@ -1 +0,0 @@
0df84b1b0a8ba697251646accb2b0e934b996de4 SOURCES/geocode-glib-3.26.0.tar.xz

32
.gitignore vendored
View File

@ -1 +1,31 @@
SOURCES/geocode-glib-3.26.0.tar.xz
/geocode-glib-0.99.2.tar.xz
/geocode-glib-0.99.3.tar.xz
/geocode-glib-0.99.4.tar.xz
/geocode-glib-3.10.0.tar.xz
/geocode-glib-3.11.4.1.tar.xz
/geocode-glib-3.11.5.tar.xz
/geocode-glib-3.11.91.tar.xz
/geocode-glib-3.11.92.tar.xz
/geocode-glib-3.11.92.2.tar.xz
/geocode-glib-3.12.0.tar.xz
/geocode-glib-3.12.2.tar.xz
/geocode-glib-3.13.3.tar.xz
/geocode-glib-3.14.0.tar.xz
/geocode-glib-3.15.2.tar.xz
/geocode-glib-3.15.3.1.tar.xz
/geocode-glib-3.15.4.tar.xz
/geocode-glib-3.16.0.tar.xz
/geocode-glib-3.17.1.tar.xz
/geocode-glib-3.17.90.tar.xz
/geocode-glib-3.17.92.tar.xz
/geocode-glib-3.18.0.tar.xz
/geocode-glib-3.19.90.tar.xz
/geocode-glib-3.20.0.tar.xz
/geocode-glib-3.20.1.tar.xz
/geocode-glib-3.23.90.tar.xz
/geocode-glib-3.25.4.1.tar.xz
/geocode-glib-3.26.0.tar.xz
/geocode-glib-3.26.1.tar.xz
/geocode-glib-3.26.2.tar.xz
/geocode-glib-3.26.3.tar.xz
/geocode-glib-3.26.4.tar.xz

View File

@ -1,78 +1,36 @@
%global json_glib_version 0.99.2
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Name: geocode-glib
Version: 3.26.0
Release: 3%{?dist}
Summary: Geocoding helper library
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
License: LGPLv2+
URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
BuildRequires: gettext
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
BuildRequires: pkgconfig(libsoup-2.4)
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Requires: json-glib%{?_isa} >= %{json_glib_version}
* Mon Mar 09 2020 Bastien Nocera <bnocera@redhat.com> - 3.26.2-1
+ geocode-glib-3.26.2-1
- Update to 3.26.2
%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.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.26.1-2
- Rebuild with Meson fix for #1699099
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
* Thu Mar 14 2019 Kalev Lember <klember@redhat.com> - 3.26.1-1
- Update to 3.26.1
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
%prep
%setup -q
%build
%meson -Denable-installed-tests=false
%meson_build
%install
%meson_install
%ldconfig_scriptlets
%files
%license COPYING.LIB
%doc AUTHORS NEWS README
%{_libdir}/libgeocode-glib.so.*
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
%{_datadir}/icons/gnome/scalable/places/*.svg
%files devel
%{_includedir}/geocode-glib-1.0/
%{_libdir}/libgeocode-glib.so
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
%doc %{_datadir}/gtk-doc/
%changelog
* Mon Feb 01 2021 Kalev Lember <klember@redhat.com> - 3.26.0-3
- Rebuild against fixed gtk-doc to fix another multilib conflict (#1853142)
* Mon Jan 25 2021 Kalev Lember <klember@redhat.com> - 3.26.0-2
- Fix multilib conflicts in -devel subpackage (#1853142)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.26.0-1
- Update to 3.26.0

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

72
geocode-glib.spec Normal file
View File

@ -0,0 +1,72 @@
%global json_glib_version 0.99.2
Name: geocode-glib
Version: 3.26.4
Release: %autorelease
Summary: Geocoding helper library
# icons/maki/* are BSD-3-Clause
License: LGPL-2.0-or-later AND BSD-3-Clause
URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
BuildRequires: gettext
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
BuildRequires: pkgconfig(libsoup-3.0)
Requires: json-glib%{?_isa} >= %{json_glib_version}
# Renamed/Obsoleted in F39
Obsoletes: geocode-glib-data < %{version}-%{release}
Obsoletes: geocode-glib2 < %{version}-%{release}
Provides: geocode-glib2 = %{version}-%{release}
Provides: geocode-glib2%{?_isa} = %{version}-%{release}
%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}
# Renamed/Obsoleted in F39
Obsoletes: geocode-glib2-devel < %{version}-%{release}
Provides: geocode-glib2-devel = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%build
%meson -Denable-installed-tests=false -Dsoup2=false
%meson_build
%install
%meson_install
%files
%license COPYING.LIB
%doc AUTHORS NEWS README
%{_libdir}/libgeocode-glib-2.so.0*
%{_libdir}/girepository-1.0/GeocodeGlib-2.0.typelib
%{_datadir}/icons/hicolor/scalable/places/*.svg
%files devel
%{_includedir}/geocode-glib-2.0/
%{_libdir}/libgeocode-glib-2.so
%{_libdir}/pkgconfig/geocode-glib-2.0.pc
%{_datadir}/gir-1.0/GeocodeGlib-2.0.gir
%doc %{_datadir}/gtk-doc/
%changelog
%autochangelog

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (geocode-glib-3.26.4.tar.xz) = 998c2f02a8d3d34a8b6a4b031da2e7c28df27014bcf58f3374fbc0c829fff6257c2622fd9bf331e05b85fbc761c64554fb77ce2d986e0f8b59b17aa486f9f609