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

jajcus jajcus at pld-linux.org
Sat Nov 28 18:29:12 CET 2015


commit 10177436f46ca040e9d03f7a8d6629e57e7f7613
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 18:06:43 2015 +0100

    automatic change: use py_build/py_install macros

 python-libmpdclient2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-libmpdclient2.spec b/python-libmpdclient2.spec
index fbfcb04..f679169 100644
--- a/python-libmpdclient2.spec
+++ b/python-libmpdclient2.spec
@@ -22,12 +22,12 @@ Python client library for MPD (Music Player Daemon)
 %setup -q -n py-%{module}
 
 %build
-python ./setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python ./setup.py install \
+%py_install \
 	--optimize 2 \
 	--root=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-libmpdclient2.git/commitdiff/10177436f46ca040e9d03f7a8d6629e57e7f7613



More information about the pld-cvs-commit mailing list