projects
/
platform
/
upstream
/
python-coverage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d72c85
)
Change python to %{__python} macro
95/321095/1
accepted/tizen_unified
tizen
accepted/tizen/unified/20250314.155252
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 02:25:47 +0000
(11:25 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Fri, 14 Mar 2025 02:25:51 +0000
(11:25 +0900)
Change-Id: I9347c6ef128b0b7e43a472df7fbdcf0784e09626
packaging/python-coverage.spec
patch
|
blob
|
history
diff --git
a/packaging/python-coverage.spec
b/packaging/python-coverage.spec
index df197a55c5f42812fa329a6d066d87fa31a0ddca..9b138e89b074f7e5537018f6e2bda1360ba54fda 100644
(file)
--- a/
packaging/python-coverage.spec
+++ b/
packaging/python-coverage.spec
@@
-22,10
+22,10
@@
library to determine which lines are executable, and which have been executed.
cp %{SOURCE1001} .
%build
-
python
setup.py build
+
%{__python}
setup.py build
%install
-
python
setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
%{__python}
setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%manifest %{name}.manifest