!2 Init python-muranoclient with 1.3.0

From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-09 11:02:43 +00:00 committed by Gitee
commit d998e8edf4
3 changed files with 33 additions and 26 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-muranoclient Name: python-muranoclient
Version: 2.2.0 Version: 1.3.0
Release: 1 Release: 1
Summary: python-muranoclient Summary: python-muranoclient
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/python-muranoclient/latest/ URL: https://docs.openstack.org/python-muranoclient/latest/
Source0: https://files.pythonhosted.org/packages/ff/8b/e037b91c2bff120b673a9cb1668bbb6c48376d817ea68155fbd93c02a932/python-muranoclient-2.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/3b/da/fe0dbd0088032bb6e99355a71fcd798f5028e347c70b6c1cad8c4baf90c2/python-muranoclient-1.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Murano Project introduces an application catalog, which allows application developers and Murano Project introduces an application catalog, which allows application developers and
@ -17,40 +17,47 @@ a "push-the-button" manner.
%package -n python3-muranoclient %package -n python3-muranoclient
Summary: python-muranoclient Summary: python-muranoclient
Provides: python-muranoclient Provides: python-muranoclient
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires
BuildRequires: python3-prettytable BuildRequires: python3-prettytable
BuildRequires: python3-pyyaml
BuildRequires: python3-iso8601
BuildRequires: python3-murano-pkg-check
BuildRequires: python3-osc-lib
BuildRequires: python3-oslo-i18n
BuildRequires: python3-oslo-log
BuildRequires: python3-oslo-serialization
BuildRequires: python3-oslo-utils
BuildRequires: python3-pyOpenSSL
BuildRequires: python3-glanceclient BuildRequires: python3-glanceclient
BuildRequires: python3-keystoneclient BuildRequires: python3-keystoneclient
BuildRequires: python3-iso8601
BuildRequires: python3-six
BuildRequires: python3-babel
BuildRequires: python3-pyOpenSSL
BuildRequires: python3-requests BuildRequires: python3-requests
BuildRequires: python3-pyyaml
BuildRequires: python3-yaql BuildRequires: python3-yaql
Requires: python3-prettytable BuildRequires: python3-osc-lib
Requires: python3-pyyaml BuildRequires: python3-murano-pkg-check
Requires: python3-iso8601 BuildRequires: python3-oslo-serialization
Requires: python3-murano-pkg-check BuildRequires: python3-oslo-utils
Requires: python3-osc-lib BuildRequires: python3-oslo-log
Requires: python3-oslo-i18n BuildRequires: python3-oslo-i18n
Requires: python3-oslo-log # General requires
Requires: python3-oslo-serialization
Requires: python3-oslo-utils
Requires: python3-pbr Requires: python3-pbr
Requires: python3-pyOpenSSL Requires: python3-prettytable
Requires: python3-glanceclient Requires: python3-glanceclient
Requires: python3-keystoneclient Requires: python3-keystoneclient
Requires: python3-iso8601
Requires: python3-six
Requires: python3-babel
Requires: python3-pyOpenSSL
Requires: python3-requests Requires: python3-requests
Requires: python3-pyyaml
Requires: python3-yaql Requires: python3-yaql
Requires: python3-osc-lib
Requires: python3-murano-pkg-check
Requires: python3-oslo-serialization
Requires: python3-oslo-utils
Requires: python3-oslo-log
Requires: python3-oslo-i18n
%description -n python3-muranoclient %description -n python3-muranoclient
Murano Project introduces an application catalog, which allows application developers and Murano Project introduces an application catalog, which allows application developers and
cloud administrators to publish various cloud-ready applications in a browsable categorised cloud administrators to publish various cloud-ready applications in a browsable categorised
@ -69,14 +76,14 @@ the needed applications and services and composes the reliable environments out
a "push-the-button" manner. a "push-the-button" manner.
%prep %prep
%autosetup -n python-muranoclient-2.2.0 -S git %autosetup -n python-muranoclient-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -103,13 +110,13 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-muranoclient -f filelist.lst %files -n python3-muranoclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1 * Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.0-1
- Package Spec generate - Init package python3-muranoclient with version 1.3.0