File python-openstackx.spec of Package python-openstackx
#
# spec file for package python-openstackx (Version 0.1-9faf30b)
#
# Copyright (c) 2010 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/
#
Name: python-openstackx
Version: 0.2_9faf30b
Release: 0
License: BSD-3-Clause
Summary: Client library extensions for the OpenStack API
Url: https://github.com/cloudbuilders/openstackx
Group: Development/Libraries/Python
Source: cloudbuilders-openstackx-9faf30b.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
Requires: python-httplib2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
%{py_requires}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Client library extensions for the OpenStack API
%prep
%setup -q -n cloudbuilders-openstackx-9faf30b
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc LICENSE README.rst
%{python_sitelib}/*
%changelog