python-lit/python-lit.spec

54 lines
1.3 KiB
RPMSpec
Raw Normal View History

2019-12-03 11:18:35 +08:00
Name: python-lit
2023-05-31 16:42:48 +08:00
Version: 16.0.5
2022-06-21 19:53:55 +08:00
Release: 1
2019-12-03 11:18:35 +08:00
BuildArch: noarch
License: NCSA
Summary: A tool to execute the llvm test suite
URL: https://pypi.python.org/pypi/lit
2023-05-31 16:42:48 +08:00
Source0: %{pypi_source lit}
2020-10-30 13:52:16 +08:00
BuildRequires: python3-devel python3-setuptools
2019-12-03 11:18:35 +08:00
%description
python-lit is a tool used by LLVM to execute its test suite.
%package -n python3-lit
Summary: LLVM lit test runner for Python 3
Requires: python3-setuptools
%description -n python3-lit
python-lit is a tool used by LLVM to execute its test suite.
%prep
%autosetup -n lit-%{version}
2019-12-03 11:18:35 +08:00
%build
%py3_build
%install
%py3_install
sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.py
%files -n python3-lit
2023-05-31 16:42:48 +08:00
%doc README.rst
2019-12-03 11:18:35 +08:00
%{python3_sitelib}/*
%{_bindir}/lit
%changelog
2023-05-31 16:42:48 +08:00
* 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
2022-06-21 19:53:55 +08:00
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 14.0.3-1
- Upgrade to version 14.0.3
2020-10-30 13:52:16 +08:00
* Mon Oct 26 2020 Ge Wang<wangge20@huawei.com> - 0.7.0-4
- remove python2
2019-12-03 11:18:35 +08:00
* Sat Nov 30 2019 gulining<gulining1@huawei.com> - 0.7.0-3
- Pakcage init