File nextcloud-apps-announcementcenter.spec of Package nextcloud-apps-announcementcenter
#
# spec file for package nextcloud-apps-announcementcenter
#
# 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 announcementcenter
Name: nextcloud-apps-%{app_name}
Version: 6.3.0
Release: 0
#
Summary: Nextcloud Apps - Announcementcenter
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/announcementcenter
Source0: https://github.com/nextcloud-releases/announcementcenter/releases/download/v{version}/announcementcenter-v%{version}.tar.gz
BuildRequires: nextcloud > 19
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
This app allows admins to post announcements.
Also supports the following features:
- zap Activities (Requires the activity app to be enabled)
- bookmark_tabs Comments
- family Group permissions
- bell Notifications (Requires the notifications app to be enabled)
%prep
%setup -n %{app_name}
%build
%{nextcloud_apps_package %{app_name}}
%changelog