File nextcloud-apps-maps.spec of Package nextcloud-apps-maps
#
# spec file for package nextcloud-apps-forms
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define app_name maps
Name: nextcloud-apps-%{app_name}
Version: 1.6.0
Release: 0
%global pkg_version %{version}
#
Summary: Nextcloud Apps - Maps
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/maps
Source0: https://github.com/nextcloud-releases/maps/releases/download/%{version}/maps-%{pkg_version}.tar.gz
Source1: series
Patch1: bump-to-32.patch
BuildRequires: nextcloud > 19
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
The whole world fits inside your cloud!
🗺 Beautiful map: Using OpenStreetMap and Leaflet, you can choose between standard map, satellite, topographical, dark mode or even watercolor! 🎨
⭐ Favorites: Save your favorite places, privately! Sync with GNOME Maps and mobile apps is planned.
🧭 Routing: Possible using either OSRM, GraphHopper or Mapbox.
🖼 Photos on the map: No more boring slideshows, just show directly where you were!
🙋 Contacts on the map: See where your friends live and plan your next visit.
📱 Devices: Lost your phone? Check the map!
〰 Tracks: Load GPS tracks or past trips. Recording with PhoneTrack or OwnTracks is planned.
%prep
%autosetup -p1 -n %{app_name}
%build
find -name .gitkeep -exec rm {} +
%{nextcloud_apps_package %{app_name}}
%changelog