File openstack-keystone-doc.spec of Package openstack-keystone
#
# spec file for package openstack-keystone-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 keystone
%define version_unconverted 2014.2.4.dev15
Name: openstack-%{component}-doc
Version: 2014.2.4.juno
Release: 0
Summary: OpenStack Identity Service (Keystone) - Documentation
License: Apache-2.0
Group: Documentation/HTML
Url: https://github.com/openstack/keystone
Source: http://tarballs.openstack.org/keystone/keystone-stable-juno.tar.gz
BuildRequires: openstack-keystone
BuildRequires: openstack-suse-macros
BuildRequires: python-Sphinx
BuildRequires: python-WebTest
BuildRequires: python-fixtures
BuildRequires: python-keystone
BuildRequires: python-oslosphinx
BuildRequires: python-oslotest
BuildRequires: python-testtools
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Keystone is an OpenStack project that provides Identity, Token, Catalog
and Policy services for use specifically by projects in the OpenStack
family.
This package contains documentation files for openstack-keystone.
%prep
%setup -q -n keystone-%{version_unconverted}
%openstack_cleanup_prep
%build
python setup.py build_sphinx
rm doc/build/html/.buildinfo # Remove unneeded files
%install
%files
%defattr(-,root,root,-)
%doc LICENSE doc/build/html
%changelog