[packages/PyFileServer] automatic change: use py_build/py_install macros

jajcus jajcus at pld-linux.org
Sat Nov 28 19:21:12 CET 2015


commit 9225ab9b719324ce0ea74d6c00f5bde9f7bc8252
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Nov 28 19:20:07 2015 +0100

    automatic change: use py_build/py_install macros

 PyFileServer.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/PyFileServer.spec b/PyFileServer.spec
index 9d28ab7..19e6d04 100644
--- a/PyFileServer.spec
+++ b/PyFileServer.spec
@@ -51,11 +51,11 @@ udostępniając przejrzyste interfejsy do:
 %patch0
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-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/PyFileServer.git/commitdiff/9225ab9b719324ce0ea74d6c00f5bde9f7bc8252



More information about the pld-cvs-commit mailing list