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

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


commit 48a5f87b36bd650975b01e8846d8310a55a408db
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-pyid3lib.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python-pyid3lib.spec b/python-pyid3lib.spec
index f3d2c5a..2781103 100644
--- a/python-pyid3lib.spec
+++ b/python-pyid3lib.spec
@@ -25,13 +25,12 @@ dźwiękowych MP3.
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
-	--optimize=2 \
+%py_install \
 	--root $RPM_BUILD_ROOT
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyid3lib.git/commitdiff/48a5f87b36bd650975b01e8846d8310a55a408db



More information about the pld-cvs-commit mailing list