[packages/python-TurboMail] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 18:13:02 CET 2015


commit 2cb22cbcb773efbb49f1383b48ce14f01f3a61e3
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:42 2015 +0100

    automatic change: use py_build/py_install macros

 python-TurboMail.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-TurboMail.spec b/python-TurboMail.spec
index 84e98a1..fc73141 100644
--- a/python-TurboMail.spec
+++ b/python-TurboMail.spec
@@ -38,13 +38,13 @@ znaczną część pracy.
 %setup -q -n %{module}-%{version}
 
 %build
-python ./setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d build/scripts-%{py_ver}
-python ./setup.py install \
+%py_install \
         --single-version-externally-managed \
         --optimize 2 \
         --root=$RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-TurboMail.git/commitdiff/2cb22cbcb773efbb49f1383b48ce14f01f3a61e3



More information about the pld-cvs-commit mailing list