File nextcloud-apps-groupfolders.spec of Package nextcloud-apps-groupfolders
#
# spec file for package nextcloud-apps-groupfolders
#
# 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 groupfolders
Name: nextcloud-apps-%{app_name}
Version: 12.0.2
Release: 0
#
Summary: Nextcloud Apps - groupfolders extension
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/groupfolders
Source0: https://github.com/nextcloud/groupfolders/releases/download/v%{version}/groupfolders.tar.gz
#
BuildRequires: nextcloud > 15
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
Admin configured folders shared by everyone in a group.
Folders can be configured from Group folders in the admin settings.
After a folder is created, the admin can give access to the folder to one or
more groups, control their write/sharing permissions and assign a quota for the
folder.
%prep
%autosetup -p1 -n %{app_name}
%build
%{nextcloud_apps_package %{app_name}}
%changelog