install gpsdclient.h, viking needs it
This commit is contained in:
parent
47ac566451
commit
238ab070cc
32
gpsd-2.39-install-gpsdclient-header.patch
Normal file
32
gpsd-2.39-install-gpsdclient-header.patch
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
diff -up gpsd-2.39/Makefile.am.BAD gpsd-2.39/Makefile.am
|
||||||
|
--- gpsd-2.39/Makefile.am.BAD 2009-03-31 11:34:18.000000000 -0400
|
||||||
|
+++ gpsd-2.39/Makefile.am 2009-03-31 11:34:30.000000000 -0400
|
||||||
|
@@ -318,10 +318,10 @@ CLEANFILES += stamp-gps-manpages stamp-g
|
||||||
|
endif
|
||||||
|
|
||||||
|
noinst_HEADERS = driver_italk.h driver_rtcm2.h driver_superstar2.h \
|
||||||
|
- driver_ubx.h gpsmon.h gpsdclient.h
|
||||||
|
+ driver_ubx.h gpsmon.h
|
||||||
|
|
||||||
|
nodist_include_HEADERS = gpsd.h
|
||||||
|
-include_HEADERS = gps.h libgpsmm.h
|
||||||
|
+include_HEADERS = gps.h gpsdclient.h libgpsmm.h
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
autogen.sh \
|
||||||
|
diff -up gpsd-2.39/Makefile.in.BAD gpsd-2.39/Makefile.in
|
||||||
|
--- gpsd-2.39/Makefile.in.BAD 2009-03-31 11:34:40.000000000 -0400
|
||||||
|
+++ gpsd-2.39/Makefile.in 2009-03-31 11:34:51.000000000 -0400
|
||||||
|
@@ -632,10 +632,10 @@ man_MANS = \
|
||||||
|
#
|
||||||
|
@HAVE_XSLT_PROCESSOR_TRUE@BUILT_MANPAGES = $(MANPAGES_DIST)
|
||||||
|
noinst_HEADERS = driver_italk.h driver_rtcm2.h driver_superstar2.h \
|
||||||
|
- driver_ubx.h gpsmon.h gpsdclient.h
|
||||||
|
+ driver_ubx.h gpsmon.h
|
||||||
|
|
||||||
|
nodist_include_HEADERS = gpsd.h
|
||||||
|
-include_HEADERS = gps.h libgpsmm.h
|
||||||
|
+include_HEADERS = gps.h gpsdclient.h libgpsmm.h
|
||||||
|
EXTRA_DIST = \
|
||||||
|
autogen.sh \
|
||||||
|
README \
|
11
gpsd.spec
11
gpsd.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 2.39
|
Version: 2.39
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -17,6 +17,8 @@ Source11: gpsd.sysconfig
|
|||||||
Source21: gpsd.hotplug.wrapper
|
Source21: gpsd.hotplug.wrapper
|
||||||
Patch0: python-pyexecdir-install-gpsd-2.38.patch
|
Patch0: python-pyexecdir-install-gpsd-2.38.patch
|
||||||
Patch1: parallel-make-dependencies.patch
|
Patch1: parallel-make-dependencies.patch
|
||||||
|
# Viking needs this header file to be able to build
|
||||||
|
Patch2: gpsd-2.39-install-gpsdclient-header.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
|
BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
|
||||||
@ -72,7 +74,7 @@ can run on a serial terminal or terminal emulator.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -190,6 +192,7 @@ fi
|
|||||||
%{_includedir}/gps.h
|
%{_includedir}/gps.h
|
||||||
%{_includedir}/libgpsmm.h
|
%{_includedir}/libgpsmm.h
|
||||||
%{_includedir}/gpsd.h
|
%{_includedir}/gpsd.h
|
||||||
|
%{_includedir}/gpsdclient.h
|
||||||
%{_mandir}/man1/gpsfake.1*
|
%{_mandir}/man1/gpsfake.1*
|
||||||
%{_mandir}/man1/gpsflash.1*
|
%{_mandir}/man1/gpsflash.1*
|
||||||
%{_mandir}/man3/libgps.3*
|
%{_mandir}/man3/libgps.3*
|
||||||
@ -226,6 +229,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 31 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.39-3
|
||||||
|
- some of the gpsd client bits went into gpsdclient.h, but that file wasn't getting installed
|
||||||
|
specifically, viking needs that header to build.
|
||||||
|
|
||||||
* Wed Mar 25 2009 Douglas E. Warner <silfreed@silfreed.net> - 2.39-2
|
* Wed Mar 25 2009 Douglas E. Warner <silfreed@silfreed.net> - 2.39-2
|
||||||
- adding patch to try to fix parallel make errors
|
- adding patch to try to fix parallel make errors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user