Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
gpsbabel
gpsbabel.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gpsbabel.spec of Package gpsbabel
# # spec file for package gpsbabel # # Copyright (c) 2017 SUSE LINUX 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/ # %global translationdir %{_datadir}/qt5/translations Name: gpsbabel Version: 1.5.4 Release: 0 Summary: Converts GPS waypoint, route and track data from one format type to another License: GPL-2.0+ Group: Hardware/Other Url: http://www.gpsbabel.org/ Source: %{name}-%{version}.tar.gz Source1: http://www.gpsbabel.org/htmldoc-1.5.0/%{name}-1.5.0.pdf Source2: %{name}.png Source21: style3.css # Use system shapelib - not suitable for upstream in this form. Patch2: 0002-gpsbabel-1.4.3-use-system-shapelib.patch # Pickup gmapbase.html from /usr/share/gpsbabel Patch3: 0003-gpsbabel-1.4.3-gmapbase.patch # No automatic phone home by default (RHBZ 668865) Patch4: 0004-gpsbabel-1.4.3-nosolicitation.patch # Use system zlib Patch6: 0006-Use-system-zlib.patch # Use system minizip Patch7: 0007-Use-system-minizip.patch # Fix build failures due to implicit QString casting Patch8: 0008-Fix-QString-casting-build-failures.patch BuildRequires: autoconf BuildRequires: libqt5-qtbase-devel BuildRequires: libudev-devel BuildRequires: libusb-devel BuildRequires: minizip-devel BuildRequires: pkgconfig BuildRequires: shapelib-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Designer) BuildRequires: pkgconfig(Qt5Help) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5WebEngineWidgets) BuildRequires: pkgconfig(Qt5WebKit) BuildRequires: pkgconfig(Qt5WebKitWidgets) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %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. %package gui Summary: Qt GUI interface for GPSBabel Group: Hardware/Other Requires: %{name} = %{version}-%{release} Requires(post): update-desktop-files Requires(postun): update-desktop-files %description gui Qt GUI interface for GPSBabel %prep %setup -q # Use system shapelib instead of bundled partial shapelib rm -rf shapelib %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 # Get rid of bundled zlib # configure --with-zlib=system is not enough, # building still accesses bundled zlib headers rm -rf zlib/* touch zlib/empty.in cp -p %{SOURCE21} gpsbabel.org-style3.css # Avoid calling autoconf from Makefile touch -r configure.in configure Makefile.in # Fixup categories for .desktop file sed -i \ -e 's:Utility;::g' \ gui/gpsbabel.desktop %build export CXXFLAGS="%{optflags} -fPIC" %configure\ --with-zlib=system make %{?_smp_mflags} cp %{SOURCE1} %{name}.pdf pushd gui CFLAGS="%{optflags}" \ %qmake5 PREFIX=%{_prefix} lrelease-qt5 *.ts make %{?_smp_mflags} popd %install make %{?_smp_mflags} DESTDIR=%{buildroot} install make -C gui DESTDIR=%{buildroot} install install -m 0755 -p gui/objects/gpsbabelfe-bin %{buildroot}/%{_bindir} install -m 0755 -d %{buildroot}/%{_datadir}/%{name} install -m 0644 -p gui/gmapbase.html %{buildroot}/%{_datadir}/%{name}/ install -m 0755 -d %{buildroot}/%{translationdir} install -m 0644 -p gui/gpsbabel*_*.qm %{buildroot}/%{translationdir}/ install -m 0755 -d %{buildroot}/%{_datadir}/applications install -m 0644 gui/gpsbabel.desktop %{buildroot}/%{_datadir}/applications install -m 0755 -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/ install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/ %find_lang %{name} --with-qt --all-name %post gui %icon_theme_cache_post %desktop_database_post %postun gui %icon_theme_cache_postun %desktop_database_postun %files %defattr(-,root,root) %doc AUTHORS COPYING README* %{name}.pdf %{_bindir}/gpsbabel %{_bindir}/gpsbabelfe-bin %{_datadir}/applications/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %dir %{translationdir}/ %{translationdir}/* %dir %{_datadir}/icons/hicolor/256x256/ %dir %{_datadir}/icons/hicolor/256x256/apps/ %{_datadir}/icons/hicolor/256x256/apps/%{name}.png %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor