File jenkins-plugin-commons-lang3-api.spec of Package jenkins-plugin-commons-lang3-api
#
# spec file for package jenkins-plugin-commons-lang3-api
#
# 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 plugin commons-lang3-api
Name: jenkins-plugin-%{plugin}
Version: 3.12.0
Release: 0
Summary: Commons Lang for Jenkins plugins
License: Apache-2.0
Group: Development/Tools/Building
URL: https://plugins.jenkins.io/commons-lang3-api
Source: https://updates.jenkins.io/latest/%{plugin}.hpi
BuildRequires: jenkins
BuildArch: noarch
%description
This plugin provides Commons Lang v3.x to Jenkins Plugins.
%prep
%build
%install
install -d %{buildroot}%{_localstatedir}/lib/jenkins/plugins
install -t %{buildroot}%{_localstatedir}/lib/jenkins/plugins %{SOURCE0}
%files
%dir %attr(0755, jenkins, jenkins) %{_localstatedir}/lib/jenkins/plugins
%{_localstatedir}/lib/jenkins/plugins/%{plugin}.hpi
%changelog