File openstack-quantum-doc.spec of Package openstack-quantum
#
# spec file for package openstack-quantum-doc
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define component quantum
Name: openstack-%{component}-doc
Version: 2013.1.5.a15.g111a6af
Release: 0
Summary: OpenStack Virtual Network Service (Quantum) - Documentation
License: Apache-2.0
Group: Documentation/HTML
Url: https://launchpad.net/quantum
Source: neutron-stable-grizzly.tar.gz
BuildRequires: openstack-suse-macros
BuildRequires: python-Paste
BuildRequires: python-PasteDeploy
BuildRequires: python-Routes
BuildRequires: python-SQLAlchemy
BuildRequires: python-Sphinx
BuildRequires: python-WebOb
BuildRequires: python-WebTest
BuildRequires: python-alembic
BuildRequires: python-configobj
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-eventlet
BuildRequires: python-extras
BuildRequires: python-iso8601
BuildRequires: python-mock
BuildRequires: python-mox
BuildRequires: python-netaddr
BuildRequires: python-netifaces
BuildRequires: python-nose
BuildRequires: python-pyudev
BuildRequires: python-quantum
BuildRequires: python-quantumclient
BuildRequires: python-unittest2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Quantum is a virtual network service for Openstack.
This package contains documentation files for openstack-quantum.
%prep
%setup -q -n quantum-2013.1.5.a15.g111a6af
%openstack_cleanup_prep
%build
python setup.py build_sphinx
rm -rf doc/build/html/.buildinfo # Remove unneeded files
%install
%files
%defattr(-,root,root,-)
%doc LICENSE doc/build/html/
%changelog