Change from python3 to %{_bindir}/python3 86/210586/1 accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv accepted/tizen/5.5/base/20191030.082527 accepted/tizen/5.5/base/mobile/hotfix/20201023.083756 accepted/tizen/5.5/base/wearable/hotfix/20201023.080145 accepted/tizen/base/20190730.013314 accepted/tizen/base/20191011.075556 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_base/20190723.005628 submit/tizen_base/20191010.001906 tizen_5.5.m2_release
authorHyunjee Kim <hj0426.kim@samsung.com>
Mon, 22 Jul 2019 23:39:42 +0000 (08:39 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Mon, 22 Jul 2019 23:39:47 +0000 (08:39 +0900)
Change-Id: Ie41d10efea721e26f155d8a5cb0e7e359b018b14
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-setuptools.spec

index 1daa839..61bfab3 100644 (file)
@@ -60,10 +60,10 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py
 
 %build
 cp %{SOURCE1001} .
-python3 setup.py build
+%{_bindir}/python3 setup.py build
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %manifest %{name}.manifest