rpms/gpsd/devel install-gpsd_config.h.patch, NONE, 1.1 gpsd.spec, 1.16, 1.17

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sun Aug 19 13:20:00 UTC 2007


Author: mtruch

Update of /cvs/extras/rpms/gpsd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26707

Modified Files:
	gpsd.spec 
Added Files:
	install-gpsd_config.h.patch 
Log Message:
Patch Makefile to also install gpsd_config.h as needed by libgpsmm.h.  
Redhat BZ 253433.



install-gpsd_config.h.patch:

--- NEW FILE install-gpsd_config.h.patch ---
diff -u gpsd-2.34/Makefile.am gpsd-2.34-fixed-install/Makefile.am
--- gpsd-2.34/Makefile.am	2006-12-14 18:43:39.000000000 -0500
+++ gpsd-2.34-fixed-install/Makefile.am	2007-08-19 09:11:14.000000000 -0400
@@ -242,7 +242,7 @@
 
 endif
 
-include_HEADERS = gps.h gpsd.h libgpsmm.h 
+include_HEADERS = gps.h gpsd.h gpsd_config.h libgpsmm.h 
 
 EXTRA_DIST = \
 	autogen.sh \
diff -u gpsd-2.34/Makefile.in gpsd-2.34-fixed-install/Makefile.in
--- gpsd-2.34/Makefile.in	2006-12-14 19:13:13.000000000 -0500
+++ gpsd-2.34-fixed-install/Makefile.in	2007-08-19 09:15:10.000000000 -0400
@@ -541,7 +541,7 @@
 @HAVE_XSLT_PROCESSOR_TRUE@	rtcm-104.5 \
 @HAVE_XSLT_PROCESSOR_TRUE@	srec.5
 
-include_HEADERS = gps.h gpsd.h libgpsmm.h 
+include_HEADERS = gps.h gpsd.h gpsd_config.h libgpsmm.h 
 EXTRA_DIST = \
 	autogen.sh \
 	README \


Index: gpsd.spec
===================================================================
RCS file: /cvs/extras/rpms/gpsd/devel/gpsd.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gpsd.spec	30 Jun 2007 14:59:30 -0000	1.16
+++ gpsd.spec	19 Aug 2007 13:19:27 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           gpsd
 Version:        2.34
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Service daemon for mediating access to a GPS
 
 Group:          System Environment/Daemons
@@ -10,6 +10,7 @@
 Source1:        xgps.desktop
 Source2:        xgpsspeed.desktop
 Source3:        gpsd-logo.png
+Patch:          install-gpsd_config.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
@@ -58,6 +59,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure --enable-dbus --disable-static
@@ -127,6 +129,7 @@
 %{_includedir}/gps.h
 %{_includedir}/libgpsmm.h
 %{_includedir}/gpsd.h
+%{_includedir}/gpsd_config.h
 %{_mandir}/man1/gpsfake.1*
 %{_mandir}/man1/rtcmdecode.1*
 %{_mandir}/man1/gpsflash.1*
@@ -159,6 +162,10 @@
 %{_datadir}/gpsd/gpsd-logo.png
 
 %changelog
+* Sun Aug 19 2007 Matthew Truch <matt at truch.net> - 2.34-8
+- Patch Makefile to also install gpsd_config.h as needed by
+  libgpsmm.h.  Redhat BZ 253433.
+
 * Sat Jun 30 2007 Matthew Truch <matt at truch.net> - 2.34-7
 - Make sure the logo is actually included (via the spec file).
   I need to wake up before I try even trivial updates.  




More information about the fedora-extras-commits mailing list