1
0
python-oslo.config/python-oslo.config.spec

103 lines
2.9 KiB
RPMSpec

#
# spec file for package python-oslo.config
#
# Copyright (c) 2013 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 oslo
Name: python-oslo.config
Version: 1.1.1.a3
Release: 0
Url: https://launchpad.net/oslo/
Summary: OpenStack configuration API
License: Apache-2.0
Group: Development/Languages/Python
Source: oslo-config-stable-grizzly.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: openstack-suse-macros
BuildRequires: python-base
Requires: python-argparse
Provides: python-oslo-config = 2013.2
Obsoletes: python-oslo-config < 2013.2
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%description
The Oslo configuration API supports parsing command line arguments and
.ini style configuration files.
%package doc
Summary: OpenStack configuration API - Documentation
Group: Documentation/HTML
Requires: %{name} = %{version}
BuildRequires: python-Sphinx
Provides: python-oslo-config-doc = 2013.2
Obsoletes: python-oslo-config-doc < 2013.2
%description doc
This package contains documentation files for %{name}.
%package test
Summary: OpenStack configuration API - test suite
Group: System/Management
Conflicts: python-oslo-config-test
Requires: %{name} = %{version}
Requires: python-coverage
Requires: python-fixtures
Requires: python-mox
Requires: python-nose
Requires: python-nose-exclude
%description test
This package contains testsuite files for %{name}.
%prep
%setup -q -n oslo.config-1.1.1.a3.gee7d555
%build
python setup.py build
python setup.py build_sphinx
%install
python setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} --install-data=%{python_sitelib}
rm -rf doc/build/html/{.buildinfo,.doctrees}
%fdupes doc
%openstack_test_package_install
%files
%defattr(-,root,root,-)
%doc LICENSE README
%{python_sitelib}/oslo
%{python_sitelib}/*.egg-info
%{python_sitelib}/*-nspkg.pth
%files doc
%defattr(-,root,root,-)
%doc LICENSE doc/build/html
%files test
%defattr(-,root,root,-)
%{_localstatedir}/lib/%{name}-test/
%changelog