llvm 11.0.0 - final release
This commit is contained in:
parent
74eb2b841d
commit
b088c45506
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
|||||||
/lit-0.10.0rc1.tar.gz
|
/lit-0.10.0rc1.tar.gz
|
||||||
/lit-0.10.0.tar.gz
|
/lit-0.10.0.tar.gz
|
||||||
/lit-0.11.0rc1.tar.gz
|
/lit-0.11.0rc1.tar.gz
|
||||||
|
/lit-0.11.0.tar.gz
|
||||||
|
/lit-0.11.0.post1.tar.gz
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rc_ver 1
|
#%%global rc_ver 1
|
||||||
%global baserelease 0.2
|
%global post_ver 1
|
||||||
|
%global baserelease 1
|
||||||
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
@ -23,7 +24,7 @@ BuildArch: noarch
|
|||||||
License: NCSA
|
License: NCSA
|
||||||
Summary: Tool for executing llvm test suites
|
Summary: Tool for executing llvm test suites
|
||||||
URL: https://pypi.python.org/pypi/lit
|
URL: https://pypi.python.org/pypi/lit
|
||||||
Source0: https://files.pythonhosted.org/packages/be/39/44e2e9c977a4beb2d60566736b78bbbd7d194034a89f409fb867e48bd167/lit-0.11.0rc1.tar.gz
|
Source0: %{pypi_source %{srcname} %{version}%{?post_ver:.post%{post_ver}}}
|
||||||
|
|
||||||
# for file check
|
# for file check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
@ -61,7 +62,7 @@ lit is a tool used by the LLVM project for executing its test suites.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version}%{?rc_ver:rc%{rc_ver}} -p4
|
%autosetup -n %{srcname}-%{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -106,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 25 2020 sguelton@redhat.com - 0.11.0-1
|
||||||
|
- llvm 11.0.0 - final release
|
||||||
|
|
||||||
* Fri Oct 09 2020 sguelton@redhat.com - 0.11.0-0.2.rc1
|
* Fri Oct 09 2020 sguelton@redhat.com - 0.11.0-0.2.rc1
|
||||||
- Correctly ship license
|
- Correctly ship license
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lit-0.11.0rc1.tar.gz) = 63aafc051c486aef68bcefd16adf865b8e6973450dbaa830fdd53d122a3c8d3d70a04d025687a3a2b520449c29f660bf82706675694f77548c1a93eeadeef741
|
SHA512 (lit-0.11.0.post1.tar.gz) = 713edf29cef53e8d293a0e78ca9237a0f846afcf0342581ea1d7944784cfe44f053beab3ee96dd6e3c6d3c0d8ec5750513af62b8cf083f70548e62ddd2e785a0
|
||||||
|
Loading…
Reference in New Issue
Block a user