File trac-plugin-advancedticketworkflow.spec of Package trac-plugin-advancedticketworkflow
#
# spec file for package trac-plugin-advancedticketworkflow
#
# 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/
#
%define revision 18558
Name: trac-plugin-advancedticketworkflow
Version: 1.2.2_r%{revision}
Release: 0
License: BSD-3-Clause
Group: Development/Tools/Other
URL: http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin
Source: advancedticketworkflow-r%{revision}.tar.bz2
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools >= 0.6c8
Requires: python3-setuptools
Requires: trac
Summary: A plugin for Trac to improve ticket workflow
%description
AdvancedTicketWorkflowPlugin provides a number of advanced operations for
customizable workflows that are similar to the operations provided in the
customizeable workflow of the core system.
Currently provided operations are:
* set_owner_to_reporter
* set_owner_to_component_owner
* set_owner_to_field
* set_owner_to_previous
* set_status_to_previous
* reset_milestone
* run_external
* triage
* xref
%prep
%setup -qn advancedticketworkflow
%build
python3 setup.py build
%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
%files
%{python3_sitelib}/*
%changelog