%global sname oslo.messaging Name: python-oslo-messaging Version: 1.3.1 Release: 1%{?dist} Summary: OpenStack common messaging library Group: Development/Languages License: ASL 2.0 URL: https://launchpad.net/oslo Source0: http://tarballs.openstack.org/oslo.messaging/%{sname}-%{version}.tar.gz Patch0001: 0001-Add-check-credentials-to-log-message-if-rabbmitmq-cl.patch Patch0002: 0002-Fix-the-notify-method-of-the-routing-notifier.patch BuildArch: noarch Requires: python-setuptools Requires: python-iso8601 Requires: python-oslo-config Requires: python-six >= 1.6 Requires: python-stevedore Requires: PyYAML Requires: python-kombu Requires: python-qpid # FIXME: this dependency will go away soon Requires: python-eventlet >= 0.13.0 BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-pbr BuildRequires: python-d2to1 %description The Oslo project intends to produce a python library containing infrastructure code shared by OpenStack projects. The APIs provided by the project should be high quality, stable, consistent and generally useful. The Oslo messaging API supports RPC and notifications over a number of different messaging transports. %package doc Summary: Documentation for OpenStack common messaging library Group: Documentation BuildRequires: python-sphinx BuildRequires: python-oslo-sphinx # Needed for autoindex which imports the code BuildRequires: python-iso8601 BuildRequires: python-oslo-config BuildRequires: python-stevedore %description doc Documentation for the oslo.messaging library. %prep %setup -q -n %{sname}-%{version} %patch0001 -p1 %patch0002 -p1 # Remove bundled egg-info rm -rf %{sname}.egg-info # let RPM handle deps sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py # Remove the requirements file so that pbr hooks don't add it # to distutils requires_dist config rm -rf {test-,}requirements.txt # make doc build compatible with python-oslo-sphinx RPM sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} # Delete tests rm -fr %{buildroot}%{python_sitelib}/tests export PYTHONPATH="$( pwd ):$PYTHONPATH" pushd doc sphinx-build -b html -d build/doctrees source build/html popd # Fix hidden-file-or-dir warnings rm -fr doc/build/html/.buildinfo %check %files %doc README.rst LICENSE %{python_sitelib}/oslo %{python_sitelib}/*.egg-info %{python_sitelib}/*-nspkg.pth %{_bindir}/oslo-messaging-zmq-receiver %files doc %doc doc/build/html LICENSE %changelog * Tue Aug 19 2014 Alan Pevec - 1.3.1-1 - update to 1.3.1 stable release * Tue Jun 10 2014 Pádraig Brady - 1.3.0.2-4 - Fix message routing with newer QPID #1103800 * Sat Jun 07 2014 Fedora Release Engineering - 1.3.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 06 2014 Pádraig Brady - 1.3.0.2-2 - Update python-six dependency to >= 1.6 to support Icehouse * Thu Apr 24 2014 Pádraig Brady - 1.3.0.2-1 - Update to icehouse stable release - Add dependency on newer python-eventlet * Fri Apr 11 2014 Pádraig Brady - 1.3.0-0.2.a9 - Add dependencies on python-kombu, python-qpid, and PyYAML * Tue Mar 18 2014 Pádraig Brady - 1.3.0-0.1.a9 - Latest upstream * Tue Feb 11 2014 Pádraig Brady - 1.3.0-0.1.a7 - Update to 1.3.0a7. * Thu Jan 2 2014 Pádraig Brady - 1.3.0-0.1.a2 - Update to 1.3.0a2. * Tue Sep 3 2013 Mark McLoughlin - 1.2.0-0.1.a11 - Update to a11 development snapshot. * Mon Aug 12 2013 Mark McLoughlin - 1.2.0-0.1.a2 - Initial package.