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

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


commit 7737135b33186c907b0078c481f02d86dd97dc00
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-cssutils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-cssutils.spec b/python-cssutils.spec
index b2ad075..fe72b5d 100644
--- a/python-cssutils.spec
+++ b/python-cssutils.spec
@@ -39,12 +39,12 @@ if [ $VERSION != %{encutils_ver} ]; then
 fi
 
 %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/python-cssutils.git/commitdiff/7737135b33186c907b0078c481f02d86dd97dc00



More information about the pld-cvs-commit mailing list