Change python to %{__python} macro 15/321115/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250314.155237 accepted/tizen/unified/x/20250317.033619
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 04:54:11 +0000 (13:54 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 04:54:20 +0000 (13:54 +0900)
Change-Id: Ic72f1fb0cf5ca52b28852f444263f4c6115ecbea

packaging/python-pycurl.spec

index 29a4a5c7ae47e56b10a7669c163a065d820da71a..c1187137f3d21aa12bda5d405e820e7e8f8bd7f6 100644 (file)
@@ -29,14 +29,14 @@ chmod a-x examples/*
 %build
 cp %{SOURCE1001} .
 export CFLAGS="%{optflags} -DHAVE_CURL_OPENSSL"
-python setup.py build
+%{__python} setup.py build
 
 %check
 export PYTHONPATH=$PWD/build/lib*
-python tests/test_internals.py -q
+%{__python} tests/test_internals.py -q
 
 %install
-python setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot} --prefix=%{_prefix}
 
 
 %remove_docs