Update to 2.1.6
This commit is contained in:
parent
14f49a5815
commit
9ecebc5047
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/geoclue-1.99.4.tar.xz
|
/geoclue-1.99.4.tar.xz
|
||||||
/geoclue-2.0.0.tar.xz
|
/geoclue-2.0.0.tar.xz
|
||||||
/geoclue-2.1.2.tar.xz
|
/geoclue-2.1.2.tar.xz
|
||||||
|
/geoclue-2.1.6.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: geoclue2
|
Name: geoclue2
|
||||||
Version: 2.1.2
|
Version: 2.1.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Geolocation service
|
Summary: Geolocation service
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -65,6 +65,7 @@ mkdir -p $RPM_BUILD_ROOT/var/lib/geoclue
|
|||||||
# Remove demo files
|
# Remove demo files
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/applications/geoclue-demo-agent.desktop
|
rm $RPM_BUILD_ROOT%{_datadir}/applications/geoclue-demo-agent.desktop
|
||||||
rm $RPM_BUILD_ROOT%{_datadir}/applications/geoclue-where-am-i.desktop
|
rm $RPM_BUILD_ROOT%{_datadir}/applications/geoclue-where-am-i.desktop
|
||||||
|
rm $RPM_BUILD_ROOT%{_libexecdir}/geoclue-2.0/demos/where-am-i
|
||||||
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -90,7 +91,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%{_sysconfdir}/geoclue.conf
|
%config %{_sysconfdir}/geoclue/
|
||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
|
||||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
|
||||||
%{_libexecdir}/geoclue
|
%{_libexecdir}/geoclue
|
||||||
@ -109,6 +110,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 07 2014 Kalev Lember <kalevlember@gmail.com> - 2.1.6-1
|
||||||
|
- Update to 2.1.6
|
||||||
|
|
||||||
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 2.1.2-2
|
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 2.1.2-2
|
||||||
- Add systemd rpm scripts
|
- Add systemd rpm scripts
|
||||||
- Don't install the demo .desktop files
|
- Don't install the demo .desktop files
|
||||||
|
Loading…
Reference in New Issue
Block a user