File nextcloud-apps-contacts.spec of Package nextcloud-apps-contacts
#
# spec file for package nextcloud-apps-contacts
#
# 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 contacts
Name: nextcloud-apps-%{app_name}
Version: 8.0.2
Release: 0
#
Summary: Nextcloud Apps - Contacts
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/contacts
Source0: https://github.com/nextcloud-releases/contacts/releases/download/v%{version}/contacts-v%{version}.tar.gz
#
BuildRequires: nextcloud > 15
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server.
Easily sync contacts from various devices with your Nextcloud and edit them
online.
- π Integration with other Nextcloud apps! Currently Mail and Calendar β more
to come.
- π Never forget a birthday! You can sync birthdays and other recurring events
with your Nextcloud Calendar.
- π₯ Sharing of Adressbooks! You want to share your contacts with your friends
or coworkers? No problem!
- π Weβre not reinventing the wheel! Based on the great and open SabreDAV
library
%prep
%setup -n %{app_name}
%build
%{nextcloud_apps_package %{app_name}}
%changelog