rpms/gpsd/FC-6 gpsd.spec,1.11,1.12

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Tue Aug 21 20:10:23 UTC 2007


Author: mtruch

Update of /cvs/extras/rpms/gpsd/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13812

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



Index: gpsd.spec
===================================================================
RCS file: /cvs/extras/rpms/gpsd/FC-6/gpsd.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gpsd.spec	20 Mar 2007 19:57:44 -0000	1.11
+++ gpsd.spec	21 Aug 2007 20:09:50 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           gpsd
 Version:        2.34
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Service daemon for mediating access to a GPS
 
 Group:          System Environment/Daemons
@@ -9,6 +9,7 @@
 Source0:        http://download.berlios.de/gpsd/%{name}-%{version}.tar.gz
 Source1:        xgps.desktop
 Source2:        xgpsspeed.desktop
+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
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure --enable-dbus --disable-static
@@ -124,6 +126,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*
@@ -154,6 +157,10 @@
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Tue Aug 21 2007 Matthew Truch <matt at truch.net> - 2.34-4
+- Patch Makefile to also install gpsd_config.h as needed by
+  libgpsmm.h.  Redhat BZ 253433.
+
 * Tue Mar 20 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.34-3
 - Bump release for FE5 -> FE6 upgrade path.
 




More information about the fedora-extras-commits mailing list