!16 Init python-heatclient with 1.18.1
From: @huangtianhua Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
61898dce1e
BIN
python-heatclient-1.18.1.tar.gz
Normal file
BIN
python-heatclient-1.18.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-heatclient
|
Name: python-heatclient
|
||||||
Version: 2.3.0
|
Version: 1.18.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: OpenStack Orchestration API Client Library
|
Summary: OpenStack Orchestration API Client Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/python-heatclient/latest
|
URL: https://docs.openstack.org/python-heatclient/latest
|
||||||
Source0: https://files.pythonhosted.org/packages/21/3e/9b8291832fa40bb39d46e13a8327705460ab3fb25c46c950f0fafec9ceaf/python-heatclient-2.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/e3/ed/7286932e19f5ac0e46f5e6ca3fca965189e45114c5a016a78e40ec021a8b/python-heatclient-1.18.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient
|
This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient
|
||||||
@ -61,14 +61,14 @@ This is a client library for Heat built on the Heat orchestration API. It provid
|
|||||||
module) and a command-line tool (heat).
|
module) and a command-line tool (heat).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-heatclient-2.3.0 -p1
|
%autosetup -n python-heatclient-%{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
|
||||||
@ -95,21 +95,13 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
|
||||||
#%{__python3} setup.py test
|
|
||||||
|
|
||||||
%files -n python3-heatclient -f filelist.lst
|
%files -n python3-heatclient -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.0-2
|
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.18.1-1
|
||||||
- DESC: delete -S git from %autosetup
|
- Init package python3-heatclient with version 1.18.1
|
||||||
|
|
||||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1
|
|
||||||
- Update to 2.3.0
|
|
||||||
* Tue Feb 23 2021 Python_Bot <Python_Bot@openeuler.org>
|
|
||||||
- Package Spec generated
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user