File prosody-community-plugins.spec of Package prosody-community-plugins
#
# spec file for package prosody-community-plugins
#
# Copyright (c) 2021 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/
#
Name: prosody-community-plugins
Version: 5950
Release: 0
Summary: Prosody Community Modules which are not shipped with the core Prosody modules
License: MIT
URL: https://modules.prosody.im/
Source: prosody-modules-%{version}.tar.gz
Requires: prosody
%description
Prosody Community Modules which are not shipped with the core Prosody modules.
These modules are not tested with the main server and may be in alpha or beta
state. All modules shipped may require additional configuration by the admin.
%prep
%setup -q -n prosody-modules-%{version}
%build
%install
mkdir -p %{buildroot}/%{_sharedstatedir}/%{name}
cp -r mod_* %{buildroot}/%{_sharedstatedir}/%{name}
# Cleanup the tree
rm -r %{buildroot}/%{_sharedstatedir}/%{name}/mod_auth_external_insecure/examples
%files
%{_sharedstatedir}/%{name}
%license COPYING
%doc README CONTRIBUTING
%changelog