File nextcloud-apps-tasks.spec of Package nextcloud-apps-tasks
#
# spec file for package nextcloud-apps-tasks
#
# Copyright (c) 2019 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 https://bugs.opensuse.org/
#
%define app_name tasks
Name: nextcloud-apps-%{app_name}
Version: 0.14.5
Release: 0
#
Summary: Nextcloud Apps - Tasks list
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/tasks
Source0: https://github.com/nextcloud/tasks/releases/download/v%{version}/tasks.tar.gz
#
BuildRequires: nextcloud > 15
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From
there you can add and delete tasks, edit their title, description, start and
due dates, reminder times, mark them as important, and add comments on them.
Tasks can be shared between users. Tasks can be synchronized using CalDav (each
task list is linked to an Nextcloud calendar, to sync it to your local client -
Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a
remote calendar in you client). You can download your tasks as ICS files using
the download button for each calendar.
%prep
%autosetup -p1 -n %{app_name}
%build
find -type f -print0 | xargs -r0 chmod a-x
%{nextcloud_apps_package %{app_name}}
%changelog