mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
32 lines
737 B
RPMSpec
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
|