This commit is contained in:
parent
0784ed7ecc
commit
4e9fe64f2d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 13:24:50 CEST 2008 - jreuter@suse.de
|
||||||
|
|
||||||
|
- Fix RPM group tag for devel package
|
||||||
|
- Cleanup spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 22 20:02:15 CET 2008 - lrupp@suse.de
|
Sat Mar 22 20:02:15 CET 2008 - lrupp@suse.de
|
||||||
|
|
||||||
|
49
gpsd.spec
49
gpsd.spec
@ -17,12 +17,12 @@ License: BSD 3-Clause
|
|||||||
Url: http://gpsd.berlios.de/
|
Url: http://gpsd.berlios.de/
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Version: 2.37
|
Version: 2.37
|
||||||
Release: 1
|
Release: 10
|
||||||
Requires: udev
|
Requires: udev
|
||||||
PreReq: coreutils %fillup_prereq
|
PreReq: coreutils %fillup_prereq
|
||||||
BuildRequires: gcc-c++ ncurses-devel openmotif openmotif-devel python-devel udev xmlto
|
BuildRequires: gcc-c++ ncurses-devel openmotif openmotif-devel python-devel udev update-desktop-files xmlto
|
||||||
BuildRequires: dbus-1-devel dbus-1-glib-devel update-desktop-files
|
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -68,6 +68,7 @@ Authors:
|
|||||||
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
Summary: Client libraries in C and Python for talking to a running gpsd or GPS
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
@ -93,6 +94,7 @@ Authors:
|
|||||||
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
Ville Nuorvala <vnuorval@tcs.hut.fi>
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Clients for gpsd with an X interface
|
Summary: Clients for gpsd with an X interface
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
|
|
||||||
@ -129,7 +131,9 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
|
%endif
|
||||||
--enable-garmintxt \
|
--enable-garmintxt \
|
||||||
--enable-tnt
|
--enable-tnt
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
@ -176,10 +180,10 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README INSTALL COPYING gpsd.php
|
%doc README INSTALL COPYING gpsd.php
|
||||||
%doc %{_mandir}/man?/gpsd.*
|
%{_mandir}/man?/gpsd.*
|
||||||
%doc %{_mandir}/man?/gpsprof.*
|
%{_mandir}/man?/gpsprof.*
|
||||||
%doc %{_mandir}/man?/gpsctl.*
|
%{_mandir}/man?/gpsctl.*
|
||||||
%doc %{_mandir}/man?/sirfmon.*
|
%{_mandir}/man?/sirfmon.*
|
||||||
/lib/udev/gpsd.sh
|
/lib/udev/gpsd.sh
|
||||||
%config(noreplace) /etc/udev/rules.d/*
|
%config(noreplace) /etc/udev/rules.d/*
|
||||||
%{_sbindir}/gpsd
|
%{_sbindir}/gpsd
|
||||||
@ -193,13 +197,13 @@ rm -rf %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README INSTALL COPYING TODO
|
%doc README INSTALL COPYING TODO
|
||||||
%doc %{_mandir}/man?/gpsfake.*
|
%{_mandir}/man?/gpsfake.*
|
||||||
%doc %{_mandir}/man?/gpscat.*
|
%{_mandir}/man?/gpscat.*
|
||||||
%doc %{_mandir}/man?/libgps*.*
|
%{_mandir}/man?/libgps*.*
|
||||||
%doc %{_mandir}/man?/rtcmdecode.*
|
%{_mandir}/man?/rtcmdecode.*
|
||||||
%doc %{_mandir}/man?/gpsflash.*
|
%{_mandir}/man?/gpsflash.*
|
||||||
%doc %{_mandir}/man?/rtcm-104.*
|
%{_mandir}/man?/rtcm-104.*
|
||||||
%doc %{_mandir}/man?/srec.*
|
%{_mandir}/man?/srec.*
|
||||||
%{_bindir}/gpsfake
|
%{_bindir}/gpsfake
|
||||||
%{_bindir}/rtcmdecode
|
%{_bindir}/rtcmdecode
|
||||||
%{_bindir}/gpsflash
|
%{_bindir}/gpsflash
|
||||||
@ -214,22 +218,27 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files clients
|
%files clients
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_mandir}/man?/gps.*
|
%{_mandir}/man?/gps.*
|
||||||
%doc %{_mandir}/man?/cgps.*
|
%{_mandir}/man?/cgps.*
|
||||||
%doc %{_mandir}/man?/xgps.*
|
%{_mandir}/man?/xgps.*
|
||||||
%doc %{_mandir}/man?/xgpsspeed.*
|
%{_mandir}/man?/xgpsspeed.*
|
||||||
%doc %{_mandir}/man?/gpspipe.*
|
%{_mandir}/man?/gpspipe.*
|
||||||
%doc %{_mandir}/man?/cgpxlogger.*
|
%{_mandir}/man?/cgpxlogger.*
|
||||||
%{_bindir}/xgps
|
%{_bindir}/xgps
|
||||||
%{_bindir}/xgpsspeed
|
%{_bindir}/xgpsspeed
|
||||||
%{_bindir}/cgps
|
%{_bindir}/cgps
|
||||||
%{_bindir}/cgpxlogger
|
%{_bindir}/cgpxlogger
|
||||||
%{_bindir}/gpspipe
|
%{_bindir}/gpspipe
|
||||||
|
%if 0%{?suse_version} > 1020
|
||||||
%{_bindir}/gpxlogger
|
%{_bindir}/gpxlogger
|
||||||
|
%endif
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/pixmaps/*.xpm
|
%{_datadir}/pixmaps/*.xpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 24 2008 jreuter@suse.de
|
||||||
|
- Fix RPM group tag for devel package
|
||||||
|
- Cleanup spec file
|
||||||
* Sat Mar 22 2008 lrupp@suse.de
|
* Sat Mar 22 2008 lrupp@suse.de
|
||||||
- update to 2.37
|
- update to 2.37
|
||||||
Fixes:
|
Fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user