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>
This commit is contained in:
Igor Gnatenko 2018-02-14 08:24:26 +01:00
parent 2f79b0de82
commit 7a3029a806
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -44,9 +44,6 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir.gz
ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz
%clean
rm -rf $RPM_BUILD_ROOT
%post
if [ -f %{_infodir}/mtools.info ]; then
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :;