projects
/
platform
/
upstream
/
python-linecache2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60833b
)
Change from python3 to %{_bindir}/python3
42/210342/1
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20191031.012920
accepted/tizen/5.5/unified/mobile/hotfix/20201027.071903
accepted/tizen/5.5/unified/wearable/hotfix/20201027.104446
accepted/tizen/unified/20190719.111737
submit/tizen/20190718.234658
submit/tizen_5.5/20191031.000008
submit/tizen_5.5_mobile_hotfix/20201026.185108
submit/tizen_5.5_wearable_hotfix/20201026.184308
tizen_5.5.m2_release
author
Hyunjee Kim
<hj0426.kim@samsung.com>
Thu, 18 Jul 2019 07:01:47 +0000
(16:01 +0900)
committer
Hyunjee Kim
<hj0426.kim@samsung.com>
Thu, 18 Jul 2019 07:02:00 +0000
(16:02 +0900)
Change-Id: If8c1ea2477309fe3fbf64c8ef76a5de3a5951827
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-linecache2.spec
patch
|
blob
|
history
diff --git
a/packaging/python3-linecache2.spec
b/packaging/python3-linecache2.spec
index ce0cd2dc87104b8477eb6b2f5041f7db331d020b..f7b2ebd8cc3b0ba4c3a4a7bc120de27840385ad3 100644
(file)
--- a/
packaging/python3-linecache2.spec
+++ b/
packaging/python3-linecache2.spec
@@
-44,10
+44,10
@@
A backport of linecache to older supported Pythons.
%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
%defattr(-,root,root,-)