From 55e630169771a1273ef86a76191260b6944d6081 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:23:03 +0100 Subject: [PATCH] automatic version update by autodist [release 1.8.0-1mamba;Tue Jan 25 2022] --- gpsbabel.spec | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/gpsbabel.spec b/gpsbabel.spec index efa2e78..82a852e 100644 --- a/gpsbabel.spec +++ b/gpsbabel.spec @@ -1,24 +1,27 @@ %define tagver %(echo %version | tr . _) Name: gpsbabel -Version: 1.7.0 +Version: 1.8.0 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 +Packager: Silvan Calarco URL: http://www.gpsbabel.org Source: https://github.com/gpsbabel/gpsbabel.git/gpsbabel_%{tagver}/gpsbabel-%{version}.tar.bz2 -#get source at http://www.gpsbabel.org/plan9.php -#Source: http://pkgs.fedoraproject.org/repo/pkgs/gpsbabel/gpsbabel-%{version}.tar.gz/sha512/5fdc3bc07ad52d6c1e3532b287dcb506aba612ae9bc8db393b4837d79d773d6e22ad31f8f8e65770ec52b1afbda556e452af20dada1e411de93ca6e18054225b/gpsbabel-%{version}.tar.gz -#Source: http://pkgs.fedoraproject.org/repo/pkgs/gpsbabel/gpsbabel-%{version}.tar.gz/2ff4dd37aba85e0211fd818d653f5943/gpsbabel-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libexpat-devel -BuildRequires: libusb0-devel +BuildRequires: libQt5Positioning-devel +BuildRequires: libQt5SerialPort-devel +BuildRequires: libQt5WebChannel-devel +BuildRequires: libQt5WebEngine-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +BuildRequires: libusb-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-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. @@ -29,12 +32,17 @@ GPSBabel converts waypoints, tracks, and routes between popular GPS receivers an %setup -q %build -%configure +%cmake -d build + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +#% makeinstall -C build +install -D -m0755 build/gpsbabel %{buildroot}%{_bindir}/gpsbabel +install -D -m0755 build/gui/GPSBabelFE/gpsbabelfe %{buildroot}%{_bindir}/gpsbabelfe +install -D -m0644 gui/gpsbabel.desktop %{buildroot}%{_datadir}/applications/gpsbabel.desktop +install -D -m0644 gui/images/appicon.png %{buildroot}%{_datadir}/pixmaps/gpsbabel.png %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -42,9 +50,15 @@ GPSBabel converts waypoints, tracks, and routes between popular GPS receivers an %files %defattr(-,root,root) %{_bindir}/gpsbabel +%{_bindir}/gpsbabelfe +%{_datadir}/applications/gpsbabel.desktop +%{_datadir}/pixmaps/gpsbabel.png %doc AUTHORS COPYING %changelog +* Tue Jan 25 2022 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + * Sun Sep 06 2020 Silvan Calarco 1.7.0-1mamba - update to 1.7.0