commit f5f6b6233940a1343e22a4ed9a6103ca6572c4e2 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:39:39 2019 -0400 Package init diff --git a/geocode-glib-3.26.1.tar.xz b/geocode-glib-3.26.1.tar.xz new file mode 100644 index 0000000..0b3b1ae Binary files /dev/null and b/geocode-glib-3.26.1.tar.xz differ diff --git a/geocode-glib.spec b/geocode-glib.spec new file mode 100644 index 0000000..cdf5a94 --- /dev/null +++ b/geocode-glib.spec @@ -0,0 +1,60 @@ +Name: geocode-glib +Version: 3.26.1 +Release: 1 +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 + +BuildRequires: gettext gtk-doc meson glib2-devel gobject-introspection-devel json-glib-devel libsoup-devel +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 +* Wed Aug 28 2019 openEuler Buildteam - 3.26.1-1 +- Package init