13.0.0-rc1 Release
This commit is contained in:
parent
9520ace713
commit
ea8c6668fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/lit-12.0.0rc1.tar.gz
|
||||
/lit-12.0.0.tar.gz
|
||||
/lit-12.0.1.tar.gz
|
||||
/lit-13.0.0rc1.tar.gz
|
||||
|
@ -6,9 +6,9 @@
|
||||
%global with_python2 1
|
||||
%endif
|
||||
|
||||
#%%global rc_ver 1
|
||||
%global lit_version 13.0.0
|
||||
%global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
%global baserelease 4
|
||||
|
||||
%bcond_without check
|
||||
|
||||
@ -17,14 +17,14 @@
|
||||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 12.0.1
|
||||
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||
Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1
|
||||
BuildArch: noarch
|
||||
|
||||
License: NCSA
|
||||
Summary: Tool for executing llvm test suites
|
||||
URL: https://pypi.python.org/pypi/lit
|
||||
Source0: %{pypi_source %{srcname} %{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}}
|
||||
Source0: %{pypi_source %{srcname} %{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}}
|
||||
|
||||
# for file check
|
||||
%if %{with check}
|
||||
@ -62,7 +62,7 @@ lit is a tool used by the LLVM project for executing its test suites.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4
|
||||
%autosetup -n %{srcname}-%{lit_version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}} -p4
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -107,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 06 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
|
||||
- 13.0.0-rc1 Release
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lit-12.0.1.tar.gz) = d6373e195e12bec565aebae571430eaa8bc1625703ccca9ae7f47c0ab6cf18cb8a9a6e39b480393e53433f9d39a01fcda34e791383441d89f515f5dc32f445c3
|
||||
SHA512 (lit-13.0.0rc1.tar.gz) = 000a6875d371793ccab7f9c7af0e5906d1d98bb8ff09b297b7f0978c083ec05acb48fd8dbd1647bc9ba6548c8c629cc693219ce8d247877eab14ff250e46cfed
|
||||
|
Loading…
Reference in New Issue
Block a user