0.7.0 Release

This commit is contained in:
Tom Stellard 2018-09-21 23:30:30 +00:00
parent 91cf22f972
commit 6291951147

View File

@ -8,18 +8,16 @@
%{!?py2_build: %global py2_build %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} build --executable="%{__python2} -s"}}
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
%global rc_ver 1
Name: python-%{srcname}
Version: 0.7.0
Release: 0.2.rc%{rc_ver}%{?dist}
Release: 1
BuildArch: noarch
License: NCSA
Group: Development/Languages
Summary: Tool for executing llvm test suites
URL: https://pypi.python.org/pypi/lit
Source0: https://files.pythonhosted.org/packages/ca/cc/e451fcfdae7a9b193faaccaa385e9530dc4c8f65f57379fa474bbccd5506/lit-0.7.0rc1.tar.gz
Source0: https://files.pythonhosted.org/packages/e5/0c/2f40cd6be5c79e15c5456b2aff6aea2e6196e8c42c0836a4da52d4df8d43/lit-0.7.0.tar.gz
BuildRequires: python2-devel
BuildRequires: python2-setuptools
@ -96,6 +94,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcna
%endif
%changelog
* Fri Sep 21 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-1
- 0.7.0 Release
* Fri Aug 31 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-0.2.rc1
- Add Requires: python[23]-setuptools