From abdc6fd72ed9afe938a56f2a0424930c141c1508 Mon Sep 17 00:00:00 2001 From: sparky Date: Fri, 28 Jan 2011 18:43:12 +0000 Subject: [PATCH] - improved file flow: %clean just after %install Changed files: PyPE.spec -> 1.6 --- PyPE.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PyPE.spec b/PyPE.spec index 7033eef..3a75e12 100644 --- a/PyPE.spec +++ b/PyPE.spec @@ -22,9 +22,6 @@ A Python-oriented editor with support for multiple platforms. %description -l pl.UTF-8 Edytor ukierunkowany na Pythona ze wsparciem dla wielu platform. -%clean -rm -rf $RPM_BUILD_ROOT - %prep %setup -q @@ -43,6 +40,9 @@ install icons/* $RPM_BUILD_ROOT%{_datadir}/%{name}/icons/ echo '#!/bin/sh' > $RPM_BUILD_ROOT%{_bindir}/pype echo 'exec python %{_datadir}/PyPE/pype.py "$@"' >> $RPM_BUILD_ROOT%{_bindir}/pype +%clean +rm -rf $RPM_BUILD_ROOT + %files %defattr(644,root,root,755) %doc changelog.txt gpl.txt MANIFEST.in readme.html readme.txt -- 2.44.0