Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
0df84b1b0a8ba697251646accb2b0e934b996de4 SOURCES/geocode-glib-3.26.0.tar.xz
|
|
32
.gitignore
vendored
32
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-4
|
||||||
Version: 3.26.0
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
Release: 3%{?dist}
|
|
||||||
Summary: Geocoding helper library
|
|
||||||
|
|
||||||
License: LGPLv2+
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
||||||
URL: http://www.gnome.org/
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: gettext
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-2
|
||||||
BuildRequires: gtk-doc
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
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)
|
|
||||||
|
|
||||||
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
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
|
||||||
geocode-glib is a convenience library for the geocoding (finding longitude,
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
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.
|
|
||||||
|
|
||||||
|
* 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
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.26.1-2
|
||||||
Summary: Development files for %{name}
|
- Rebuild with Meson fix for #1699099
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
* Thu Mar 14 2019 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
||||||
The %{name}-devel package contains libraries and header files for
|
- Update to 3.26.1
|
||||||
developing applications that use %{name}.
|
|
||||||
|
|
||||||
|
* 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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-2
|
||||||
%setup -q
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
|
||||||
%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)
|
|
||||||
|
|
||||||
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||||
- Update to 3.26.0
|
- Update to 3.26.0
|
6
gating.yaml
Normal file
6
gating.yaml
Normal 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
72
geocode-glib.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user