From ab13a54021d1be56de3a179fcc42f43d41276efe Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sat, 28 Nov 2015 18:06:43 +0100 Subject: [PATCH] automatic change: use py_build/py_install macros --- python-libvirt.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/python-libvirt.spec b/python-libvirt.spec index b065544..c6074a9 100644 --- a/python-libvirt.spec +++ b/python-libvirt.spec @@ -68,15 +68,11 @@ Ten pakiet zawiera wiązania Pythona 3.x do biblioteki libvirt. %setup -q -n %{origname}-%{version} %build -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ -%{__python} setup.py build \ +%py_build \ --build-base build-2 %if %{with python3} -CC="%{__cc}" \ -CFLAGS="%{rpmcflags}" \ -%{__python3} setup.py build \ +%py3_build \ --build-base build-3 %endif -- 2.44.0