summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-09 11:01:46 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-09 11:01:46 -0400
commit0d78175352f16b9c754f364b7461590e6a1ebe9c (patch)
tree66868c7b2b750d5fa6d4c5fc572fc47f0751df3f /packaging
parentb1cb538fb029f07881e278da9d50e8eb7544ebaf (diff)
downloadgpsd-0d78175352f16b9c754f364b7461590e6a1ebe9c.tar.gz
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.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gpsd.ebuild2
-rw-r--r--packaging/rpm/gpsd.spec.in2
2 files changed, 4 insertions, 0 deletions
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 <sxpert@esitcom.org>
+#
+# 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