-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build simplification - stop installing libgpsd in system space.
gpsd.h hasn't been installed in /usr/include for many releases now, so this was a historical vestige anyway. All regression tests pass.
- Loading branch information
1 parent
6cb7d10
commit 901bfe3
Showing
4 changed files
with
6 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,11 +234,9 @@ fi | |
%{python_sitearch}/gps/fake* | ||
%{_includedir}/gps.h | ||
%{_includedir}/libgpsmm.h | ||
#%{_includedir}/gpsd.h | ||
%{_mandir}/man1/gpsfake.1* | ||
%{_mandir}/man3/libgps.3* | ||
%{_mandir}/man3/libgpsmm.3* | ||
%{_mandir}/man3/libgpsd.3* | ||
%{_mandir}/man5/srec.5* | ||
|
||
%files -n libQgpsmm | ||
|
@@ -284,6 +282,9 @@ fi | |
%attr(0755,root,root) %{_var}/www/html/gpsd/pgps.cgi | ||
|
||
%changelog | ||
* Mon Mar 23 00:11:00 EDT 2015Eric S. Raymond <[email protected]> 3.15-1 | ||
- We no longer export libgpsd. | ||
|
||
* Sun Jul 31 2011 Michael R. Davis <[email protected]> 3.0-2 | ||
- Added gegps, gpsdctl | ||
- Dropped hotplug wrapper | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters