From 9225ab9b719324ce0ea74d6c00f5bde9f7bc8252 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sat, 28 Nov 2015 19:20:07 +0100 Subject: [PATCH] automatic change: use py_build/py_install macros --- PyFileServer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyFileServer.spec b/PyFileServer.spec index 9d28ab7..19e6d04 100644 --- a/PyFileServer.spec +++ b/PyFileServer.spec @@ -51,11 +51,11 @@ udostępniając przejrzyste interfejsy do: %patch0 %build -python setup.py build +%py_build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%py_install \ --single-version-externally-managed \ --optimize=2 \ --root=$RPM_BUILD_ROOT -- 2.43.0