Compare commits
No commits in common. "4aee2b886cbb82551c99055098ea43637f640b9d" and "2564893eafd480c433975c4f86ad3c05feec8a9b" have entirely different histories.
4aee2b886c
...
2564893eaf
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,14 +1,13 @@
|
|||||||
Name: geoclue2
|
Name: geoclue2
|
||||||
Version: 2.7.1
|
Version: 2.4.11
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: Geolocation service
|
Summary: Geolocation service
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
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: libsoup3-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
|
||||||
|
|
||||||
|
|
||||||
@ -38,13 +37,14 @@ 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
|
||||||
|
|
||||||
%delete_la_and_a
|
|
||||||
install -d $RPM_BUILD_ROOT/var/lib/geoclue
|
install -d $RPM_BUILD_ROOT/var/lib/geoclue
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -60,72 +60,39 @@ exit 0
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post geoclue.service
|
%systemd_post geoclue.service
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun geoclue.service
|
%systemd_preun geoclue.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun_with_restart geoclue.service
|
%systemd_postun_with_restart geoclue.service
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%config %{_sysconfdir}/geoclue/
|
%config %{_sysconfdir}/geoclue/
|
||||||
%dir %{_libexecdir}/geoclue-2.0
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||||
%dir %{_libexecdir}/geoclue-2.0/demos
|
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
|
|
||||||
%{_sysconfdir}/xdg/autostart/geoclue-demo-agent.desktop
|
%{_sysconfdir}/xdg/autostart/geoclue-demo-agent.desktop
|
||||||
%{_libexecdir}/geoclue
|
%{_libexecdir}/geoclue
|
||||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.GeoClue2.rules
|
|
||||||
%{_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
|
||||||
%{_libdir}/girepository-1.0/Geoclue-2.0.typelib
|
%{_libdir}/girepository-1.0/Geoclue-2.0.typelib
|
||||||
%{_libdir}/libgeoclue-2.so.0*
|
%{_libdir}/libgeoclue-2.so.0*
|
||||||
%attr(755,geoclue,geoclue) %dir /var/lib/geoclue
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
||||||
%dir %{_datadir}/gir-1.0
|
|
||||||
%{_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/
|
|
||||||
%dir %{_datadir}/vala
|
|
||||||
%dir %{_datadir}/vala/vapi
|
|
||||||
%{_datadir}/vala/vapi/libgeoclue-2.0.*
|
%{_datadir}/vala/vapi/libgeoclue-2.0.*
|
||||||
%{_includedir}/libgeoclue-2.0/
|
%{_includedir}/libgeoclue-2.0/
|
||||||
%{_libdir}/pkgconfig/geoclue-2.0.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/pkgconfig/libgeoclue-2.0.pc
|
|
||||||
%{_libdir}/libgeoclue-2.so
|
%{_libdir}/libgeoclue-2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 17 2024 konglidong <konglidong@uniontech.com> - 2.7.1-1
|
|
||||||
- update version to 2.7.1
|
|
||||||
|
|
||||||
* Wed Jul 26 2023 zhangkea <zhangkea@uniontech.com> - 2.7.0-1
|
|
||||||
- Update to 2.7.0
|
|
||||||
|
|
||||||
* Tue Apr 19 2022 dillon chen <dillon.chen@gmail.com> - 2.6.0-1
|
|
||||||
- Update to 2.6.0
|
|
||||||
|
|
||||||
* 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
|
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 2.4.11-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user