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

View File

@ -112,9 +112,6 @@ ln -s libcmocka.so %{buildroot}%{_libdir}/libcmockery.so
%postun -n libcmocka -p /sbin/ldconfig
%clean
%{__rm} -rf %{buildroot}
%check
pushd obj
make test || cat Testing/Temporary/LastTest.log