summaryrefslogtreecommitdiff
path: root/packaging/rpm/gpsd.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* Build simplification - stop installing libgpsd in system space.Eric S. Raymond2015-03-231-2/+3
| | | | | | | gpsd.h hasn't been installed in /usr/include for many releases now, so this was a historical vestige anyway. All regression tests pass.
* The real packaging fix for RHEL.Centos. Previous commit was a finger error.Eric S. Raymond2013-11-091-0/+2
|
* Fully integrate the gpsinit(8) man page.Eric S. Raymond2013-04-301-0/+1
|
* RPM generating porting changes for RHEL 6.Brian Bieber2012-03-151-0/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Changes to enable RPM build on Fedora.Eric S. Raymond2011-10-221-0/+1
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-2/+2
| | | | This was the easy part. Remaining removals will require more decisions.
* mrd reports good build on Fedora 12 and 15 x86_64 with this fix.Eric S. Raymond2011-08-271-2/+3
|
* Minor pre-release cleanups.Eric S. Raymond2011-08-271-2/+3
|
* Fix a line-wrapping error.Eric S. Raymond2011-08-171-2/+2
|
* Minimal RPM-packaging fix to get 3.0 out the door.Eric S. Raymond2011-08-161-2/+2
|
* Add conditional dependency on the new PPS-tools package.Eric S. Raymond2011-08-101-0/+3
|
* Package the gpsfake manual page.Eric S. Raymond2011-08-091-2/+2
|
* Fix for rpm build from: Michael R. Davis <mrdvt92@yahoo.com>Gary E. Miller2011-08-021-0/+1
|
* Merge Michael R. Davis's changes to the RPM spec file.Eric S. Raymond2011-08-011-27/+66
|
* Clean up after the hotplug system refactoring.Eric S. Raymond2011-06-251-0/+4
|
* Rename gpsd.hotplug.wrapper to gpsd.hotplug.Eric S. Raymond2011-06-251-1/+1
| | | | | | gpsd.hotplug was previously the name of the now-removed Python script. The udev test documented in SConstruct passes.
* No more Python in the hotplug sequence.Eric S. Raymond2011-06-251-1/+1
|
* Close to getting RPM spec back in working order.Michael R. Davis2011-04-261-44/+90
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only.Eric S. Raymond2011-02-231-1/+0
| | | | No code changes. All regression tests pass.
* Remove .la files in rpm spec file as requested by Michael R. Davis.Bernd Zeimetz2010-07-131-1/+1
|
* This patch has the changes needed for RPM packaging.Michael R. Davis2010-07-121-0/+370