]> git.pld-linux.org Git - packages/PyPE.git/commitdiff
- improved file flow: %clean just after %install master
authorsparky <sparky@pld-linux.org>
Fri, 28 Jan 2011 18:43:12 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PyPE.spec -> 1.6

PyPE.spec

index 7033eef7cd18792651aca469a0ea8116f8a3c64b..3a75e12f39763aba34c86874b0b9756863d10919 100644 (file)
--- 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
This page took 0.042271 seconds and 4 git commands to generate.