From 0304e83c3a867fffb2e17e2e70ab17df03177356 Mon Sep 17 00:00:00 2001 From: lukasz Date: Mon, 23 Sep 2002 21:13:02 +0000 Subject: [PATCH] - initial rpm release Changed files: garble.spec -> 1.1 --- garble.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 garble.spec diff --git a/garble.spec b/garble.spec new file mode 100644 index 0000000..a3591ca --- /dev/null +++ b/garble.spec @@ -0,0 +1,47 @@ +Summary: Garble reciver data from GPS Garmin +Summary(pl): Garble czytnik danych z GPS Gramin +Name: garble +Version: 1.0.1 +Release: 1 +Epoch: 1 +License: GPL +Group: Applications/Communications +Source0: http://www.pdos.lcs.mit.edu/~decouto/garble/%{name}-%{version}.tar.gz +URL: http://www.pdos.lcs.mit.edu/~decouto/garble/ +Conflicts: gpsdrive +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Garble is a console program for downloading data (waypoints, proximity +waypoints, tracks, and routes) from Garmin GPS receivers. Garble is based on a +portable library that implements most of the Garmin communications protocol, +and supports most Garmin GPS receivers. Garble can also read the current time +and postion from the GPS, get the product data, and turn off the GPS. Garble +has been tested on a GPS 12XL (firmware 3.53) and a GPS III. + +%description -l pl +Garble jest konsolowym programem s³u¿±cym do zczytywania danych (punkty, +blisko¶æ punktów, trasy, szlaki) z odbiorników GPS Garmin. Garble bazuje na +przeno¶nej bibliotece, która implementuje wiêkosz¶æ z protoko³u +komunikacyjnego Garmin, wspieranego przez odbiorniki GPS Gramin. +Garble potrafi tak¿e odczytaæ bierz±cy czas oraz aktualn± pozycjê, a tak¿ dane +produktu, potrafi tak¿ wy³±czyæ sam odbiornik GPS. +Garble zosta³o przetestowane z GPS 12XL (firmware 3.53) i GPS III. + +%prep +%setup -q +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install garble ${RPM_BUILD_ROOT}%{_bindir} +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README TODO +%attr(755,root,root) %{_bindir}/* -- 2.44.0