automatic version update by autodist [release 1.10-1mamba;Sat Oct 29 2022]

This commit is contained in:
Automatic Build System 2024-01-05 18:56:23 +01:00
parent 980219627d
commit 6600751adf
2 changed files with 86 additions and 19 deletions

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Rob Norris -->
<component>
<!-- About this metadata file -->
<!-- https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html -->
<id type="desktop">org.viking.Viking</id>
<launchable type="desktop-id">org.viking.Viking.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<name>Viking</name>
<project_license>GPL-2.0+</project_license>
<summary>GPS Data Editor and Analyzer</summary>
<url type="homepage">http://viking.sf.net</url>
<url type="bugtracker">https://sourceforge.net/p/viking/bugs/</url>
<url type="help">https://sourceforge.net/p/viking/wikiallura/MasterHelp/</url>
<url type="translate">https://translations.launchpad.net/viking</url>
<description>
<p>Viking is a free/open source program to manage GPS data.</p>
<p>Viking includes the following features:</p>
<ul>
<li>Import GPX, TCX, KML and KMZ files</li>
<li>Export to GPX and KMZ files</li>
<li>Import and Export numerous file types via GPSBabel</li>
<li>Create and edit Tracks, Routes and Waypoints</li>
<li>Show OpenTopoMap, OpenStreetMap(OSM) Maps and various other Maps from online providers</li>
<li>Show Generic Map Images with World File definitions</li>
<li>Upload/Download OSM Traces</li>
<li>Geotag Images</li>
<li>Follow Realtime GPS Position</li>
<li>Visualization and Statistics</li>
<li>Digitial Elevation Model (DEM) Support</li>
<li>OSRM Routing Support</li>
<!-- Currently not in Flatpak Version -->
<!-- <li>Generate Maps (using Mapnik)</li> -->
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://a.fsdn.com/con/app/proj/viking/screenshots/291461.jpg</image>
</screenshot>
<screenshot>
<image>https://a.fsdn.com/con/app/proj/viking/screenshots/291463.jpg</image>
</screenshot>
</screenshots>
<update_contact>rw_norris_AT_hotmail.com</update_contact>
<translation type="gettext">viking</translation>
<releases>
<release version="1.10.0" date="2021-11-27"/>
<release version="1.9.0" date="2021-03-20"/>
<release version="1.8.0" date="2020-02-03"/>
</releases>
<content_rating type="oars-1.1"/>
</component>

View File

@ -1,34 +1,45 @@
%define majver %(echo %version | cut -d. -f1-3)
Name: viking
Version: 1.5.1
Version: 1.10
Release: 1mamba
Summary: A GTK2-based GPS data editor and viewer
Group: Graphical Desktop/Applications/Scientific
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://sourceforge.net/apps/mediawiki/viking/index.php?title=Source_code
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/viking/
Source: http://downloads.sourceforge.net/project/viking/viking-%{version}.tar.bz2
Source1: https://raw.githubusercontent.com/viking-gps/viking/viking-%{version}/org.viking.Viking.appdata.xml
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libX11-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libbzip2-devel
BuildRequires: libcairo-devel
BuildRequires: libcurl-devel
BuildRequires: libexif-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libgeoclue-devel
BuildRequires: libgexiv2-devel
BuildRequires: libglib-devel
BuildRequires: libgps-devel
BuildRequires: libgtk2-devel
BuildRequires: libgtk3-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libicu-devel
BuildRequires: libjson-glib-devel
BuildRequires: libmagic-devel
BuildRequires: libmapnik-devel
BuildRequires: libnettle-devel
BuildRequires: liboauth-devel
BuildRequires: libpango-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
BuildRequires: libzip-devel
## AUTOBUILDREQ-END
BuildRequires: libscrollkeeper-devel
Requires: gpsbabel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Viking is a GTK2-based GPS data editor and viewer. It can download and show OpenStreetMaps, Terraserver, and other maps, import and draw tracks and waypoints over them, add coordinate lines, make new tracks and waypoints, hide different things, and more. It uses a hierarchical layering system to organize GPS data, maps, and other layer types with spatial data (such as coordinate lines).
@ -39,6 +50,8 @@ Viking is a GTK2-based GPS data editor and viewer. It can download and show Open
%setup -q
%build
export CXXFLAGS="%{optflags} -I%{_includedir}/mapnik"
%configure \
--disable-scrollkeeper
@ -48,7 +61,9 @@ Viking is a GTK2-based GPS data editor and viewer. It can download and show Open
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%find_lang %{name} --with-gnome
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/viking.appdata.xml
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -57,17 +72,17 @@ Viking is a GTK2-based GPS data editor and viewer. It can download and show Open
%defattr(-,root,root)
%{_bindir}/viking
%{_datadir}/applications/viking.desktop
%{_datadir}/gnome/help/viking/C/figures/*.png
%{_datadir}/gnome/help/viking/C/figures/*.jpg
%{_datadir}/gnome/help/viking/C/*.xml
%{_datadir}/icons/hicolor/48x48/apps/viking.png
%{_datadir}/omf/viking/viking-C.omf
%{_datadir}/metainfo/viking.appdata.xml
%dir %{_datadir}/viking
%{_datadir}/viking/external_tools.xml
%{_datadir}/viking/goto_tools.xml
%{_datadir}/viking/maps.xml
%{_datadir}/viking/*
%{_datadir}/icons/hicolor/48x48/apps/viking.png
%{_mandir}/man1/viking.1*
%doc AUTHORS COPYING
%changelog
* Sat Oct 29 2022 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
- automatic version update by autodist
* Mon Jun 02 2014 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
- automatic update by autodist