upgrade to 2.6.0
This commit is contained in:
parent
1e25431c8e
commit
5e3aea452d
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
|
Name: geoclue2
|
||||||
Version: 2.5.7
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Geolocation service
|
Summary: Geolocation service
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
@ -44,8 +44,7 @@ Geoclue service.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_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
|
||||||
@ -61,44 +60,54 @@ 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/
|
||||||
%{_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
|
%{_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*
|
%{_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
|
||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/geoclue/
|
%{_datadir}/gtk-doc/html/geoclue/
|
||||||
%{_datadir}/gtk-doc/html/libgeoclue/
|
%{_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/*.pc
|
%{_libdir}/pkgconfig/geoclue-2.0.pc
|
||||||
|
%{_libdir}/pkgconfig/libgeoclue-2.0.pc
|
||||||
%{_libdir}/libgeoclue-2.so
|
%{_libdir}/libgeoclue-2.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 2.5.7-1
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user