summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-09 14:20:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-09 14:20:56 -0400
commit03d8747a8390431023813b26d5d519893a2e8352 (patch)
tree3bb6f885cd4e728f6028a66b8fd2fd587c14a462 /packaging
parent5812475d0418a860ca0a8ecf375b2d4299043a2a (diff)
downloadgpsd-03d8747a8390431023813b26d5d519893a2e8352.tar.gz
Package the gpsfake manual page.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/gpsd.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/gpsd.spec.in b/packaging/rpm/gpsd.spec.in
index 56e1cda8..19adc9f6 100644
--- a/packaging/rpm/gpsd.spec.in
+++ b/packaging/rpm/gpsd.spec.in
@@ -112,9 +112,9 @@ the CGI scripts at http://localhost/gpsd/.
%setup -q
%build
-### KLUDGE ALERT prefix should be %{_prefix}
scons %{_smp_mflags} \
prefix=/ \
+ prefix=%{_prefix} \
bindir=%{_bindir} \
includedir=%{_includedir} \
libdir=%{_libdir} \
@@ -227,7 +227,7 @@ fi
%{_includedir}/gps.h
%{_includedir}/libgpsmm.h
#%{_includedir}/gpsd.h
-#%{_mandir}/man1/gpsfake.1*
+%{_mandir}/man1/gpsfake.1*
%{_mandir}/man3/libgps.3*
%{_mandir}/man3/libgpsmm.3*
%{_mandir}/man3/libgpsd.3*