]> git.pld-linux.org Git - SPECS.git/blob - gpsdrive.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / gpsdrive.spec
1 Summary:        gpsdrive - a GPS based navigation tool
2 Summary(pl.UTF-8):      gpsdrive - narzędzie do nawigacji oparte o GPS
3 Name:           gpsdrive
4 Version:        2.09
5 Release:        2
6 License:        GPL
7 Vendor:         Fritz Ganter <ganter@ganter.at>
8 Group:          Applications/Communications
9 Source0:        http://gpsdrive.kraftvoll.at/%{name}-%{version}.tar.gz
10 # Source0-md5:  eaa52cb220f3d10312a1046dd47126bb
11 Patch0:         %{name}-locale.patch
12 URL:            http://www.gpsdrive.cc/
13 BuildRequires:  gdk-pixbuf-devel
14 BuildRequires:  gtk+2-devel >= 1:2.0.6
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  pkgconfig
17 BuildRequires:  python-pygtk-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Gpsdrive is a map-based navigation system. It displays your position
22 on a zoomable map provided from a NMEA-capable GPS receiver. The maps
23 are autoselected for the best resolution, depending of your position,
24 and the displayed image can be zoomed. Maps can be downloaded from the
25 Internet with one mouse click. The program provides information about
26 speed, direction, bearing, arrival time, actual position, and target
27 position. Speech output is also available. MySQL is supported. See
28 http://gpsdrive.kraftvoll.at for new releases.
29
30 %description -l pl.UTF-8
31 Gpsdrive jest bazującym na mapie systemem nawigacyjnym. Wyświetla
32 pozycje podawaną przez odbiornik GPS z obsługą NMEA na skalowalnej
33 mapie. Mapy są automatycznie dobierane dla uzyskania najlepszej
34 rozdzielczości w zależności od pozycji, a wyświetlany obraz można
35 zbliżać. Pobieranie map z Internetu odbywa się jednym kliknięciem
36 myszy. Program informuje o prędkości, kierunku, azymucie, czasie
37 przybycia, aktualnej pozycji i pozycji punktu docelowego. Dostępna
38 jest także informacja głosowa. Obsługiwany jest MySQL.
39 Sprawdź na http://gpsdrive.kraftvoll.at czy jest nowsza wersja.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44
45 mv -f po/{gr,el}.po
46
47 %build
48 cp -f /usr/share/automake/config.sub .
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post   -p /sbin/ldconfig
67 %postun -p /sbin/ldconfig
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc GPS-receivers AUTHORS TODO README README.gpspoint2gspdrive FAQ.gpsdrive README.SQL create.sql NMEA.txt wp2sql README.kismet README.nasamaps
72 %lang(es) %doc LEEME
73 %lang(fr) %doc LISEZMOI LISEZMOI.kismet LISEZMOI.SQL FAQ.gpsdrive.fr
74
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77 %dir %{_datadir}/gpsdrive
78 %{_datadir}/gpsdrive/*.png
79 %{_datadir}/gpsdrive/*.gif
80 %{_datadir}/gpsdrive/*.jpg
81 %{_desktopdir}/*.desktop
82 %{_pixmapsdir}/*.png
83
84 %{_mandir}/man1/gpsdrive.1*
85 %lang(de) %{_mandir}/de/man1/gpsdrive.1*
86 %lang(es) %{_mandir}/es/man1/gpsdrive.1*
This page took 0.50627 seconds and 3 git commands to generate.