From: Jacek Konieczny Date: Sat, 28 Nov 2015 17:06:43 +0000 (+0100) Subject: automatic change: use py_build/py_install macros X-Git-Tag: auto/th/python-serial-2.7-5~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=be145232383c031ea8fb41cb53e9d7eb6753aea2;p=packages%2Fpython-serial.git automatic change: use py_build/py_install macros --- diff --git a/python-serial.spec b/python-serial.spec index acbd30b..5f4e748 100644 --- a/python-serial.spec +++ b/python-serial.spec @@ -65,17 +65,17 @@ Very simple serial terminal written in Python. %build %if %{with python2} -%{__python} setup.py build --build-base py2 +%py_build --build-base py2 %endif %if %{with python3} -%{__python3} setup.py build --build-base py3 +%py3_build --build-base py3 %endif %install rm -rf $RPM_BUILD_ROOT %if %{with python2} install -d $RPM_BUILD_ROOT%{_examplesdir}/python-%{module}-%{version} -%{__python} setup.py build \ +%py_build \ --build-base py2 \ install \ --optimize 2 \ @@ -86,7 +86,7 @@ find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*serialwin*" -exec rm {} \; %endif %if %{with python3} install -d $RPM_BUILD_ROOT%{_examplesdir}/python3-%{module}-%{version} -%{__python3} setup.py build \ +%py3_build \ --build-base py3 \ install \ --optimize 2 \