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
|
||||
Version: 2.7.1
|
||||
Release: 1
|
||||
Version: 2.4.11
|
||||
Release: 4
|
||||
Summary: Geolocation service
|
||||
License: GPLv2+ and LGPLv2+
|
||||
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: libsoup3-devel ModemManager-glib-devel systemd vala libnotify-devel meson
|
||||
BuildRequires: gettext gtk-doc
|
||||
BuildRequires: libsoup-devel ModemManager-glib-devel systemd vala libnotify-devel
|
||||
Requires: shadow-utils systemd dbus
|
||||
|
||||
|
||||
@ -38,13 +37,14 @@ Geoclue service.
|
||||
%autosetup -n geoclue-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson -Ddbus-srv-user=geoclue
|
||||
%meson_build
|
||||
%configure --with-dbus-service-user=geoclue --enable-demo-agent
|
||||
%make_build V=1
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
%delete_la_and_a
|
||||
install -d $RPM_BUILD_ROOT/var/lib/geoclue
|
||||
|
||||
%pre
|
||||
@ -60,72 +60,39 @@ exit 0
|
||||
|
||||
%post
|
||||
%systemd_post geoclue.service
|
||||
/sbin/ldconfig
|
||||
|
||||
%preun
|
||||
%systemd_preun geoclue.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart geoclue.service
|
||||
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc NEWS
|
||||
%license COPYING
|
||||
%config %{_sysconfdir}/geoclue/
|
||||
%dir %{_libexecdir}/geoclue-2.0
|
||||
%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}/dbus-1/system.d/*.conf
|
||||
%{_sysconfdir}/xdg/autostart/geoclue-demo-agent.desktop
|
||||
%{_libexecdir}/geoclue
|
||||
%{_datadir}/polkit-1/rules.d/org.freedesktop.GeoClue2.rules
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
|
||||
%{_datadir}/applications/geoclue-*.desktop
|
||||
%{_mandir}/man5/geoclue.5*
|
||||
%{_unitdir}/geoclue.service
|
||||
%{_libexecdir}/geoclue-2.0/demos/*
|
||||
%attr(755,geoclue,geoclue) %dir /var/lib/geoclue
|
||||
%{_libdir}/girepository-1.0/Geoclue-2.0.typelib
|
||||
%{_libdir}/libgeoclue-2.so.0*
|
||||
%attr(755,geoclue,geoclue) %dir /var/lib/geoclue
|
||||
|
||||
%files devel
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2*.xml
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_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.*
|
||||
%{_includedir}/libgeoclue-2.0/
|
||||
%{_libdir}/pkgconfig/geoclue-2.0.pc
|
||||
%{_libdir}/pkgconfig/libgeoclue-2.0.pc
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/libgeoclue-2.so
|
||||
|
||||
%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
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user