import python-lit-13.0.1-1.module+el8.6.0+14118+d530a951
This commit is contained in:
parent
7e28d77ead
commit
229718cf8b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lit-12.0.1.tar.gz
|
||||
SOURCES/lit-13.0.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
24fc9809ac99e341613ed73c5a7468144cbff0d8 SOURCES/lit-12.0.1.tar.gz
|
||||
d88f79e9d225dec0c328e6585416b584002e607d SOURCES/lit-13.0.1.tar.gz
|
||||
|
@ -6,9 +6,9 @@
|
||||
%global with_python2 1
|
||||
%endif
|
||||
|
||||
#%%global rc_ver 1
|
||||
%global lit_version 13.0.1
|
||||
#global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
%global baserelease 1
|
||||
|
||||
%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%{?dist}
|
||||
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,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 02 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
|
||||
- 13.0.1 Release
|
||||
|
||||
* Fri Oct 15 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
|
||||
- 13.0.0 Release
|
||||
|
||||
* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1
|
||||
- 12.0.1 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user