!7 升级python-lit到15.0.6
From: @chenxi-mao Reviewed-by: @Charlie_li, @cf-zhao Signed-off-by: @Charlie_li
This commit is contained in:
commit
d37b07d02d
Binary file not shown.
BIN
lit-15.0.6.tar.gz
Normal file
BIN
lit-15.0.6.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-lit
|
Name: python-lit
|
||||||
Version: 14.0.3
|
Version: 15.0.6
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Summary: A tool to execute the llvm test suite
|
Summary: A tool to execute the llvm test suite
|
||||||
URL: https://pypi.python.org/pypi/lit
|
URL: https://pypi.python.org/pypi/lit
|
||||||
Source0: https://files.pythonhosted.org/packages/65/0c/94e4da4d1dc0dd55a09257d16dd9c87ed2f8e4747278d78fd4254465d943/lit-14.0.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/3c/e4/aa93b44e5983672069f608e96624eab10890d2361fe0b18546d605bdcb1a/lit-15.0.6.tar.gz
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,7 +19,7 @@ Requires: python3-setuptools
|
|||||||
python-lit is a tool used by LLVM to execute its test suite.
|
python-lit is a tool used by LLVM to execute its test suite.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n lit-%{version}%{?rc_ver:rc%{rc_ver}} -p1
|
%autosetup -n lit-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -29,11 +29,15 @@ python-lit is a tool used by LLVM to execute its test suite.
|
|||||||
sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py
|
sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py
|
||||||
|
|
||||||
%files -n python3-lit
|
%files -n python3-lit
|
||||||
|
%license LICENSE.TXT
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%{_bindir}/lit
|
%{_bindir}/lit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 23 2022 Chenxi Mao <chenxi.mao@suse.com> - 15.0.6-1
|
||||||
|
- Upgrade to version 15.0.6
|
||||||
|
|
||||||
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 14.0.3-1
|
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 14.0.3-1
|
||||||
- Upgrade to version 14.0.3
|
- Upgrade to version 14.0.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user