Init python-heatclient with 1.18.1
This commit is contained in:
parent
8a4b8ea9a4
commit
35b87f3ee9
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
|
||||
Name: python-heatclient
|
||||
Version: 2.3.0
|
||||
Release: 2
|
||||
Version: 1.18.1
|
||||
Release: 1
|
||||
Summary: OpenStack Orchestration API Client Library
|
||||
License: Apache-2.0
|
||||
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
|
||||
%description
|
||||
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).
|
||||
|
||||
%prep
|
||||
%autosetup -n python-heatclient-2.3.0 -p1
|
||||
%autosetup -n python-heatclient-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -95,21 +95,13 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
#%{__python3} setup.py test
|
||||
|
||||
%files -n python3-heatclient -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.3.0-2
|
||||
- DESC: delete -S git from %autosetup
|
||||
|
||||
* 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
|
||||
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.18.1-1
|
||||
- Init package python3-heatclient with version 1.18.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user