File jenkins-plugin-ansicolor.spec of Package jenkins-plugin-ansicolor
#
# spec file for package jenkins-plugin-ansicolor
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
%global plugin_name ansicolor
Name: jenkins-plugin-%{plugin_name}
Version: 0.5.2
Release: 0
Summary: HTML export of ansi escape color sequences
License: MIT
Group: Development/Tools/Building
URL: https://github.com/jenkinsci/ansicolor-plugin
Source0: https://updates.jenkins.io/download/plugins/%{plugin_name}/%{version}/%{plugin_name}.hpi
%description
This plugin adds support for ANSI escape sequences, including color, to Console Output.
%prep
%build
%install
install -d %{buildroot}/%{_localstatedir}/lib/jenkins/plugins
install -t %{buildroot}/%{_localstatedir}/lib/jenkins/plugins %{SOURCE0}
%files
%{_localstatedir}/lib/jenkins
%changelog