Compare commits
10 Commits
12ad1eb25e
...
095d4b04e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
095d4b04e8 | ||
|
|
daf36c3bb8 | ||
|
|
7acd8d20c4 | ||
|
|
883a140a4b | ||
|
|
c6360f2613 | ||
|
|
94f0abc0a6 | ||
|
|
d37b07d02d | ||
|
|
cf8403948f | ||
|
|
412f591331 | ||
|
|
22bc12bbe8 |
BIN
lit-0.7.0.tar.gz
BIN
lit-0.7.0.tar.gz
Binary file not shown.
BIN
lit-17.0.6.tar.gz
Normal file
BIN
lit-17.0.6.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-lit
|
Name: python-lit
|
||||||
Version: 0.7.0
|
Version: 17.0.6
|
||||||
Release: 4
|
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/e5/0c/2f40cd6be5c79e15c5456b2aff6aea2e6196e8c42c0836a4da52d4df8d43/lit-0.7.0.tar.gz
|
Source0: %{pypi_source lit}
|
||||||
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,26 @@ 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
|
||||||
%doc README.txt
|
%doc README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%{_bindir}/lit
|
%{_bindir}/lit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 8 2023 zhoujing <zhoujing106@huawei.com> - 17.0.6-1
|
||||||
|
- Upgrade to version 17.0.6
|
||||||
|
|
||||||
|
* Wed May 31 2023 Ge Wang <wang__ge@126.com> - 16.0.5-1
|
||||||
|
- Upgrade to version 16.0.5
|
||||||
|
|
||||||
|
* Thu Feb 9 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.7-1
|
||||||
|
- Upgrade to version 15.0.7
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Upgrade to version 14.0.3
|
||||||
|
|
||||||
* Mon Oct 26 2020 Ge Wang<wangge20@huawei.com> - 0.7.0-4
|
* Mon Oct 26 2020 Ge Wang<wangge20@huawei.com> - 0.7.0-4
|
||||||
- remove python2
|
- remove python2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user