geocode-glib/geocode-glib.spec

83 lines
2.1 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:39:39 -04:00
Name: geocode-glib
2021-01-29 17:07:43 +08:00
Version: 3.26.2
2021-07-20 16:04:41 +08:00
Release: 2
2019-09-30 10:39:39 -04:00
Summary: %{name} is helpful for geocoding
License: LGPLv2+
URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
2020-01-22 11:35:07 +08:00
BuildRequires: gettext gtk-doc glib2-devel gobject-introspection-devel
2021-07-20 16:04:41 +08:00
BuildRequires: json-glib-devel libsoup-devel libxslt git meson
2019-09-30 10:39:39 -04:00
Requires: json-glib
%description
Geocode-glib provides geocoding and reverse geocoding. Geocoding is the process of translating
an address ("123 High Street, SomeTown, SomeCountry") to a pair of latitude/longitude values.
Reverse geocoding is the opposite process.
%package devel
Summary: Development files included in %{name}
Requires: %{name} = %{version}-%{release}
%description devel
This package contains development files needed to develop with the %{name} library.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%build
%meson -Denable-installed-tests=false
%meson_build
%install
%meson_install
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%license COPYING.LIB
%doc AUTHORS
%{_libdir}/libgeocode-glib.so.*
%{_libdir}/libgeocode-glib.so
%{_libdir}/girepository-1.0/GeocodeGlib-1.0.typelib
%{_datadir}/icons/gnome/scalable/places/*.svg
%files devel
%defattr(-,root,root)
%{_includedir}/geocode-glib-1.0/
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
%{_datadir}/gir-1.0/GeocodeGlib-1.0.gir
%doc %{_datadir}/gtk-doc/html/geocode-glib/
%files help
%defattr(-,root,root)
%doc README NEWS
%changelog
2021-07-20 16:04:41 +08:00
* Thu Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 3.26.2-2
- delete gdb in buildrequires
2021-01-29 17:07:43 +08:00
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 3.26.2-1
- version update
2020-03-20 11:11:27 +08:00
* Fri Mar 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.26.1-4
- add gdb in buildrequires
2020-01-22 11:35:07 +08:00
* Wed Jan 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.26.1-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add git in buildrequires
2019-12-31 18:50:33 +08:00
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.26.1-2
- Type:NA
- Id:NA
- SUG:NA
- DESC:update tarball
2019-09-30 10:39:39 -04:00
* Wed Aug 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.26.1-1
- Package init