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>
f41
Igor Gnatenko 7 years ago
parent e153914fae
commit 50ad8da47e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -39,9 +39,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

Loading…
Cancel
Save