SPECS: gpsd.spec - partial cleanup - .pc files moved to -devel
qboosh
qboosh at pld-linux.org
Mon Sep 29 20:06:37 CEST 2008
Author: qboosh Date: Mon Sep 29 18:06:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- partial cleanup
- .pc files moved to -devel
---- Files affected:
SPECS:
gpsd.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/gpsd.spec
diff -u SPECS/gpsd.spec:1.13 SPECS/gpsd.spec:1.14
--- SPECS/gpsd.spec:1.13 Wed Sep 24 16:23:16 2008
+++ SPECS/gpsd.spec Mon Sep 29 20:06:32 2008
@@ -6,7 +6,7 @@
#
# Conditional build:
%bcond_without dbus # build without dbus support
-%bcond_without x # build without X Window support
+%bcond_without x # build without X Window System support
#
Summary: Service daemon for mediating access to a GPS
Summary(pl.UTF-8): Oprogramowanie komunikujące się z GPS-em
@@ -185,15 +185,15 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/hotplug/usb,%{_appdefsdir},%{py_sitedir},%{_datadir}/%{name}}
-install -d $RPM_BUILD_ROOT{%{udevdir},%{_sysconfdir}/{udev/rules.d,sysconfig}}
+install -d $RPM_BUILD_ROOT{%{_appdefsdir},%{py_sitedir},%{_datadir}/%{name}}
+install -d $RPM_BUILD_ROOT{%{udevdir},/etc/{udev/rules.d,sysconfig}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
install gpsd.hotplug gpsd.hotplug.wrapper $RPM_BUILD_ROOT%{udevdir}
-install gpsd.udev $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/25-gpsd.rules
-install gpsd.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/gpsd
+install gpsd.udev $RPM_BUILD_ROOT/etc/udev/rules.d/25-gpsd.rules
+install gpsd.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/gpsd
install xgps.ad $RPM_BUILD_ROOT%{_appdefsdir}/xgps
install xgpsspeed.ad $RPM_BUILD_ROOT%{_appdefsdir}/xgpsspeed
install dgpsip-servers $RPM_BUILD_ROOT%{_datadir}/gpsd/dgpsip-servers
@@ -221,12 +221,10 @@
%{_mandir}/man1/sirfmon.1*
%{udevdir}/gpsd.hotplug
%{udevdir}/gpsd.hotplug.wrapper
-%{_sysconfdir}/udev/rules.d/25-gpsd.rules
-%{_sysconfdir}/sysconfig/gpsd
+/etc/udev/rules.d/25-gpsd.rules
+/etc/sysconfig/gpsd
%dir %{_datadir}/%{name}
%{_datadir}/gpsd/dgpsip-servers
-%{_pkgconfigdir}/libgps.pc
-%{_pkgconfigdir}/libgpsd.pc
%files libs
%defattr(644,root,root,755)
@@ -242,6 +240,8 @@
%{_includedir}/gps.h
%{_includedir}/libgpsmm.h
%{_includedir}/gpsd.h
+%{_pkgconfigdir}/libgps.pc
+%{_pkgconfigdir}/libgpsd.pc
%{_mandir}/man1/gpsfake.1*
%{_mandir}/man1/rtcmdecode.1*
%{_mandir}/man1/gpsflash.1*
@@ -287,6 +287,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2008/09/29 18:06:32 qboosh
+- partial cleanup
+- .pc files moved to -devel
+
Revision 1.13 2008/09/24 14:23:16 mguevara
- rel 0.8, added gpsd-udev.patch, added x bcond for test-build in the AC
environment, not ready yet - when you plug a GPS device in a /dev/gpsX
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gpsd.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list