!9 upgrade to 2.6.0
From: @dillon_chen Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
58f75e3a6e
Binary file not shown.
BIN
geoclue-2.6.0.tar.bz2
Normal file
BIN
geoclue-2.6.0.tar.bz2
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Name: geoclue2
|
||||
Version: 2.5.7
|
||||
Version: 2.6.0
|
||||
Release: 1
|
||||
Summary: Geolocation service
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -44,8 +44,7 @@ Geoclue service.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
%delete_la_and_a
|
||||
install -d $RPM_BUILD_ROOT/var/lib/geoclue
|
||||
|
||||
%pre
|
||||
@ -61,44 +60,54 @@ 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
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
||||
%{_sysconfdir}/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
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user