This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
cooler-controller/App/package.spec

27 lines
445 B
RPMSpec

Summary: %{getenv:DESCRIPTION}
Name: %{getenv:PACKAGE}
Version: %{getenv:VERSION}
Release: %{getenv:BUILD_NUMBER}+svn%{getenv:SVN_REVISION}
URL: kirillius.ru
BuildArch: noarch
License: GPL
Group: System Environment/Libraries
Requires: java >= 10
%description
%{getenv:DESCRIPTION}
%build
cd %{buildroot}
mkdir -p usr/bin
cp %{getenv:WORKSPACE}/target/coolcfg usr/bin/coolcfg
chmod +x usr/bin/coolcfg
%files
%defattr(-,root,root)
/usr/bin