Files
packages/anda/langs/groovy/groovy-docs/groovy-docs.spec
T
2024-01-19 05:18:40 +00:00

32 lines
737 B
RPMSpec

Name: groovy-docs
Version: 4.0.18
Release: 1%{?dist}
Summary: Documentation for the Groovy programming language
URL: https://groovy-lang.org/
License: Apache-2.0
BuildArch: noarch
Source0: https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-docs-%{version}.zip
BuildRequires: unzip
%description
%{summary}.
%prep
unzip %{SOURCE0}
find groovy-%{version} -type f -exec chmod -x {} \;
%build
%install
install -d %{buildroot}/usr/share/doc/groovy-%{version}
cp -r groovy-%{version} %{buildroot}/usr/share/doc/
%files
%doc groovy-%{version}/NOTICE
%license groovy-%{version}/LICENSE
/usr/share/doc/groovy-%{version}
%changelog
* Tue Feb 7 2023 windowsboy111 <windowsboy111@fyralabs.com>
- Initial package