%global srcname lit %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif # FIXME: Work around for rhel not having py2_build/py2_install macro. %{!?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}}} Name: python-%{srcname} Version: 0.8.0 Release: 1%{?dist} BuildArch: noarch License: NCSA Summary: Tool for executing llvm test suites URL: https://pypi.python.org/pypi/lit Source0: https://files.pythonhosted.org/packages/ba/da/c4b2b6ab24c840169e090d6e8f4c1bfa1e8a6b9d0ef3f8ed57ee9f72a317/lit-0.8.0.tar.gz BuildRequires: python2-devel BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %endif %description lit is a tool used by the LLVM project for executing its test suites. %package -n python2-lit Summary: LLVM lit test runner for Python 2 Requires: python2-setuptools %if 0%{?with_python3} %package -n python3-lit Summary: LLVM lit test runner for Python 3 Requires: python3-setuptools %endif %description -n python2-lit lit is a tool used by the LLVM project for executing its test suites. %if 0%{?with_python3} %description -n python3-lit 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}} %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %py2_install %if 0%{?with_python3} %py3_install %endif # Strip out #!/usr/bin/env python sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcname}/*.py %if 0%{?with_python3} sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{srcname}/*.py %endif %check %{__python2} setup.py test %if 0%{?with_python3} # FIXME: Tests fail with python3 #{__python3} setup.py test %endif %files -n python2-%{srcname} %doc README.txt %{python2_sitelib}/* %if %{undefined with_python3} %{_bindir}/lit %endif %if 0%{?with_python3} %files -n python3-%{srcname} %doc README.txt %{python3_sitelib}/* %{_bindir}/lit %endif %changelog * Thu Mar 21 2019 sguelton@redhat.com - 8.0.0-1 - 0.8.0 Release * Sat Feb 02 2019 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 17 2018 sguelton@redhat.com - 0.7.1-1 - 7.0.1 Release * Tue Sep 25 2018 Tom Stellard - 0.7.0-2 - Add missing dist to release tag * Fri Sep 21 2018 Tom Stellard - 0.7.0-1 - 0.7.0 Release * Fri Aug 31 2018 Tom Stellard - 0.7.0-0.2.rc1 - Add Requires: python[23]-setuptools * Mon Aug 13 2018 Tom Stellard - 0.7.0-0.1.rc1 - 0.7.0 rc1 * Sat Jul 14 2018 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok - 0.6.0-2 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.6.0-1 - 0.6.0 Release * Fri Feb 09 2018 Fedora Release Engineering - 0.6.0-0.2.rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Tom Stellard - 0.6.0-0.1.rc1 - 0.6.0 rc1 * Tue Jan 23 2018 John Dulaney - 0.5.1-4 - Add a missed python3 conditional around a sed operation * Mon Jan 15 2018 Merlin Mathesius - 0.5.1-3 - Cleanup spec file conditionals * Wed Dec 06 2017 Tom Stellard - 0.5.1-2 - Fix python prefix in BuildRequires * Tue Oct 03 2017 Tom Stellard - 0.5.1-1 - Rebase to 0.5.1 * Thu Jul 27 2017 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Mar 09 2017 Tom Stellard - 0.5.0-1 - Initial version