import python-lit-12.0.1-1.module+el8.5.0+11871+08d0eab5

This commit is contained in:
CentOS Sources 2021-11-09 04:58:01 -05:00 committed by Stepan Oksanichenko
parent 86d3cd188f
commit 7e28d77ead
3 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lit-0.11.0.post1.tar.gz
SOURCES/lit-12.0.1.tar.gz

View File

@ -1 +1 @@
67956574b4009f3268dd46afd4a9f529e91ca447 SOURCES/lit-0.11.0.post1.tar.gz
24fc9809ac99e341613ed73c5a7468144cbff0d8 SOURCES/lit-12.0.1.tar.gz

View File

@ -7,7 +7,7 @@
%endif
#%%global rc_ver 1
%global post_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: 0.11.0
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
Version: 12.0.1
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
BuildArch: noarch
License: NCSA
Summary: Tool for executing llvm test suites
URL: https://pypi.python.org/pypi/lit
Source0: %{pypi_source %{srcname} %{version}%{?post_ver:.post%{post_ver}}}
Source0: %{pypi_source %{srcname} %{version}%{?rc_ver:rc%{rc_ver}}%{?post_ver:.post%{post_ver}}}
# for file check
%if %{with check}
@ -107,6 +107,12 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
%endif
%changelog
* Fri Jul 16 2021 sguelton@redhat.com - 12.0.1-1
- 12.0.1 release
* Thu May 6 2021 sguelton@redhat.com - 12.0.0-1
- 12.0.0 release
* Thu Oct 29 2020 sguelton@redhat.com - 0.11.0-1
- 0.11.0 final release