Remove %clean section

None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
f38
Igor Gnatenko 7 years ago
parent 7581a210f4
commit 748ed085e3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -109,9 +109,6 @@ cp -a .%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}
mkdir -p %{buildroot}/%{_bindir}
mv .%{_bindir}/* %{buildroot}/%{_bindir}
%clean
rm -rf %{buildroot}
%check
exit 0
pushd .%{gem_instdir}

Loading…
Cancel
Save