SPECS: gpsbabel.spec (NEW) - initial revision

bszx bszx at pld-linux.org
Sat Jan 13 16:55:36 CET 2007


Author: bszx                         Date: Sat Jan 13 15:55:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   gpsbabel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gpsbabel.spec
diff -u /dev/null SPECS/gpsbabel.spec:1.1
--- /dev/null	Sat Jan 13 16:55:36 2007
+++ SPECS/gpsbabel.spec	Sat Jan 13 16:55:31 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	GPSBabel converts GPS waypoint, route and track data
+Summary(pl):	GPSBabel konwertuje dane GPS - waypointy, trasy i ślady
+Name:		gpsbabel
+Version:	1.3.2
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://dl.sourceforge.net/gpsbabel/%{name}-%{version}.tar.gz
+# Source0-md5:	5a9c442bc681035b1dfdbb32b1d3fa8b
+URL:		http://www.gpsbabel.org
+BuildRequires:	libusb-devel
+BuildRequires:	expat-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Converts GPS waypoint, route and track data from one format type to
+another.
+
+%description -l pl
+GPSBabel konwertuje dane GPS - waypointy, trasy i ślady z jednego 
+formatu na drugi.
+
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README* COPYING AUTHORS gpsbabel.html
+%attr(755,root,root) %{_bindir}/gpsbabel
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/13 15:55:31  bszx
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list