diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:11:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:11:17 +0000 |
commit | a693b5bf64cc217d547dfbfdfca48256b47611a0 (patch) | |
tree | 3bb63f1e437d1951c11621362c1e9e23c8061576 /python-alibabacloud-bssopenapi20171214.spec | |
parent | 5fcf801bed35f9bd12e4e88f3bd67b49388ac7d1 (diff) |
automatic import of python-alibabacloud-bssopenapi20171214openeuler20.03
Diffstat (limited to 'python-alibabacloud-bssopenapi20171214.spec')
-rw-r--r-- | python-alibabacloud-bssopenapi20171214.spec | 205 |
1 files changed, 205 insertions, 0 deletions
diff --git a/python-alibabacloud-bssopenapi20171214.spec b/python-alibabacloud-bssopenapi20171214.spec new file mode 100644 index 0000000..bfa1139 --- /dev/null +++ b/python-alibabacloud-bssopenapi20171214.spec @@ -0,0 +1,205 @@ +%global _empty_manifest_terminate_build 0 +Name: python-alibabacloud-bssopenapi20171214 +Version: 2.0.10 +Release: 1 +Summary: Alibaba Cloud BssOpenApi (20171214) SDK Library for Python +License: Apache License 2.0 +URL: https://github.com/aliyun/alibabacloud-python-sdk +Source0: https://mirrors.aliyun.com/pypi/web/packages/2d/63/0319a9959b153e5e604e3d07d2163e75f0ae3a0b67f4ac90473dc8f80015/alibabacloud_bssopenapi20171214-2.0.10.tar.gz +BuildArch: noarch + +Requires: python3-alibabacloud-tea-util +Requires: python3-alibabacloud-tea-openapi +Requires: python3-alibabacloud-openapi-util +Requires: python3-alibabacloud-endpoint-util + +%description +English | [简体中文](README-CN.md) + + +## Alibaba Cloud BssOpenApi SDK for Python + +## Requirements + +- Python >= 3.6 + +## Installation + +- **Install with pip** + +Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip. + +```bash +# Install the alibabacloud_bssopenapi20171214 +pip install alibabacloud_bssopenapi20171214 +``` + +## Issues + +[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately. + +## Usage + +[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples) + +## Changelog + +Detailed changes for each release are documented in the [release notes](./ChangeLog.md). + +## References + +- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python) + +## License + +[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Copyright (c) 2009-present, Alibaba Cloud All rights reserved. + + + + +%package -n python3-alibabacloud-bssopenapi20171214 +Summary: Alibaba Cloud BssOpenApi (20171214) SDK Library for Python +Provides: python-alibabacloud-bssopenapi20171214 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-alibabacloud-bssopenapi20171214 +English | [简体中文](README-CN.md) + + +## Alibaba Cloud BssOpenApi SDK for Python + +## Requirements + +- Python >= 3.6 + +## Installation + +- **Install with pip** + +Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip. + +```bash +# Install the alibabacloud_bssopenapi20171214 +pip install alibabacloud_bssopenapi20171214 +``` + +## Issues + +[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately. + +## Usage + +[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples) + +## Changelog + +Detailed changes for each release are documented in the [release notes](./ChangeLog.md). + +## References + +- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python) + +## License + +[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Copyright (c) 2009-present, Alibaba Cloud All rights reserved. + + + + +%package help +Summary: Development documents and examples for alibabacloud-bssopenapi20171214 +Provides: python3-alibabacloud-bssopenapi20171214-doc +%description help +English | [简体中文](README-CN.md) + + +## Alibaba Cloud BssOpenApi SDK for Python + +## Requirements + +- Python >= 3.6 + +## Installation + +- **Install with pip** + +Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip. + +```bash +# Install the alibabacloud_bssopenapi20171214 +pip install alibabacloud_bssopenapi20171214 +``` + +## Issues + +[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately. + +## Usage + +[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples) + +## Changelog + +Detailed changes for each release are documented in the [release notes](./ChangeLog.md). + +## References + +- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python) + +## License + +[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Copyright (c) 2009-present, Alibaba Cloud All rights reserved. + + + + +%prep +%autosetup -n alibabacloud_bssopenapi20171214-2.0.10 + +%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 +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-alibabacloud-bssopenapi20171214 -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.10-1 +- Package Spec generated |