%global dlrn_nvr oslo.concurrency-3.30.0-0.20191004131147.610df38 %global dlrn 1 %define upstream_version 3.30.0 %{lua: posix.setenv("RHEL_ALLOW_PYTHON2_FOR_BUILD",1)} # 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 %python%{pyver}_sitelib %global pyver_install %py%{pyver}_install %global pyver_build %py%{pyver}_build # End of macros for py2/py3 compatibility %{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 0 %global pypi_name oslo.concurrency %global pkg_name oslo-concurrency %global common_desc \ Oslo concurrency library has utilities for safely running multi-thread, \ multi-process applications using locking mechanisms and for running \ external processes. %global common_desc2 \ Tests for the Oslo concurrency library. Name: python-oslo-concurrency Version: 3.30.0 Release: 0.20191004131147.610df38%{?dist} Summary: OpenStack Oslo concurrency library License: ASL 2.0 URL: https://launchpad.net/oslo Source0: oslo.concurrency-3.30.0-0.20191004131147.610df38.tar.gz # patches_base=610df387b62db922d5981b5028d3362d9f75daf4 # patches_ignore=DROP-IN-RPM BuildArch: noarch %description %{common_desc} %package -n python%{pyver}-%{pkg_name} Summary: OpenStack Oslo concurrency library %{?python_provide:%python_provide python%{pyver}-%{pkg_name}} BuildRequires: python%{pyver}-devel BuildRequires: python%{pyver}-pbr BuildRequires: git # Required for tests BuildRequires: python%{pyver}-hacking BuildRequires: python%{pyver}-oslotest BuildRequires: python%{pyver}-fixtures BuildRequires: python%{pyver}-eventlet BuildRequires: python%{pyver}-oslo-config BuildRequires: python%{pyver}-oslo-utils BuildRequires: python%{pyver}-fasteners # Required to compile translation files BuildRequires: python%{pyver}-babel # Handle python2 exception %if %{pyver} == 2 BuildRequires: python%{pyver}-futures BuildRequires: python-enum34 %endif Requires: python%{pyver}-pbr Requires: python%{pyver}-oslo-config >= 2:5.2.0 Requires: python%{pyver}-oslo-i18n >= 3.15.3 Requires: python%{pyver}-oslo-utils >= 3.33.0 Requires: python%{pyver}-six Requires: python%{pyver}-fasteners # Handle python2 exception %if %{pyver} == 2 Requires: python-enum34 %endif Requires: python-%{pkg_name}-lang = %{version}-%{release} %description -n python%{pyver}-%{pkg_name} %{common_desc} %if 0%{?with_doc} %package -n python-%{pkg_name}-doc Summary: Documentation for the Oslo concurrency library Group: Documentation BuildRequires: python%{pyver}-sphinx BuildRequires: python%{pyver}-openstackdocstheme BuildRequires: python%{pyver}-sphinxcontrib-apidoc %description -n python-%{pkg_name}-doc Documentation for the Oslo concurrency library. %endif %package -n python%{pyver}-%{pkg_name}-tests Summary: Tests for the Oslo concurrency library %{?python_provide:%python_provide python%{pyver}-%{pkg_name}-tests} Requires: python%{pyver}-%{pkg_name} = %{version}-%{release} Requires: python%{pyver}-hacking Requires: python%{pyver}-oslotest Requires: python%{pyver}-fixtures # Handle python2 exception %if %{pyver} == 2 Requires: python%{pyver}-futures %endif %description -n python%{pyver}-%{pkg_name}-tests %{common_desc2} %package -n python-%{pkg_name}-lang Summary: Translation files for Oslo concurrency library %description -n python-%{pkg_name}-lang Translation files for Oslo concurrency library %prep %autosetup -n %{pypi_name}-%{upstream_version} -S git # Let RPM handle the dependencies rm -rf {test-,}requirements.txt %build %{pyver_build} # Generate i18n files %{pyver_bin} setup.py compile_catalog -d build/lib/oslo_concurrency/locale %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} %endif %install %{pyver_install} ln -s ./lockutils-wrapper %{buildroot}%{_bindir}/lockutils-wrapper-%{pyver} # Install i18n .mo files (.po and .pot are not required) install -d -m 755 %{buildroot}%{_datadir} rm -f %{buildroot}%{pyver_sitelib}/oslo_concurrency/locale/*/LC_*/oslo_concurrency*po rm -f %{buildroot}%{pyver_sitelib}/oslo_concurrency/locale/*pot mv %{buildroot}%{pyver_sitelib}/oslo_concurrency/locale %{buildroot}%{_datadir}/locale # Find language files %find_lang oslo_concurrency --all-name %check export PYTHON_DISALLOW_AMBIGUOUS_VERSION=0 %{pyver_bin} setup.py test %files -n python%{pyver}-%{pkg_name} %doc README.rst %license LICENSE %{_bindir}/lockutils-wrapper %{_bindir}/lockutils-wrapper-%{pyver} %{pyver_sitelib}/oslo_concurrency %{pyver_sitelib}/*.egg-info %exclude %{pyver_sitelib}/oslo_concurrency/tests %if 0%{?with_doc} %files -n python-%{pkg_name}-doc %license LICENSE %doc doc/build/html %endif %files -n python%{pyver}-%{pkg_name}-tests %{pyver_sitelib}/oslo_concurrency/tests %files -n python-%{pkg_name}-lang -f oslo_concurrency.lang %license LICENSE %changelog * Fri Oct 04 2019 OSP Prod Chain 3.30.0-2 - Update patches * Thu Oct 03 2019 Joel Capitao 3.30.0-2 - Removed python2 subpackages in no el7 distros * Wed Sep 18 2019 RDO 3.30.0-1 - Update to 3.30.0