File trac-plugin-ccselector.spec of Package trac-plugin-ccselector
#
# spec file for package trac-plugin-ccselector
#
# Copyright (c) 2023 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: trac-plugin-ccselector
%define revision 18635
Version: 0.3_r%{revision}
Release: 0
URL: http://trac-hacks.org/wiki/CcSelectorPlugin
Source: ccselector-r%{revision}.tar.bz2
# purely local OBS update script, not used in spec, but nevertheless requested by package maintainers
Source2: update.sh
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools >= 0.6c8
Requires: python3-setuptools
Requires: trac
Summary: Trac plugin to improve selection of users to be cc-ed
License: GPL-1.0-or-later
Group: Development/Tools/Other
%description
This plugin provides a more helpful experience in the editing of a Trac ticket's
CC field than the standard Trac core's functionality. A pop-up window with a
list of checkboxes is opened. The user can then check/uncheck boxes, and email
addresses are added to or removed from the CC field as needed.
%prep
%setup -qn ccselector
%build
python3 setup.py build
%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
%files
%{python3_sitelib}/*
%changelog