diff --git a/.gitignore b/.gitignore index fe8f7ed..3d4df7d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /gpsd-20140524gitd6b65b.tar.gz /gpsd-3.11.tar.gz /gpsd-3.13.tar.gz +/gpsd-3.14.tar.gz diff --git a/gpsd.spec b/gpsd.spec index 1cee581..b356d51 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -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* diff --git a/sources b/sources index beb3980..8568031 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -558dce98edaaccc8d41043adb52fbe68 gpsd-3.13.tar.gz +bc7467009b99e07ba461377b5da6c039 gpsd-3.14.tar.gz