From e387944e800c4ac5263ff37209df90481699db3a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:41:42 +0100 Subject: [PATCH] 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 --- pyserial.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyserial.spec b/pyserial.spec index 6a371d5..8494979 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -61,9 +61,6 @@ popd cp %{buildroot}/%{_bindir}/miniterm.py %{buildroot}/%{_bindir}/miniterm-2.py ln -sf %{_bindir}/miniterm.py-2 %{buildroot}/%{_bindir}/miniterm-%{python2_version}.py -%clean -rm -rf $RPM_BUILD_ROOT - %files -n python2-pyserial %defattr(-,root,root) %doc LICENSE.txt CHANGES.rst README.rst examples