File nextcloud-apps-forms.spec of Package nextcloud-apps-forms
#
# spec file for package nextcloud-apps-forms
#
# 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 forms
Name: nextcloud-apps-%{app_name}
Version: 5.2.0
Release: 0
#
Summary: Nextcloud Apps - forms
License: AGPL-3.0-only
Group: Productivity/Networking/Web/Utilities
URL: https://apps.nextcloud.com/apps/forms
Source0: https://github.com/nextcloud-releases/forms/releases/download/v%{version}/forms-v%{version}.tar.gz
BuildRequires: nextcloud > 19
BuildRequires: nextcloud-packaging >= 16
%requires_ge nextcloud
BuildArch: noarch
%description
Simple surveys and questionnaires, self-hosted!
📝 Simple design: No mass of options, only the essentials. Works well on mobile of course.
📊 View & export results: Results are visualized and can also be exported as CSV in the same format used by Google Forms.
🔒 Data under your control! Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
🙋 Get involved! We have lots of stuff planned like more question types, collaboration on forms, and much more!
%prep
%setup -n %{app_name}
%build
find -name .gitkeep -exec rm {} +
%{nextcloud_apps_package %{app_name}}
%changelog