python-os-win/python-os-win.spec
2021-01-27 10:39:24 +08:00

87 lines
2.2 KiB
RPMSpec

%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
%global with_doc 1
Name: python-os-win
Version: 5.2.0
Release: 2
Summary: Windows / Hyper-V library for OpenStack projects
License: Apache-2.0
URL: http://www.cloudbase.it/
Source0: https://tarballs.openstack.org/os-win/os-win-%{version}.tar.gz
BuildArch: noarch
BuildRequires: git
BuildRequires: openstack-macros
%description
This library contains Windows / Hyper-V code commonly used in the OpenStack \
projects: nova, cinder, networking-hyperv.
%package -n python3-os-win
Summary: Windows / Hyper-V library for OpenStack projects
%{?python_provide:%python_provide python3-os-win}
Requires: python3-pbr >= 2.0.0
Requires: python3-babel >= 2.3.4
Requires: python3-eventlet >= 0.18.2
Requires: python3-oslo-concurrency >= 3.26.0
Requires: python3-oslo-config
Requires: python3-oslo-log >= 3.36.0
Requires: python3-oslo-utils >= 3.33.0
Requires: python3-oslo-i18n >= 3.15.3
BuildRequires: python3-devel
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-eventlet >= 0.18.2
%description -n python3-os-win
This library contains Windows / Hyper-V code commonly used in the OpenStack \
projects: nova, cinder, networking-hyperv.
%if 0%{?with_doc}
%package -n python-os-win-doc
Summary: Windows / Hyper-V library for OpenStack projects - documentation
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-oslo-config
BuildRequires: python3-sphinx
%description -n python-os-win-doc
Documentation for the Windows / Hyper-V library for OpenStack projects
%endif
%prep
%autosetup -n os-win-%{upstream_version} -S git
# let RPM handle deps
%py_req_cleanup
%build
%{py3_build}
%if 0%{?with_doc}
# generate html docs
sphinx-build-3 -b html doc/source doc/build/html
# remove the sphinx-build-3 leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%install
%{py3_install}
%files -n python3-os-win
%doc doc/source/readme.rst README.rst
%license LICENSE
%{python3_sitelib}/os_win*
%if 0%{?with_doc}
%files -n python-os-win-doc
%doc doc/build/html
%license LICENSE
%endif
%changelog
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com> 2021.1.20
- Update to 2021.1.20