Compare commits
10 Commits
2564893eaf
...
4aee2b886c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aee2b886c | ||
|
|
bd39161d15 | ||
|
|
2d52acc21e | ||
|
|
a72914a30c | ||
|
|
58f75e3a6e | ||
|
|
5e3aea452d | ||
|
|
1e25431c8e | ||
|
|
2eb0dae9b2 | ||
|
|
6684ca778f | ||
|
|
e4eb5bc8f5 |
Binary file not shown.
BIN
geoclue-2.7.1.tar.bz2
Normal file
BIN
geoclue-2.7.1.tar.bz2
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
||||
Name: geoclue2
|
||||
Version: 2.4.11
|
||||
Release: 4
|
||||
Version: 2.7.1
|
||||
Release: 1
|
||||
Summary: Geolocation service
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/GeoClue/
|
||||
Source0: http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-%{version}.tar.xz
|
||||
Source0: https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/%{version}/geoclue-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: avahi-glib-devel glib2-devel gobject-introspection-devel intltool itstool json-glib-devel
|
||||
BuildRequires: libsoup-devel ModemManager-glib-devel systemd vala libnotify-devel
|
||||
BuildRequires: libsoup3-devel ModemManager-glib-devel systemd vala libnotify-devel meson
|
||||
BuildRequires: gettext gtk-doc
|
||||
Requires: shadow-utils systemd dbus
|
||||
|
||||
|
||||
@ -37,14 +38,13 @@ Geoclue service.
|
||||
%autosetup -n geoclue-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --with-dbus-service-user=geoclue --enable-demo-agent
|
||||
%make_build V=1
|
||||
%meson -Ddbus-srv-user=geoclue
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
%meson_install
|
||||
|
||||
%delete_la_and_a
|
||||
install -d $RPM_BUILD_ROOT/var/lib/geoclue
|
||||
|
||||
%pre
|
||||
@ -60,39 +60,72 @@ 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/
|
||||
%{_sysconfdir}/dbus-1/system.d/*.conf
|
||||
%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}/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/*.pc
|
||||
%{_libdir}/pkgconfig/geoclue-2.0.pc
|
||||
%{_libdir}/pkgconfig/libgeoclue-2.0.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