File nextcloud-apps-calendar.spec of Package nextcloud-apps-calendar
#
# spec file for package nextcloud-apps-calendar
#
# 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 calendar
Name: nextcloud-apps-%{app_name}
Version: 6.0.0
Release: 0
#
Summary: Nextcloud Apps - Calendar
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/calendar
Source0: https://github.com/nextcloud/calendar/releases/download/v%{version}/calendar-v%{version}.tar.gz
BuildRequires: nextcloud > 15
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync
events from various devices with your Nextcloud and edit them online.
- π Integration with other Nextcloud apps! Currently Contacts - more to come.
- π WebCal Support! Want to see your favorite teamβs matchdays in your
calendar? No problem!
- π Attendees! Invite people to your events.
- π Weβre not reinventing the wheel! Based on the great davclient.js, ical.js
and fullcalendar libraries.
%prep
%autosetup -n %{app_name} -p1
%build
%{nextcloud_apps_package %{app_name}}
%changelog