From 0d78175352f16b9c754f364b7461590e6a1ebe9c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 9 Apr 2011 11:01:46 -0400 Subject: Shoot the autotools build through the head, putting it out of our misery. This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass. --- packaging/gpsd.ebuild | 2 ++ packaging/rpm/gpsd.spec.in | 2 ++ 2 files changed, 4 insertions(+) (limited to 'packaging') diff --git a/packaging/gpsd.ebuild b/packaging/gpsd.ebuild index f589f155..a2d1cc69 100644 --- a/packaging/gpsd.ebuild +++ b/packaging/gpsd.ebuild @@ -1,5 +1,7 @@ # Copyright 2005 Amaury Jacquot # Author: Amaury Jacquot +# +# WARNING: This is out of date! GPSD uses an scons build now. DESCRIPTION="gpsd is a daemon that listens to a GPS or Loran receiver and translates the positional data into a simplified format that can be more easily diff --git a/packaging/rpm/gpsd.spec.in b/packaging/rpm/gpsd.spec.in index 7923414c..47618a6c 100644 --- a/packaging/rpm/gpsd.spec.in +++ b/packaging/rpm/gpsd.spec.in @@ -1,3 +1,5 @@ +# WARNING: This is out of date! GPSD uses an scons build now. + %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gpsd -- cgit v1.2.1