# Macros for py2/py3 compatibility %if 0%{?fedora} || 0%{?rhel} > 7 %global pyver %{python3_pkgversion} %else %global pyver 2 %endif %global pyver_bin python%{pyver} %global pyver_sitelib %{expand:%{python%{pyver}_sitelib}} %global pyver_install %{expand:%{py%{pyver}_install}} %global pyver_build %{expand:%{py%{pyver}_build}} # End of macros for py2/py3 compatibility %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global pypi_name os-testr %global with_doc 1 %global common_desc \ ostestr is a testr wrapper that uses subunit-trace for output and builds \ some helpful extra functionality around testr. Name: python-%{pypi_name} Version: 1.1.0 Release: 3%{?dist} Summary: A testr wrapper to provide functionality for OpenStack projects License: ASL 2.0 URL: http://git.openstack.org/cgit/openstack/%{pypi_name} Source0: https://tarballs.openstack.org/os-testr/os-testr-%{upstream_version}.tar.gz BuildArch: noarch BuildRequires: python%{pyver}-devel BuildRequires: python%{pyver}-pbr BuildRequires: python%{pyver}-setuptools BuildRequires: git %description %{common_desc} %package -n python%{pyver}-%{pypi_name} Summary: %summary %{?python_provide:%python_provide python%{pyver}-%{pypi_name}} %if %{pyver} == 3 Obsoletes: python2-%{pypi_name} < %{version}-%{release} %endif Requires: python%{pyver}-pbr Requires: python%{pyver}-babel Requires: python%{pyver}-stestr Requires: python%{pyver}-subunit Requires: python%{pyver}-testtools Requires: python%{pyver}-setuptools %description -n python%{pyver}-%{pypi_name} %{common_desc} %if 0%{?with_doc} %package -n python-%{pypi_name}-doc Summary: Documentation for ostestr module BuildRequires: python%{pyver}-sphinx BuildRequires: python%{pyver}-openstackdocstheme %description -n python-%{pypi_name}-doc Documentation for ostestr module %endif %prep %autosetup -n %{pypi_name}-%{upstream_version} -S git # Let RPM handle the dependencies rm -rf *requirements.txt %build %{pyver_build} %if 0%{?with_doc} # generate html docs %{pyver_bin} setup.py build_sphinx -b html # remove the sphinx-build-%{pyver} leftovers rm -rf doc/build/html/.{doctrees,buildinfo} # Fix this rpmlint warning sed -i "s|\r||g" doc/build/html/_static/jquery.js %endif %install %{pyver_install} for file in %{buildroot}%{pyver_sitelib}/os_testr/{subunit_trace,ostestr,subunit2html}.py; do chmod a+x $file done # Fix ambiguous shebangs for RHEL > 7 and Fedora > 29 %if %{pyver} == 3 pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{python3_sitelib}/os_testr/ %endif %files -n python%{pyver}-%{pypi_name} %doc README.rst %license LICENSE %{_bindir}/generate-subunit %{_bindir}/ostestr %{_bindir}/subunit-trace %{_bindir}/subunit2html %{pyver_sitelib}/os_testr %{pyver_sitelib}/os_testr-*.egg-info %if 0%{?with_doc} %files -n python-%{pypi_name}-doc %license LICENSE %doc doc/build/html %endif %changelog * Thu Jan 30 2020 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Nov 06 2019 Alfredo Moralejo 1.1.0-2 - Update to upstream version 1.1.0 * Thu Oct 03 2019 Miro Hrončok - 1.0.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.0.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 10 2018 RDO 1.0.0-1 - Update to 1.0.0