From 29e75b0de0f4f001d3f5efb941409cbf8419c14c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:23:02 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4.4-1mamba;Sun Dec 02 2012] --- README.md | 2 ++ gpsbabel.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 gpsbabel.spec diff --git a/README.md b/README.md index 8be029e..665099e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gpsbabel +GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. It also has powerful manipulation tools for such data. By flattening the Tower of Babel that the authors of various programs for manipulating GPS data have imposed upon us, it returns to us the ability to freely move our own waypoint data between the programs and hardware we choose to use. It does not convert, transfer, send, or manipulate maps. We process data that may (or may not be) placed on a map, such as waypoints, tracks, and routes. + diff --git a/gpsbabel.spec b/gpsbabel.spec new file mode 100644 index 0000000..7c77fe3 --- /dev/null +++ b/gpsbabel.spec @@ -0,0 +1,49 @@ +Name: gpsbabel +Version: 1.4.4 +Release: 1mamba +Summary: GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs +Group: Applications/Scientific +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://www.gpsbabel.org +#get source at http://www.gpsbabel.org/plan9.php +Source: http://pkgs.fedoraproject.org/repo/pkgs/gpsbabel/gpsbabel-%{version}.tar.gz/6c4c8f0cb9fcf9f8302585148878f174/gpsbabel-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libexpat-devel +BuildRequires: libusb0-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GPSBabel converts waypoints, tracks, and routes between popular GPS receivers and mapping programs. It also has powerful manipulation tools for such data. By flattening the Tower of Babel that the authors of various programs for manipulating GPS data have imposed upon us, it returns to us the ability to freely move our own waypoint data between the programs and hardware we choose to use. It does not convert, transfer, send, or manipulate maps. We process data that may (or may not be) placed on a map, such as waypoints, tracks, and routes. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/gpsbabel +%doc AUTHORS COPYING + +%changelog +* Sun Dec 02 2012 Automatic Build System 1.4.4-1mamba +- automatic version update by autodist + +* Thu May 03 2012 Ercole 'ercolinux' Carpanetto 1.4.3-1mamba +- package created by autospec