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>
i9ce
Igor Gnatenko 7 years ago
parent e6b53a3ac0
commit 0f652eaf59
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -58,9 +58,6 @@ if [ $1 = 0 ]; then
/sbin/install-info --quiet --delete %{_infodir}/libIDL2.info.gz %{_infodir}/dir || : /sbin/install-info --quiet --delete %{_infodir}/libIDL2.info.gz %{_infodir}/dir || :
fi fi
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libIDL-*.so.* %{_libdir}/libIDL-*.so.*

Loading…
Cancel
Save