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

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


commit 17669e73b6bea5e0d79f7ca08fe1e0f54cf3d7bd
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-TwistedNames.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-TwistedNames.spec b/python-TwistedNames.spec
index 086fb00..46a3c30 100644
--- a/python-TwistedNames.spec
+++ b/python-TwistedNames.spec
@@ -48,11 +48,11 @@ biblioteki standardowej Pythona socket.
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%py_install \
 	--install-purelib=%{py_sitedir} \
 	--root=$RPM_BUILD_ROOT \
 	--optimize=2
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-TwistedNames.git/commitdiff/17669e73b6bea5e0d79f7ca08fe1e0f54cf3d7bd



More information about the pld-cvs-commit mailing list