Compare commits
No commits in common. "1e25431c8e91dbd93972463231a7ddbce907d31b" and "066a3ec2d001408a9e886362cc069e514f543ef8" have entirely different histories.
1e25431c8e
...
066a3ec2d0
BIN
geoclue-2.4.11.tar.xz
Normal file
BIN
geoclue-2.4.11.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,21 +1,20 @@
|
|||||||
Name: geoclue2
|
Name: geoclue2
|
||||||
Version: 2.5.7
|
Version: 2.4.11
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Geolocation service
|
Summary: Geolocation service
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
||||||
Source0: https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/%{version}/geoclue-%{version}.tar.bz2
|
Source0: http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: avahi-glib-devel glib2-devel gobject-introspection-devel intltool itstool json-glib-devel
|
BuildRequires: avahi-glib-devel glib2-devel gobject-introspection-devel intltool itstool json-glib-devel
|
||||||
BuildRequires: libsoup-devel ModemManager-glib-devel systemd vala libnotify-devel meson
|
BuildRequires: libsoup-devel ModemManager-glib-devel systemd vala libnotify-devel
|
||||||
BuildRequires: gettext gtk-doc
|
|
||||||
Requires: shadow-utils systemd dbus
|
Requires: shadow-utils systemd dbus
|
||||||
|
|
||||||
|
|
||||||
Obsoletes: geoclue2-server < 2.1.8 geoclue < 0.12.99-10 geoclue-devel < 0.12.99-10 geoclue-gsmloc < 0.12.99-10
|
Obsoletes: geoclue2-server < 2.1.8 geoclue < 0.12.99-10 geoclue-devel < 0.12.99-10 geoclue-gsmloc < 0.12.99-10
|
||||||
Obsoletes: geoclue-gui < 0.12.99-10 geoclue-gypsy < 0.12.99-10
|
Obsoletes: geoclue-gui < 0.12.99-10 geoclue-gypsy < 0.12.99-10
|
||||||
|
|
||||||
Provides: %{name}-demos %{name}-libs %{name}-libs%{?_isa}
|
Provides: %{name}-demos %{name}-libs
|
||||||
Obsoletes: %{name}-demos %{name}-libs
|
Obsoletes: %{name}-demos %{name}-libs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,11 +37,11 @@ Geoclue service.
|
|||||||
%autosetup -n geoclue-%{version} -p1
|
%autosetup -n geoclue-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddbus-srv-user=geoclue
|
%configure --with-dbus-service-user=geoclue --enable-demo-agent
|
||||||
%meson_build
|
%make_build V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||||
|
|
||||||
@ -79,7 +78,6 @@ exit 0
|
|||||||
%{_libexecdir}/geoclue
|
%{_libexecdir}/geoclue
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
||||||
%{_datadir}/applications/geoclue-*.desktop
|
%{_datadir}/applications/geoclue-*.desktop
|
||||||
%{_mandir}/man5/geoclue.5*
|
|
||||||
%{_unitdir}/geoclue.service
|
%{_unitdir}/geoclue.service
|
||||||
%{_libexecdir}/geoclue-2.0/demos/*
|
%{_libexecdir}/geoclue-2.0/demos/*
|
||||||
%attr(755,geoclue,geoclue) %dir /var/lib/geoclue
|
%attr(755,geoclue,geoclue) %dir /var/lib/geoclue
|
||||||
@ -89,39 +87,11 @@ exit 0
|
|||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
||||||
%{_datadir}/gir-1.0/Geoclue-2.0.gir
|
%{_datadir}/gir-1.0/Geoclue-2.0.gir
|
||||||
%dir %{_datadir}/gtk-doc
|
|
||||||
%dir %{_datadir}/gtk-doc/html
|
|
||||||
%{_datadir}/gtk-doc/html/geoclue/
|
|
||||||
%{_datadir}/gtk-doc/html/libgeoclue/
|
|
||||||
%{_datadir}/vala/vapi/libgeoclue-2.0.*
|
%{_datadir}/vala/vapi/libgeoclue-2.0.*
|
||||||
%{_includedir}/libgeoclue-2.0/
|
%{_includedir}/libgeoclue-2.0/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/libgeoclue-2.so
|
%{_libdir}/libgeoclue-2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 2.5.7-1
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:version update
|
|
||||||
|
|
||||||
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 2.5.6-1
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:version update
|
|
||||||
|
|
||||||
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 2.4.11-4
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:add missing license
|
|
||||||
|
|
||||||
* Thu Oct 17 2019 shenyangyang <shenyangyang4@huawei.com> - 2.4.11-3
|
|
||||||
- Type:enhancement
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:add geoclue2-libs%{?isa} that required by gnome-shell
|
|
||||||
|
|
||||||
* Wed Sep 11 2019 openEuler jimmy<dukaitian@huawei.com> - 2.4.11-2
|
* Wed Sep 11 2019 openEuler jimmy<dukaitian@huawei.com> - 2.4.11-2
|
||||||
- Package init jimmy
|
- Package init jimmy
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: git
|
|
||||||
src_repo: https://gitlab.freedesktop.org/geoclue/geoclue.git
|
|
||||||
tag_prefix: "^"
|
|
||||||
seperator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user