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

View File

@ -89,9 +89,6 @@ install -D -m644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/rsyncd.conf
install -D -m644 %{SOURCE5} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/rsyncd
install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}