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:19:19 +01:00
parent 0635b42e9f
commit bb5c898aeb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -80,9 +80,6 @@ install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/misc
mv $RPM_BUILD_ROOT%{_datadir}/%{name}/*.sty \
$RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/misc
%clean
rm -rf $RPM_BUILD_ROOT
%post
%{_bindir}/texconfig-sys rehash 2> /dev/null || :
exit 0