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:50:57 +01:00
parent f234d4c329
commit d99a8c4b29
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -302,9 +302,6 @@ install -m 0644 %{SOURCE13} $RPM_BUILD_DIR/Mail-SpamAssassin-%{version}/
%{_unitdir}/sa-update.timer %{_unitdir}/sa-update.timer
%endif %endif
%clean
rm -rf $RPM_BUILD_ROOT
%post %post
%if %{use_systemd} == 0 %if %{use_systemd} == 0
/sbin/chkconfig --add spamassassin /sbin/chkconfig --add spamassassin