!3 revise requires of python-os-win

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-27 11:13:01 +08:00 committed by Gitee
commit 0b5de6746d

View File

@ -1,38 +1,31 @@
%{!?upstream_version: %global upstream_version %{version}%{?milestone}} %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
%global pypi_name os-win
%global pyname os_win
%global with_doc 1 %global with_doc 1
%global common_desc \ Name: python-os-win
This library contains Windows / Hyper-V code commonly used in the OpenStack \
projects: nova, cinder, networking-hyperv. The library can be used in any \
other OpenStack projects where it is needed.
Name: python-%{pypi_name}
Version: 5.2.0 Version: 5.2.0
Release: 1%{?dist} Release: 2
Summary: Windows / Hyper-V library for OpenStack projects Summary: Windows / Hyper-V library for OpenStack projects
License: ASL 2.0 License: Apache-2.0
URL: http://www.cloudbase.it/ URL: http://www.cloudbase.it/
Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: https://tarballs.openstack.org/os-win/os-win-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: git BuildRequires: git
BuildRequires: openstack-macros BuildRequires: openstack-macros
%description %description
%{common_desc} This library contains Windows / Hyper-V code commonly used in the OpenStack \
projects: nova, cinder, networking-hyperv.
%package -n python3-%{pypi_name} %package -n python3-os-win
Summary: Windows / Hyper-V library for OpenStack projects Summary: Windows / Hyper-V library for OpenStack projects
%{?python_provide:%python_provide python3-%{pypi_name}} %{?python_provide:%python_provide python3-os-win}
Requires: python3-pbr >= 2.0.0 Requires: python3-pbr >= 2.0.0
Requires: python3-babel >= 2.3.4 Requires: python3-babel >= 2.3.4
Requires: python3-eventlet >= 0.18.2 Requires: python3-eventlet >= 0.18.2
Requires: python3-oslo-concurrency >= 3.26.0 Requires: python3-oslo-concurrency >= 3.26.0
Requires: python3-oslo-config >= 2:5.2.0 Requires: python3-oslo-config
Requires: python3-oslo-log >= 3.36.0 Requires: python3-oslo-log >= 3.36.0
Requires: python3-oslo-utils >= 3.33.0 Requires: python3-oslo-utils >= 3.33.0
Requires: python3-oslo-i18n >= 3.15.3 Requires: python3-oslo-i18n >= 3.15.3
@ -42,23 +35,24 @@ BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-eventlet >= 0.18.2 BuildRequires: python3-eventlet >= 0.18.2
%description -n python3-%{pypi_name} %description -n python3-os-win
%{common_desc} This library contains Windows / Hyper-V code commonly used in the OpenStack \
projects: nova, cinder, networking-hyperv.
%if 0%{?with_doc} %if 0%{?with_doc}
%package -n python-%{pypi_name}-doc %package -n python-os-win-doc
Summary: Windows / Hyper-V library for OpenStack projects - documentation Summary: Windows / Hyper-V library for OpenStack projects - documentation
BuildRequires: python3-openstackdocstheme BuildRequires: python3-openstackdocstheme
BuildRequires: python3-oslo-config BuildRequires: python3-oslo-config
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
%description -n python-%{pypi_name}-doc %description -n python-os-win-doc
Documentation for the Windows / Hyper-V library for OpenStack projects Documentation for the Windows / Hyper-V library for OpenStack projects
%endif %endif
%prep %prep
%autosetup -n %{pypi_name}-%{upstream_version} -S git %autosetup -n os-win-%{upstream_version} -S git
# let RPM handle deps # let RPM handle deps
%py_req_cleanup %py_req_cleanup
@ -76,13 +70,13 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%install %install
%{py3_install} %{py3_install}
%files -n python3-%{pypi_name} %files -n python3-os-win
%doc doc/source/readme.rst README.rst %doc doc/source/readme.rst README.rst
%license LICENSE %license LICENSE
%{python3_sitelib}/%{pyname}* %{python3_sitelib}/os_win*
%if 0%{?with_doc} %if 0%{?with_doc}
%files -n python-%{pypi_name}-doc %files -n python-os-win-doc
%doc doc/build/html %doc doc/build/html
%license LICENSE %license LICENSE
%endif %endif