File roundcubemail-plugin-contextmenu.spec of Package roundcubemail-plugin-contextmenu
#
# spec file for package roundcubemail-plugin-contextmenu
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2014-2025 Aeneas Jaissle <aj@ajaissle.de>.
#
# 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 archive_name roundcube-contextmenu
%define roundcube_root %{apache_serverroot}/roundcubemail
%define roundcube_plugins %{roundcube_root}/plugins
Name: roundcubemail-plugin-contextmenu
Version: 3.3.1
Release: 0
Summary: Roundcube Webmail Context Menu Plugin
License: GPL-3.0-or-later
Group: Productivity/Networking/Other
URL: https://plugins.roundcube.net/#/packages/johndoh/contextmenu
Source0: https://github.com/JohnDoh/%{archive_name}/archive/%{version}.tar.gz#/%{archive_name}-%{version}.tar.gz
BuildRequires: apache-rpm-macros
Requires: roundcubemail >= 1.5
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Adds context menus to the message list, folder list and address book.
Menu includes the abilities mark messages as read/unread, delete,
reply and forward.
%prep
%setup -q -n %{archive_name}-%{version}
# fix permissions
find . -type f -print | xargs chmod a-x
%build
%install
install -d %{buildroot}%{roundcube_plugins}/contextmenu
cp -pr ./* %{buildroot}%{roundcube_plugins}/contextmenu/
# remove doc here - will be packaged in docdir later
rm %{buildroot}%{roundcube_plugins}/contextmenu/{CHANGELOG,README.md,MANUAL.md}
%files
%doc CHANGELOG README.md MANUAL.md
%dir %{apache_serverroot}
%dir %{roundcube_root}
%dir %{roundcube_plugins}
%dir %{roundcube_plugins}/contextmenu
%{roundcube_plugins}/contextmenu/
%changelog