File gpsbabel.spec of Package gpsbabel

#
# spec file for package gpsbabel
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           gpsbabel
Url:            http://www.gpsbabel.org/
Version:        1.4.4
Release:        0
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Summary:        Converts GPS waypoint, route and track data from one format type to another
License:        GPL-2.0+
Group:          Hardware/Other
Source:         %{name}-%{version}.tar.gz
Source1:        %{name}-1.4.2.pdf
BuildRequires:  libexpat-devel
BuildRequires:  libusb-devel
BuildRequires:  zlib-devel
#only for rebuilding documentation
#BuildRequires: expat libxslt docbook-xsl-stylesheets fop java-1_6_0-sun

%description
GPSBabel converts waypoints, tracks, and routes from one format to
another, whether that format is a common mapping format like Delorme,
Streets and Trips, or even a serial upload or download to a GPS unit
such as those from Garmin and Magellan. 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 contains extensive data manipulation abilities making it a
convenient for server-side processing or as the backend for other
tools.

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.



Authors:
--------
    Robert Lipe <robertlipe@usa.net>               
    Alex Mottram <geo_alexm@cox-internet.com>
    Olaf Klein <o.b.klein@t-online.de>
    Ronald L. Parker <ron@parkrrrr.com>
    
    and many others, see AUTHORS file

%prep
%setup -q

%build
%configure\
	--with-zlib=system
make
#only for rebuilding documentation
#make doc
cp %{S:1} %{name}.pdf

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README* contrib %{name}.pdf
%{_bindir}/gpsbabel

%changelog
openSUSE Build Service is sponsored by