]> git.pld-linux.org Git - packages/python-pyPdf.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:43 +0000 (18:06 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 17:06:43 +0000 (18:06 +0100)
python-pyPdf.spec

index 9cbc386b161c386ca02692e9a6a3d1fbe0795f91..bb0163a2c9a6d5e45c5f5750d7001d799100ef2e 100644 (file)
@@ -39,12 +39,12 @@ PDF. Potrafi:
 %setup -q -n %{module}-%{version}
 
 %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
 
This page took 0.084477 seconds and 4 git commands to generate.