update to 3.14

This commit is contained in:
Miroslav Lichvar 2015-04-21 12:28:49 +02:00
parent 4bc86c5497
commit c3e3d81e92
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/gpsd-20140524gitd6b65b.tar.gz
/gpsd-3.11.tar.gz
/gpsd-3.13.tar.gz
/gpsd-3.14.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: gpsd
Version: 3.13
Version: 3.14
Release: 2%{?dist}
Summary: Service daemon for mediating access to a GPS
@ -136,8 +136,6 @@ desktop-file-install \
# Not needed since gpsd.h is not installed
rm %{buildroot}%{_libdir}/{libgpsd.so,pkgconfig/libgpsd.pc}
rm %{buildroot}%{_mandir}/man1/ntpmon*
%post
%systemd_post gpsd.service gpsd.socket
@ -161,6 +159,7 @@ rm %{buildroot}%{_mandir}/man1/ntpmon*
%{_bindir}/gpsprof
%{_bindir}/gpsmon
%{_bindir}/gpsctl
%{_bindir}/ntpshmmon
%{_unitdir}/gpsd.service
%{_unitdir}/gpsd.socket
%{_unitdir}/gpsdctl@.service
@ -171,6 +170,7 @@ rm %{buildroot}%{_mandir}/man1/ntpmon*
%{_mandir}/man1/gpsprof.1*
%{_mandir}/man1/gpsmon.1*
%{_mandir}/man1/gpsctl.1*
%{_mandir}/man1/ntpshmmon.1*
%files libs
%{_libdir}/libgps.so.22*

View File

@ -1 +1 @@
558dce98edaaccc8d41043adb52fbe68 gpsd-3.13.tar.gz
bc7467009b99e07ba461377b5da6c039 gpsd-3.14.tar.gz