Update to 3.26.4
This commit is contained in:
parent
fb5891d6be
commit
bcf2cc673c
Binary file not shown.
BIN
geocode-glib-3.26.4.tar.xz
Normal file
BIN
geocode-glib-3.26.4.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,17 @@
|
|||||||
Name: geocode-glib
|
Name: geocode-glib
|
||||||
Version: 3.26.2
|
Version: 3.26.4
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: %{name} is helpful for geocoding
|
Summary: %{name} is helpful for geocoding
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gettext gtk-doc glib2-devel gobject-introspection-devel
|
BuildRequires: gettext gtk-doc glib2-devel gobject-introspection-devel
|
||||||
BuildRequires: json-glib-devel libsoup-devel libxslt meson
|
BuildRequires: json-glib-devel >= 0.99.2 libsoup-devel libxslt meson libsoup3-devel
|
||||||
Requires: json-glib
|
Requires: json-glib >= 0.99.2
|
||||||
|
Provides: %{name}-data = %{version}-%{release}
|
||||||
|
Provides: geocode-glib geocode-glib2
|
||||||
|
Provides: geocode-glib%{?_isa} geocode-glib2%{?_isa}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Geocode-glib provides geocoding and reverse geocoding. Geocoding is the process of translating
|
Geocode-glib provides geocoding and reverse geocoding. Geocoding is the process of translating
|
||||||
@ -18,6 +21,8 @@ Reverse geocoding is the opposite process.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files included in %{name}
|
Summary: Development files included in %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Provides: geocode-glib-devel geocode-glib2-devel
|
||||||
|
Provides: geocode-glib-devel%{?_isa} geocode-glib2-devel%{?_isa}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains development files needed to develop with the %{name} library.
|
This package contains development files needed to develop with the %{name} library.
|
||||||
@ -28,11 +33,22 @@ This package contains development files needed to develop with the %{name} libra
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Denable-installed-tests=false
|
mkdir -p build-soup2
|
||||||
%meson_build
|
meson setup --prefix=/usr build-soup2
|
||||||
|
meson -Denable-installed-tests=false build-soup2
|
||||||
|
%meson_build -C build-soup2
|
||||||
|
|
||||||
|
mkdir -p build-soup3
|
||||||
|
meson setup --prefix=/usr build-soup3
|
||||||
|
meson --reconfigure -Denable-installed-tests=false -Dsoup2=false build-soup3
|
||||||
|
%meson_build -C build-soup3
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install -C build-soup2
|
||||||
|
|
||||||
|
%meson_install -C build-soup3
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -40,23 +56,34 @@ This package contains development files needed to develop with the %{name} libra
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%{_libdir}/libgeocode-glib.so.*
|
%{_libdir}/libgeocode-glib.so.0*
|
||||||
%{_libdir}/libgeocode-glib.so
|
%{_libdir}/libgeocode-glib-2.so.0*
|
||||||
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
|
||||||
%{_datadir}/icons/gnome/scalable/places/*.svg
|
%{_libdir}/girepository-1.0/GeocodeGlib-2.0.typelib
|
||||||
|
%{_datadir}/icons/hicolor/scalable/places/*.svg
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/geocode-glib-1.0/
|
%{_includedir}/geocode-glib-1.0/
|
||||||
|
%{_includedir}/geocode-glib-2.0/
|
||||||
|
%{_libdir}/libgeocode-glib.so
|
||||||
|
%{_libdir}/libgeocode-glib-2.so
|
||||||
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
|
||||||
|
%{_libdir}/pkgconfig/geocode-glib-2.0.pc
|
||||||
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
|
||||||
%doc %{_datadir}/gtk-doc/html/geocode-glib/
|
%{_datadir}/gir-1.0/GeocodeGlib-2.0.gir
|
||||||
|
%{_datadir}/installed-tests/geocode-glib
|
||||||
|
%{_libexecdir}/geocode-glib
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
|
%doc %{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.26.4-1
|
||||||
|
- Update to 3.26.4
|
||||||
|
|
||||||
* Wed May 18 2022 loong-C <liweiganga@uniontech.com> - 3.26.2-4
|
* Wed May 18 2022 loong-C <liweiganga@uniontech.com> - 3.26.2-4
|
||||||
- fix spec changelog date
|
- fix spec changelog date
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user