16.0.0 Release
Resolves: rhbz#2178800
This commit is contained in:
		
							parent
							
								
									da5a2dc781
								
							
						
					
					
						commit
						7993a9b10f
					
				| @ -1,4 +1,4 @@ | |||||||
| %global lit_version 15.0.7 | %global lit_version 16.0.0 | ||||||
| #global rc_ver 1 | #global rc_ver 1 | ||||||
| #%%global post_ver 1 | #%%global post_ver 1 | ||||||
| 
 | 
 | ||||||
| @ -13,6 +13,8 @@ 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: %{pypi_source lit %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}} | Source0: %{pypi_source lit %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}} | ||||||
|  | # Remove the license file if it gets included in the tarball again. | ||||||
|  | Source1: https://raw.githubusercontent.com/llvm/llvm-project/llvmorg-%{lit_version}%{?rc_ver:rc%{rc_ver}}/llvm/utils/lit/LICENSE.TXT | ||||||
| 
 | 
 | ||||||
| # for file check | # for file check | ||||||
| %if %{with check} | %if %{with check} | ||||||
| @ -34,6 +36,7 @@ lit is a tool used by the LLVM project for executing its test suites. | |||||||
| 
 | 
 | ||||||
| %prep | %prep | ||||||
| %autosetup -n lit-%{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4 | %autosetup -n lit-%{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4 | ||||||
|  | cp %{SOURCE1} ./ | ||||||
| 
 | 
 | ||||||
| %build | %build | ||||||
| %py3_build | %py3_build | ||||||
| @ -51,11 +54,14 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p | |||||||
| 
 | 
 | ||||||
| %files -n python3-lit | %files -n python3-lit | ||||||
| %license LICENSE.TXT | %license LICENSE.TXT | ||||||
| %doc README.txt | %doc README.rst | ||||||
| %{python3_sitelib}/* | %{python3_sitelib}/* | ||||||
| %{_bindir}/lit | %{_bindir}/lit | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Thu Apr 27 2023 Tom Stellard <tstellar@redhat.com> - 16.0.0-1 | ||||||
|  | - 16.0.0 Release | ||||||
|  | 
 | ||||||
| * Thu Jan 19 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-1 | * Thu Jan 19 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-1 | ||||||
| - Update to lit 15.0.7 | - Update to lit 15.0.7 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user