d7964a17fb
python-aodhclient spec file is based off 1.1.1 (rocky) python-barbicanclient spec file is based off 4.7.1 (rocky) python-cinderclient spec file is based off 4.0.1 (rocky) python-glanceclient spec file is based off 2.13.1 (rocky) - docs disabled python-gnocchiclient spec file is based off 7.0.4 (rocky) python-heatclient spec file is based off 1.16.1 (rocky) - docs disabled python-ironicclient spec file is based off 2.5.0 (rocky) python-keystoneclient spec file is based off 3.17.0 (rocky) python-magnumclient spec file is based off 2.10.0 (rocky) python-muranoclient spec file is based off 1.1.1 (rocky) python-neutronclient spec file is based off 6.9.1 (rocky) python-novaclient spec file is based off 11.0.0 (rocky) - docs disabled python-openstackclient spec file is based off 3.16.2 (rocky) - docs disabled - unit tests disabled python-openstacksdk spec file is based of 0.17.2 (rocky) - unit tests disabled python-pankoclient spec file is based off 0.5.0 (rocky) The primary changes to each spec files are 1) version has tis extension 2) sdk package added 3) wheels package added Disable building: - openstack-aodh - python-osc-lib ceilometerclient no longer exists. openstack-heat no longer requires ceilometerclient Story: 2004751 Task: 28864 Change-Id: Ifa905bea2e95ded72a327f8ff43667c8c5429363 Depends-On: Iea58cb9484c75cf757397d53d7d1576a2f436d81 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
221 lines
5.8 KiB
RPMSpec
221 lines
5.8 KiB
RPMSpec
%{!?python2_shortver: %global python2_shortver %(%{__python2} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}
|
|
%{!?python3_shortver: %global python3_shortver %(%{__python3} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}
|
|
|
|
%global pypi_name gnocchiclient
|
|
|
|
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
|
|
|
|
%if 0%{?fedora} >= 24
|
|
%global with_python3 1
|
|
%endif
|
|
|
|
%global common_desc \
|
|
This is a client library for Gnocchi built on the Gnocchi API. It \
|
|
provides a Python API (the gnocchiclient module) and a command-line tool.
|
|
|
|
Name: python-gnocchiclient
|
|
Version: 7.0.4
|
|
Release: 1%{?dist}
|
|
Summary: Python API and CLI for OpenStack Gnocchi
|
|
|
|
License: ASL 2.0
|
|
URL: https://github.com/openstack/%{name}
|
|
Source0: https://pypi.io/packages/source/g/%{pypi_name}/%{pypi_name}-%{upstream_version}.tar.gz
|
|
# FIXME(jpena): remove this patch once a version > 7.0.1 is released
|
|
%if "%{version}" == "7.0.1"
|
|
Patch0001: 0001-Avoid-using-openstack-doc-tools.patch
|
|
%endif
|
|
BuildArch: noarch
|
|
|
|
|
|
%package -n python2-%{pypi_name}
|
|
Summary: Python API and CLI for OpenStack Gnocchi
|
|
%{?python_provide:%python_provide python2-gnocchiclient}
|
|
|
|
|
|
BuildRequires: python2-setuptools
|
|
BuildRequires: python2-devel
|
|
BuildRequires: python2-pbr
|
|
BuildRequires: python2-tools
|
|
|
|
Requires: python2-cliff >= 2.10
|
|
Requires: python2-osc-lib >= 1.8.0
|
|
Requires: python2-keystoneauth1 >= 2.0.0
|
|
Requires: python2-six >= 1.10.0
|
|
Requires: python2-futurist
|
|
Requires: python2-ujson
|
|
Requires: python2-pbr
|
|
Requires: python2-iso8601
|
|
Requires: python2-dateutil
|
|
Requires: python2-debtcollector
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
Requires: python2-monotonic
|
|
%else
|
|
Requires: python-monotonic
|
|
%endif
|
|
|
|
%description -n python2-%{pypi_name}
|
|
%{common_desc}
|
|
|
|
|
|
%package -n python-%{pypi_name}-doc
|
|
Summary: Documentation for OpenStack Gnocchi API Client
|
|
Group: Documentation
|
|
|
|
BuildRequires: python2-sphinx
|
|
BuildRequires: python2-cliff >= 2.10
|
|
BuildRequires: python2-keystoneauth1
|
|
BuildRequires: python2-six
|
|
BuildRequires: python2-futurist
|
|
BuildRequires: python2-ujson
|
|
BuildRequires: python2-sphinx_rtd_theme
|
|
# test
|
|
BuildRequires: python2-babel
|
|
# Runtime requirements needed during documentation build
|
|
BuildRequires: python2-osc-lib
|
|
BuildRequires: python2-dateutil
|
|
|
|
%description doc
|
|
%{common_desc}
|
|
|
|
This package contains auto-generated documentation.
|
|
|
|
%package -n python2-%{pypi_name}-tests
|
|
Summary: Python API and CLI for OpenStack Gnocchi Tests
|
|
Requires: python2-%{pypi_name} = %{version}-%{release}
|
|
|
|
%description -n python2-%{pypi_name}-tests
|
|
%{common_desc}
|
|
|
|
%if 0%{?with_python3}
|
|
%package -n python3-%{pypi_name}
|
|
Summary: Python API and CLI for OpenStack Gnocchi
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-pbr
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-tools
|
|
|
|
Requires: python3-cliff >= 2.10
|
|
Requires: python3-osc-lib >= 1.8.0
|
|
Requires: python3-keystoneauth1 >= 2.0.0
|
|
Requires: python3-six >= 1.10.0
|
|
Requires: python3-futurist
|
|
Requires: python3-ujson
|
|
Requires: python3-pbr
|
|
Requires: python3-monotonic
|
|
Requires: python3-iso8601
|
|
Requires: python3-dateutil
|
|
Requires: python3-debtcollector
|
|
|
|
%description -n python3-%{pypi_name}
|
|
%{common_desc}
|
|
|
|
%package -n python3-%{pypi_name}-tests
|
|
Summary: Python API and CLI for OpenStack Gnocchi Tests
|
|
Requires: python3-%{pypi_name} = %{version}-%{release}
|
|
|
|
%description -n python3-%{pypi_name}-tests
|
|
%{common_desc}
|
|
|
|
%endif
|
|
|
|
%description
|
|
%{common_desc}
|
|
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{pypi_name}-%{upstream_version}
|
|
|
|
%if 0%{?with_python3}
|
|
rm -rf %{py3dir}
|
|
cp -a . %{py3dir}
|
|
2to3 --write --nobackups %{py3dir}
|
|
%endif
|
|
|
|
# Remove bundled egg-info
|
|
rm -rf gnocchiclient.egg-info
|
|
|
|
# Let RPM handle the requirements
|
|
rm -f {,test-}requirements.txt
|
|
|
|
%build
|
|
%py2_build
|
|
%if 0%{?with_python3}
|
|
pushd %{py3dir}
|
|
LANG=en_US.UTF-8 %{__python3} setup.py build
|
|
popd
|
|
%endif
|
|
|
|
|
|
%install
|
|
%if 0%{?with_python3}
|
|
pushd %{py3dir}
|
|
LANG=en_US.UTF-8 %{__python3} setup.py install --skip-build --root %{buildroot}
|
|
mv %{buildroot}%{_bindir}/gnocchi %{buildroot}%{_bindir}/python3-gnocchi
|
|
popd
|
|
%endif
|
|
|
|
%{__python2} setup.py install --skip-build --root %{buildroot}
|
|
|
|
# rename binaries, make compat symlinks
|
|
install -m 755 -d %{buildroot}/%{_bindir}
|
|
pushd %{buildroot}%{_bindir}
|
|
for i in gnocchi-{2,%{?python2_shortver}}; do
|
|
ln -s gnocchi $i
|
|
done
|
|
%if 0%{?with_python3}
|
|
for i in gnocchi-{3,%{?python3_shortver}}; do
|
|
ln -s python3-gnocchi $i
|
|
done
|
|
%endif
|
|
popd
|
|
|
|
# Some env variables required to successfully build our doc
|
|
export PYTHONPATH=.
|
|
export LANG=en_US.utf8
|
|
python setup.py build_sphinx -b html
|
|
|
|
# Fix hidden-file-or-dir warnings
|
|
rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo
|
|
|
|
%files -n python2-%{pypi_name}
|
|
%doc README.rst
|
|
%license LICENSE
|
|
%{_bindir}/gnocchi
|
|
%{_bindir}/gnocchi-2*
|
|
%{python2_sitelib}/gnocchiclient
|
|
%{python2_sitelib}/*.egg-info
|
|
%exclude %{python2_sitelib}/gnocchiclient/tests
|
|
|
|
%files -n python2-%{pypi_name}-tests
|
|
%license LICENSE
|
|
%{python2_sitelib}/gnocchiclient/tests
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
%files -n python3-%{pypi_name}
|
|
%doc README.rst
|
|
%license LICENSE
|
|
%{_bindir}/python3-gnocchi
|
|
%{_bindir}/gnocchi-3*
|
|
%{python3_sitelib}/gnocchiclient
|
|
%{python3_sitelib}/*.egg-info
|
|
%exclude %{python3_sitelib}/gnocchiclient/tests
|
|
|
|
%files -n python3-%{pypi_name}-tests
|
|
%license LICENSE
|
|
%{python3_sitelib}/gnocchiclient/tests
|
|
|
|
%endif
|
|
|
|
%files -n python-%{pypi_name}-doc
|
|
%doc doc/build/html
|
|
|
|
%changelog
|
|
* Thu Aug 09 2018 RDO <dev@lists.rdoproject.org> 7.0.4-1
|
|
- Update to 7.0.4
|
|
|