rpms/gpsd/F-10 parallel-make-dependencies.patch, NONE, 1.1 gpsd.spec, 1.22, 1.23

Douglas E. Warner silfreed at fedoraproject.org
Wed Mar 25 20:50:22 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/gpsd/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9424

Modified Files:
	gpsd.spec 
Added Files:
	parallel-make-dependencies.patch 
Log Message:
* Wed Mar 25 2009 Douglas E. Warner <silfreed at silfreed.net> - 2.39-3
- adding patch to try to fix parallel make errors


parallel-make-dependencies.patch:

--- NEW FILE parallel-make-dependencies.patch ---
diff -ruN gpsd-2.39-orig/aclocal.m4 gpsd-2.39/aclocal.m4
--- gpsd-2.39-orig/aclocal.m4	2009-03-18 17:10:27.000000000 -0400
+++ gpsd-2.39/aclocal.m4	2009-03-25 08:57:38.000000000 -0400
@@ -13,194 +13,108 @@
 
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(AC_AUTOCONF_VERSION, [2.61],,
-[m4_warning([this file was generated for autoconf 2.61.
+m4_if(AC_AUTOCONF_VERSION, [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
-#
-#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
-#                 2006, 2007, 2008 Free Software Foundation, Inc.
-#   Written by Gordon Matzigkeit, 1996
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-m4_define([_LT_COPYING], [dnl
-#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
-#                 2006, 2007, 2008 Free Software Foundation, Inc.
-#   Written by Gordon Matzigkeit, 1996
-#
-#   This file is part of GNU Libtool.
-#
-# GNU Libtool is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# As a special exception to the GNU General Public License,
-# if you distribute this file as part of a program or library that
-# is built using GNU Libtool, you may include this file under the
-# same distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Libtool; see the file COPYING.  If not, a copy
-# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
-# obtained by writing to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-])
 
-# serial 56 LT_INIT
+# serial 52 AC_PROG_LIBTOOL
 
 
-# LT_PREREQ(VERSION)
-# ------------------
-# Complain and exit if this libtool version is less that VERSION.
-m4_defun([LT_PREREQ],
-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
-       [m4_default([$3],
-		   [m4_fatal([Libtool version $1 or higher is required],
-		             63)])],
-       [$2])])
-
+# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+# -----------------------------------------------------------
+# If this macro is not defined by Autoconf, define it here.
+m4_ifdef([AC_PROVIDE_IFELSE],
+         [],
+         [m4_define([AC_PROVIDE_IFELSE],
+	         [m4_ifdef([AC_PROVIDE_$1],
+		           [$2], [$3])])])
 
-# _LT_CHECK_BUILDDIR
-# ------------------
-# Complain if the absolute build directory name contains unusual characters
-m4_defun([_LT_CHECK_BUILDDIR],
-[case `pwd` in
-  *\ * | *\	*)
-    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
-esac
-])
 
+# AC_PROG_LIBTOOL
+# ---------------
+AC_DEFUN([AC_PROG_LIBTOOL],
+[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
+dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
+dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
+  AC_PROVIDE_IFELSE([AC_PROG_CXX],
+    [AC_LIBTOOL_CXX],
+    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
+  ])])
+dnl And a similar setup for Fortran 77 support
+  AC_PROVIDE_IFELSE([AC_PROG_F77],
+    [AC_LIBTOOL_F77],
+    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
+])])
+
+dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
+dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
+dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
+  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
+    [AC_LIBTOOL_GCJ],
+    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
+      [AC_LIBTOOL_GCJ],
+      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
+	[AC_LIBTOOL_GCJ],
+      [ifdef([AC_PROG_GCJ],
+	     [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+       ifdef([A][M_PROG_GCJ],
+	     [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
+       ifdef([LT_AC_PROG_GCJ],
+	     [define([LT_AC_PROG_GCJ],
+		defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
+])])# AC_PROG_LIBTOOL
 
-# LT_INIT([OPTIONS])
-# ------------------
-AC_DEFUN([LT_INIT],
-[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
 
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
+# _AC_PROG_LIBTOOL
+# ----------------
+AC_DEFUN([_AC_PROG_LIBTOOL],
+[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
+AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
+AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
+AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ltmain"
+LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 AC_SUBST(LIBTOOL)dnl
 
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])# LT_INIT
-
-# Old names:
-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
-
-
-# _LT_CC_BASENAME(CC)
-# -------------------
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-m4_defun([_LT_CC_BASENAME],
-[for cc_temp in $1""; do
-  case $cc_temp in
-    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
-    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
-])
-
-
-# _LT_FILEUTILS_DEFAULTS
-# ----------------------
-# It is okay to use these file commands and assume they have been set
-# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
-m4_defun([_LT_FILEUTILS_DEFAULTS],
-[: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-])# _LT_FILEUTILS_DEFAULTS
+# Prevent multiple expansion
[...79320 lines suppressed...]
-
+ at 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
 
@@ -631,6 +656,7 @@
 	libgpsmm.xml \
 	gpsprof.xml \
 	gpsfake.xml \
+	gpscat.xml \
 	gpsctl.xml \
 	gpsmon.xml \
 	gpspipe.xml \
@@ -638,7 +664,7 @@
 	rtcm-104.xml \
 	srec.xml \
 	gpsflash.xml \
-	$(man_MANS) \
+	$(MANPAGES_DIST) \
 	xgps.ad \
 	xgpsspeed.ad \
 	gpsd.rules \
@@ -657,10 +683,10 @@
 	libgps.pc.in \
 	libgpsd.pc.in \
 	gpscap.ini \
-	contrib/* \
-	packaging/*
+	packaging/etc_default_gpsd \
+	packaging/etc_init.d_gpsd \
+	packaging/etc_init.d_gpsd_rpm
 
-CLEANFILES = $(BUILT_SOURCES) test_float *.core $(PYEXTENSIONS) $(BUILT_MANPAGES)
 pkgconfig_DATA = libgps.pc libgpsd.pc
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -1374,6 +1400,9 @@
 	    || exit 1; \
 	  fi; \
 	done
+	$(MAKE) $(AM_MAKEFLAGS) \
+	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
+	  dist-hook
 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
@@ -1527,7 +1556,7 @@
 	-rm -rf ./$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags
+	distclean-hdr distclean-libtool distclean-local distclean-tags
 
 dvi: dvi-am
 
@@ -1595,29 +1624,30 @@
 	clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
 	clean-libLTLIBRARIES clean-libtool clean-local \
 	clean-sbinPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
-	dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
-	distclean-compile distclean-generic distclean-hdr \
-	distclean-libtool distclean-tags distcleancheck distdir \
-	distuninstallcheck dvi dvi-am html html-am info info-am \
-	install install-am install-binPROGRAMS install-data \
-	install-data-am install-dist_binSCRIPTS install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-includeHEADERS install-info \
-	install-info-am install-libLTLIBRARIES install-man \
-	install-man1 install-man3 install-man5 install-man8 \
-	install-nodist_includeHEADERS install-nodist_pythonPYTHON \
-	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
-	install-ps-am install-pythonPYTHON install-sbinPROGRAMS \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
-	uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \
-	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
-	uninstall-man uninstall-man1 uninstall-man3 uninstall-man5 \
-	uninstall-man8 uninstall-nodist_includeHEADERS \
-	uninstall-nodist_pythonPYTHON uninstall-pkgconfigDATA \
-	uninstall-pythonPYTHON uninstall-sbinPROGRAMS
+	dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
+	distclean distclean-compile distclean-generic distclean-hdr \
+	distclean-libtool distclean-local distclean-tags \
+	distcleancheck distdir distuninstallcheck dvi dvi-am html \
+	html-am info info-am install install-am install-binPROGRAMS \
+	install-data install-data-am install-dist_binSCRIPTS \
+	install-dvi install-dvi-am install-exec install-exec-am \
+	install-html install-html-am install-includeHEADERS \
+	install-info install-info-am install-libLTLIBRARIES \
+	install-man install-man1 install-man3 install-man5 \
+	install-man8 install-nodist_includeHEADERS \
+	install-nodist_pythonPYTHON install-pdf install-pdf-am \
+	install-pkgconfigDATA install-ps install-ps-am \
+	install-pythonPYTHON install-sbinPROGRAMS install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
+	uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
+	uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
+	uninstall-man3 uninstall-man5 uninstall-man8 \
+	uninstall-nodist_includeHEADERS uninstall-nodist_pythonPYTHON \
+	uninstall-pkgconfigDATA uninstall-pythonPYTHON \
+	uninstall-sbinPROGRAMS
 
 
 packet_names.h: packet_states.h
@@ -1629,8 +1659,23 @@
 	grep ENABLE gpsd_config.h >>gpsd.h
 	cat $(srcdir)/gpsd.h-tail >>gpsd.h
 
- at HAVE_PYTHON_TRUE@gpspacket.so gpslib.so: gpspacket.c gpslib.c libgps.la
- at HAVE_PYTHON_TRUE@	(pwd="`pwd`"; cd $(srcdir) && $(PYTHON) setup.py build_ext --build-lib "$$pwd" --build-temp "$$pwd/build" --include-dirs "$$pwd")
+# Multiple-outputs hack.  See
+# http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
+ at HAVE_PYTHON_TRUE@$(PYEXTENSIONS): stamp-python-modules
+ at HAVE_PYTHON_TRUE@	+ at WITNESS=stamp-python-modules; $(MULTIOUT_RECOVER_DELETED)
+# TODO:  Should the dependency on libgps.la be enforced inside
+# setup.py?  (See the variable 'needed_files' in setup.py.)
+ at HAVE_PYTHON_TRUE@stamp-python-modules: gpspacket.c gpslib.c libgps.la setup.py
+ at HAVE_PYTHON_TRUE@	@rm -f '$@' '$@.tmp'
+ at HAVE_PYTHON_TRUE@	@echo 'timestamp for $@' > '$@.tmp'
+ at HAVE_PYTHON_TRUE@	cd '$(srcdir)' && \
+ at HAVE_PYTHON_TRUE@	env abs_builddir='$(abs_builddir)' \
+ at HAVE_PYTHON_TRUE@	    MAKE='$(MAKE)' \
+ at HAVE_PYTHON_TRUE@		$(PYTHON) setup.py build_ext \
+ at HAVE_PYTHON_TRUE@			--build-lib '$(abs_builddir)' \
+ at HAVE_PYTHON_TRUE@			--build-temp '$(abs_builddir)/build' \
+ at HAVE_PYTHON_TRUE@			--include-dirs '$(abs_builddir):.'
+ at HAVE_PYTHON_TRUE@	@mv -f '$@.tmp' '$@'
 # Clean up after Python
 clean-local:
 	rm -rf build
@@ -1647,35 +1692,20 @@
 @HAVE_XSLT_PROCESSOR_TRUE at .xml.8:
 @HAVE_XSLT_PROCESSOR_TRUE@	$(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $<
 
- at HAVE_XSLT_PROCESSOR_TRUE@gpsd.8: gpsd.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gps.1 xgps.1 xgpsspeed.1 cgps.1 cgpxlogger.1: gps.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@libgps.3: libgps.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@libgpsmm.3: libgpsmm.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@libgpsd.3: libgpsd.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsctl.1: gpsctl.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpscat.1: gpsctl.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsprof.1: gpsprof.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsfake.1: gpsfake.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsmon.1: gpsmon.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpspipe.1: gpspipe.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsdecode.1: gpsdecode.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@rtcm-104.5: rtcm-104.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@srec.5: srec.xml
-
- at HAVE_XSLT_PROCESSOR_TRUE@gpsflash.1: gpsflash.xml
+# Another instance of the multiple-outputs hack.
+ at HAVE_XSLT_PROCESSOR_TRUE@gps.1 xgps.1 xgpsspeed.1 cgps.1 lcdgps.1 cgpxlogger.1: stamp-gps-manpages
+ at HAVE_XSLT_PROCESSOR_TRUE@	+ at WITNESS=stamp-gps-manpages; $(MULTIOUT_RECOVER_DELETED)
+ at HAVE_XSLT_PROCESSOR_TRUE@stamp-gps-manpages: gps.xml
+ at HAVE_XSLT_PROCESSOR_TRUE@	@rm -f '$@' '$@.tmp'
+ at HAVE_XSLT_PROCESSOR_TRUE@	@echo 'timestamp for $@' > '$@.tmp'
+ at HAVE_XSLT_PROCESSOR_TRUE@	$(MANGENERATOR) $(MANFLAGS) $(MANTARGET) '$(srcdir)/gps.xml'
+ at HAVE_XSLT_PROCESSOR_TRUE@	@mv -f '$@.tmp' '$@'
+
+dist-hook:
+	$(MKDIR_P) '$(distdir)/contrib' && \
+	cp -p '$(srcdir)/contrib/'* '$(distdir)/contrib'
+distclean-local:
+	rm -rf '$(distdir)/contrib'
 
 # These are not distributed
 libgps: libgps.c .libs/libgps.a
@@ -1809,7 +1839,7 @@
 
 # Regression test the unpacking code in libgps
 unpack-regress: libgps
-	@echo "Testing the clent sentence unpacker..."
+	@echo "Testing the client-library sentence decoder..."
 	@$(srcdir)/libgps -u >test/test.chk
 	@diff -u test/unpack.chk test/test.chk
 
diff -ruN gpsd-2.39-orig/stamp-h1 gpsd-2.39/stamp-h1
--- gpsd-2.39-orig/stamp-h1	1969-12-31 19:00:00.000000000 -0500
+++ gpsd-2.39/stamp-h1	2009-03-25 09:14:23.000000000 -0400
@@ -0,0 +1 @@
+timestamp for gpsd_config.h
Binary files gpsd-2.39-orig/test_float and gpsd-2.39/test_float differ


Index: gpsd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsd/F-10/gpsd.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gpsd.spec	19 Mar 2009 19:09:41 -0000	1.22
+++ gpsd.spec	25 Mar 2009 20:50:22 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name: gpsd
 Version: 2.39
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Service daemon for mediating access to a GPS
 
 Group: System Environment/Daemons
@@ -16,6 +16,7 @@
 Source11: gpsd.sysconfig
 Source21: gpsd.hotplug.wrapper
 Patch0: python-pyexecdir-install-gpsd-2.38.patch
+Patch1: parallel-make-dependencies.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python-devel
@@ -70,12 +71,16 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 
 %build
-%configure --enable-dbus --disable-static
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+%configure \
+	--disable-rpath \
+	--enable-dbus \
+	--disable-static
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ltmain.sh
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ltmain.sh
 make %{?_smp_mflags}
 
 
@@ -208,6 +213,7 @@
 %{_mandir}/man1/gpsdecode.1*
 %{_mandir}/man1/gpspipe.1*
 %{_mandir}/man1/gpxlogger.1*
+%{_mandir}/man1/lcdgps.1*
 %{_mandir}/man1/xgps.1*
 %{_mandir}/man1/xgpsspeed.1*
 %{_mandir}/man1/cgps.1*
@@ -220,6 +226,9 @@
 
 
 %changelog
+* Wed Mar 25 2009 Douglas E. Warner <silfreed at silfreed.net> - 2.39-3
+- adding patch to try to fix parallel make errors
+
 * Thu Mar 19 2009 Douglas E. Warner <silfreed at silfreed.net> - 2.39-2
 - adding missed files to CVS
 




More information about the fedora-extras-commits mailing list