Change from python3 to %{_bindir}/python3 87/210587/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.083949 accepted/tizen/5.5/base/mobile/hotfix/20201023.083806 accepted/tizen/5.5/base/wearable/hotfix/20201023.080153 accepted/tizen/base/20190730.013310 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 tizen_5.5.m2_release
authorHyunjee Kim <hj0426.kim@samsung.com>
Mon, 22 Jul 2019 23:42:33 +0000 (08:42 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Mon, 22 Jul 2019 23:42:42 +0000 (08:42 +0900)
Change-Id: Ib063219e8f4147d766885f5bb0a69e70f9ccbecf
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-six.spec

index d9b6b85..ba353ad 100644 (file)
@@ -41,12 +41,12 @@ what is provided.
 
 %build
 cp %{SOURCE1001} .
-python3 setup.py build
+%{_bindir}/python3 setup.py build
 # due to cyclic requirements between Sphinx and six,
 # documentation is build in its own package <hpj@urpla.net>
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # Run tests in -doc package to avoid dependency loop
 # %check