]> git.pld-linux.org Git - packages/python-mysql-connector.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-mysql-connector.spec

index 239039d1e1331f25e9f3cf4ff74fd773914946cf..f7acc3ff7ce47979757de5f16a12d8f0a452da7a 100644 (file)
@@ -48,11 +48,11 @@ driver. An interface to the popular MySQL database server for Python.
 %patch0 -p1
 
 %build
-%{__python} setup.py build
+%py_build
 %{?with_tests:%{__python} setup.py test}
 
 %if %{with python3}
-%{__python3} setup.py build -b build-3
+%py3_build
 %{?with_tests:%{__python3} setup.py test}
 %endif
 
This page took 0.141683 seconds and 4 git commands to generate.