diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-17 03:18:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-17 03:18:53 +0000 |
| commit | 29e27d8c3cfbebb8fcf49a7599a767b9cc56fedf (patch) | |
| tree | bd71761c28b92c440179cd9196ede009595b31f8 | |
| parent | 727d21c1b22fb30b23431a30f6d4eaf48bf4f782 (diff) | |
automatic import of python-ibm-cloud-networking-services
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ibm-cloud-networking-services.spec | 504 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 506 insertions, 0 deletions
@@ -0,0 +1 @@ +/ibm-cloud-networking-services-0.22.0.tar.gz diff --git a/python-ibm-cloud-networking-services.spec b/python-ibm-cloud-networking-services.spec new file mode 100644 index 0000000..237b650 --- /dev/null +++ b/python-ibm-cloud-networking-services.spec @@ -0,0 +1,504 @@ +%global _empty_manifest_terminate_build 0 +Name: python-ibm-cloud-networking-services +Version: 0.22.0 +Release: 1 +Summary: Python client library for IBM Cloud Networking Services +License: Apache 2.0 +URL: https://github.com/IBM/networking-python-sdk +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/c3/564f4b378afb2073158a6f63638c6419815218387287a8e19e6a53e0ae76/ibm-cloud-networking-services-0.22.0.tar.gz +BuildArch: noarch + + +%description +[](https://travis-ci.com/IBM/networking-python-sdk) +[](https://github.com/IBM/networking-python-sdk/releases/latest) +[](https://pypi.org/project/ibm-cloud-networking-services/) +[](https://pypi.org/project/ibm-cloud-networking-services/) + +[](https://opensource.org/licenses/Apache-2.0) +[](https://github.com/semantic-release/semantic-release) + +# IBM Cloud Networking Services Python SDK Version 0.22.0 + +Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network). + +## Table of Contents + +<!-- + The TOC below is generated using the `markdown-toc` node package. + + https://github.com/jonschlinkert/markdown-toc + + You should regenerate the TOC after making changes to this file. + + npx markdown-toc -i README.md + --> + +<!-- toc --> + +- [Overview](#overview) +- [Prerequisites](#prerequisites) +- [Installation](#installation) +- [Using the SDK](#using-the-sdk) +- [Questions](#questions) +- [Issues](#issues) +- [Open source @ IBM](#open-source--ibm) +- [Contributing](#contributing) +- [License](#license) + +<!-- tocstop --> + +## Overview + +The IBM Cloud Networking Services Python SDK allows developers to programmatically interact with the following +IBM Cloud services: + +| CIS Service Name | Imported Class Name | +| ---------------------------------------------------------------------------------------------- | --------------------------- | +| [CIS: Cache](https://cloud.ibm.com/apidocs/cis/cache) | CachingApiV1 | +| [CIS: IP](https://cloud.ibm.com/apidocs/cis/ip) | CisIpApiV1 | +| [CIS: Custom Pages](https://cloud.ibm.com/apidocs/cis) | CustomPagesV1 | +| [CIS: DNS Records Bulk](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordBulkV1 | +| [CIS: DNS Records](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordsV1 | +| [CIS: Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/firewall-access-rule) | FirewallAccessRulesV1 | +| [CIS: Security Level Settings](https://cloud.ibm.com/apidocs/cis/security-level-settings) | FirewallApiV1 | +| [CIS: GLB Events](https://cloud.ibm.com/apidocs/cis/glb-events) | GlobalLoadBalancerEventsV1 | +| [CIS: GLB Monitor](https://cloud.ibm.com/apidocs/cis/glb-monitor) | GlobalLoadBalancerMonitorV1 | +| [CIS: GLB Pools](https://cloud.ibm.com/apidocs/cis/glb-pool) | GlobalLoadBalancerPoolsV0 | +| [CIS: GLB Service](https://cloud.ibm.com/apidocs/cis/glb) | GlobalLoadBalancerV1 | +| [CIS: Page Rules](https://cloud.ibm.com/apidocs/cis/page-rules) | PageRuleApiV1 | +| [CIS: Range Application](https://cloud.ibm.com/apidocs/cis/range) | RangeApplicationsV1 | +| [CIS: Routing](https://cloud.ibm.com/apidocs/cis/routing) | RoutingV1 | +| [CIS: Security Events](https://cloud.ibm.com/apidocs/cis) | SecurityEventsApiV1 | +| [CIS: SSL/TLS](https://cloud.ibm.com/apidocs/cis/tls) | SslCertificateApiV1 | +| [CIS: User Agent Blocking Rules](https://cloud.ibm.com/apidocs/cis/user-agent-rules) | UserAgentBlockingRulesV1 | +| [CIS: WAF Settings](https://cloud.ibm.com/apidocs/cis/waf) | WafApiV1 | +| [CIS: WAF Rule Groups](https://cloud.ibm.com/apidocs/cis/waf-groups) | WafRuleGroupsApiV1 | +| [CIS: WAF Rule Packages](https://cloud.ibm.com/apidocs/cis/waf-packages) | WafRulePackagesApiV1 | +| [CIS: WAF Rules](https://cloud.ibm.com/apidocs/cis/waf-rules) | WafRulesApiV1 | +| [CIS: Zone Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/zone-firewall-access-rule) | ZoneFirewallAccessRulesV1 | +| [CIS: Zone Lockdown](https://cloud.ibm.com/apidocs/cis/zone-lockdown) | ZoneLockdownV1 | +| [CIS: Zone Rate Limits](https://cloud.ibm.com/apidocs/cis) | ZoneRateLimitsV1 | +| [CIS: Zone Settings](https://cloud.ibm.com/apidocs/cis/zonesettings) | ZonesSettingsV1 | +| [CIS: Zones](https://cloud.ibm.com/apidocs/cis/zones) | ZonesV1 | + +| PDNS Service Name | Imported Class Name | +| -------------------------------------------------------------------------------- | ------------------------------------------ | +| [PDNS: Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~DnsZonesV1~ DnsSvcsV1 | +| [PDNS: Resource Records API](https://cloud.ibm.com/apidocs/dns-svcs) | ~ResourceRecordsV1~ DnsSvcsV1 | +| [PDNS: Permitted Networks for Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~PermittedNetworksForDnsZonesV1~ DnsSvcsV1 | +| [PDNS: Global Load Balancers API](https://cloud.ibm.com/apidocs/dns-svcs) | ~GlobalLoadBalancersV1~ DnsSvcsV1 | + +| Direct Link Service | Imported Class Name | +| ------------------------------------------------------------------------------------------ | -------------------- | +| [Direct Link](https://cloud.ibm.com/apidocs/direct_link?code=python) | DirectLinkV1 | +| [Direct Link Provider](https://cloud.ibm.com/apidocs/direct_link_provider_api?code=python) | DirectLinkProviderV2 | + +| Transit Service | Imported Class Name | +| ---------------------------------------------------------------- | -------------------- | +| [Transit Gateway](https://cloud.ibm.com/apidocs/transit-gateway) | TransitGatewayApisV1 | + +## Prerequisites + +[ibm-cloud-onboarding]: https://cloud.ibm.com/registration + +- An [IBM Cloud][ibm-cloud-onboarding] account. +- An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys). +- Python 3.6 or above. + +## Installation + +To install, use `pip` or `easy_install`: + +```bash +pip install --upgrade "ibm-cloud-networking-services==0.22.0" +``` + +or + +```bash +easy_install --upgrade "ibm-cloud-networking-servies==0.22.0" +``` + +## Using the SDK + +For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md) + +## Questions + +If you are having difficulties using this SDK or have a question about the IBM Cloud services, +please ask a question +[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud). + +## Issues + +If you encounter an issue with the project, you are welcome to submit a +[bug report](<github-repo-url>/issues). +Before that, please search for similar issues. It's possible that someone has already reported the problem. + +## Deprecation Notice + +For deprecation notice, please see [this link](https://github.com/IBM/networking-python-sdk/blob/master/DEPRECATION-NOTICE.md) + +## Open source @ IBM + +Find more open source projects on the [IBM Github Page](http://ibm.github.io/) + +## Contributing + +See [CONTRIBUTING](CONTRIBUTING.md). + +## License + +This SDK is released under the Apache 2.0 license. +The license's full text can be found in [LICENSE](LICENSE). + + + + +%package -n python3-ibm-cloud-networking-services +Summary: Python client library for IBM Cloud Networking Services +Provides: python-ibm-cloud-networking-services +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-ibm-cloud-networking-services +[](https://travis-ci.com/IBM/networking-python-sdk) +[](https://github.com/IBM/networking-python-sdk/releases/latest) +[](https://pypi.org/project/ibm-cloud-networking-services/) +[](https://pypi.org/project/ibm-cloud-networking-services/) + +[](https://opensource.org/licenses/Apache-2.0) +[](https://github.com/semantic-release/semantic-release) + +# IBM Cloud Networking Services Python SDK Version 0.22.0 + +Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network). + +## Table of Contents + +<!-- + The TOC below is generated using the `markdown-toc` node package. + + https://github.com/jonschlinkert/markdown-toc + + You should regenerate the TOC after making changes to this file. + + npx markdown-toc -i README.md + --> + +<!-- toc --> + +- [Overview](#overview) +- [Prerequisites](#prerequisites) +- [Installation](#installation) +- [Using the SDK](#using-the-sdk) +- [Questions](#questions) +- [Issues](#issues) +- [Open source @ IBM](#open-source--ibm) +- [Contributing](#contributing) +- [License](#license) + +<!-- tocstop --> + +## Overview + +The IBM Cloud Networking Services Python SDK allows developers to programmatically interact with the following +IBM Cloud services: + +| CIS Service Name | Imported Class Name | +| ---------------------------------------------------------------------------------------------- | --------------------------- | +| [CIS: Cache](https://cloud.ibm.com/apidocs/cis/cache) | CachingApiV1 | +| [CIS: IP](https://cloud.ibm.com/apidocs/cis/ip) | CisIpApiV1 | +| [CIS: Custom Pages](https://cloud.ibm.com/apidocs/cis) | CustomPagesV1 | +| [CIS: DNS Records Bulk](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordBulkV1 | +| [CIS: DNS Records](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordsV1 | +| [CIS: Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/firewall-access-rule) | FirewallAccessRulesV1 | +| [CIS: Security Level Settings](https://cloud.ibm.com/apidocs/cis/security-level-settings) | FirewallApiV1 | +| [CIS: GLB Events](https://cloud.ibm.com/apidocs/cis/glb-events) | GlobalLoadBalancerEventsV1 | +| [CIS: GLB Monitor](https://cloud.ibm.com/apidocs/cis/glb-monitor) | GlobalLoadBalancerMonitorV1 | +| [CIS: GLB Pools](https://cloud.ibm.com/apidocs/cis/glb-pool) | GlobalLoadBalancerPoolsV0 | +| [CIS: GLB Service](https://cloud.ibm.com/apidocs/cis/glb) | GlobalLoadBalancerV1 | +| [CIS: Page Rules](https://cloud.ibm.com/apidocs/cis/page-rules) | PageRuleApiV1 | +| [CIS: Range Application](https://cloud.ibm.com/apidocs/cis/range) | RangeApplicationsV1 | +| [CIS: Routing](https://cloud.ibm.com/apidocs/cis/routing) | RoutingV1 | +| [CIS: Security Events](https://cloud.ibm.com/apidocs/cis) | SecurityEventsApiV1 | +| [CIS: SSL/TLS](https://cloud.ibm.com/apidocs/cis/tls) | SslCertificateApiV1 | +| [CIS: User Agent Blocking Rules](https://cloud.ibm.com/apidocs/cis/user-agent-rules) | UserAgentBlockingRulesV1 | +| [CIS: WAF Settings](https://cloud.ibm.com/apidocs/cis/waf) | WafApiV1 | +| [CIS: WAF Rule Groups](https://cloud.ibm.com/apidocs/cis/waf-groups) | WafRuleGroupsApiV1 | +| [CIS: WAF Rule Packages](https://cloud.ibm.com/apidocs/cis/waf-packages) | WafRulePackagesApiV1 | +| [CIS: WAF Rules](https://cloud.ibm.com/apidocs/cis/waf-rules) | WafRulesApiV1 | +| [CIS: Zone Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/zone-firewall-access-rule) | ZoneFirewallAccessRulesV1 | +| [CIS: Zone Lockdown](https://cloud.ibm.com/apidocs/cis/zone-lockdown) | ZoneLockdownV1 | +| [CIS: Zone Rate Limits](https://cloud.ibm.com/apidocs/cis) | ZoneRateLimitsV1 | +| [CIS: Zone Settings](https://cloud.ibm.com/apidocs/cis/zonesettings) | ZonesSettingsV1 | +| [CIS: Zones](https://cloud.ibm.com/apidocs/cis/zones) | ZonesV1 | + +| PDNS Service Name | Imported Class Name | +| -------------------------------------------------------------------------------- | ------------------------------------------ | +| [PDNS: Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~DnsZonesV1~ DnsSvcsV1 | +| [PDNS: Resource Records API](https://cloud.ibm.com/apidocs/dns-svcs) | ~ResourceRecordsV1~ DnsSvcsV1 | +| [PDNS: Permitted Networks for Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~PermittedNetworksForDnsZonesV1~ DnsSvcsV1 | +| [PDNS: Global Load Balancers API](https://cloud.ibm.com/apidocs/dns-svcs) | ~GlobalLoadBalancersV1~ DnsSvcsV1 | + +| Direct Link Service | Imported Class Name | +| ------------------------------------------------------------------------------------------ | -------------------- | +| [Direct Link](https://cloud.ibm.com/apidocs/direct_link?code=python) | DirectLinkV1 | +| [Direct Link Provider](https://cloud.ibm.com/apidocs/direct_link_provider_api?code=python) | DirectLinkProviderV2 | + +| Transit Service | Imported Class Name | +| ---------------------------------------------------------------- | -------------------- | +| [Transit Gateway](https://cloud.ibm.com/apidocs/transit-gateway) | TransitGatewayApisV1 | + +## Prerequisites + +[ibm-cloud-onboarding]: https://cloud.ibm.com/registration + +- An [IBM Cloud][ibm-cloud-onboarding] account. +- An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys). +- Python 3.6 or above. + +## Installation + +To install, use `pip` or `easy_install`: + +```bash +pip install --upgrade "ibm-cloud-networking-services==0.22.0" +``` + +or + +```bash +easy_install --upgrade "ibm-cloud-networking-servies==0.22.0" +``` + +## Using the SDK + +For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md) + +## Questions + +If you are having difficulties using this SDK or have a question about the IBM Cloud services, +please ask a question +[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud). + +## Issues + +If you encounter an issue with the project, you are welcome to submit a +[bug report](<github-repo-url>/issues). +Before that, please search for similar issues. It's possible that someone has already reported the problem. + +## Deprecation Notice + +For deprecation notice, please see [this link](https://github.com/IBM/networking-python-sdk/blob/master/DEPRECATION-NOTICE.md) + +## Open source @ IBM + +Find more open source projects on the [IBM Github Page](http://ibm.github.io/) + +## Contributing + +See [CONTRIBUTING](CONTRIBUTING.md). + +## License + +This SDK is released under the Apache 2.0 license. +The license's full text can be found in [LICENSE](LICENSE). + + + + +%package help +Summary: Development documents and examples for ibm-cloud-networking-services +Provides: python3-ibm-cloud-networking-services-doc +%description help +[](https://travis-ci.com/IBM/networking-python-sdk) +[](https://github.com/IBM/networking-python-sdk/releases/latest) +[](https://pypi.org/project/ibm-cloud-networking-services/) +[](https://pypi.org/project/ibm-cloud-networking-services/) + +[](https://opensource.org/licenses/Apache-2.0) +[](https://github.com/semantic-release/semantic-release) + +# IBM Cloud Networking Services Python SDK Version 0.22.0 + +Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network). + +## Table of Contents + +<!-- + The TOC below is generated using the `markdown-toc` node package. + + https://github.com/jonschlinkert/markdown-toc + + You should regenerate the TOC after making changes to this file. + + npx markdown-toc -i README.md + --> + +<!-- toc --> + +- [Overview](#overview) +- [Prerequisites](#prerequisites) +- [Installation](#installation) +- [Using the SDK](#using-the-sdk) +- [Questions](#questions) +- [Issues](#issues) +- [Open source @ IBM](#open-source--ibm) +- [Contributing](#contributing) +- [License](#license) + +<!-- tocstop --> + +## Overview + +The IBM Cloud Networking Services Python SDK allows developers to programmatically interact with the following +IBM Cloud services: + +| CIS Service Name | Imported Class Name | +| ---------------------------------------------------------------------------------------------- | --------------------------- | +| [CIS: Cache](https://cloud.ibm.com/apidocs/cis/cache) | CachingApiV1 | +| [CIS: IP](https://cloud.ibm.com/apidocs/cis/ip) | CisIpApiV1 | +| [CIS: Custom Pages](https://cloud.ibm.com/apidocs/cis) | CustomPagesV1 | +| [CIS: DNS Records Bulk](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordBulkV1 | +| [CIS: DNS Records](https://cloud.ibm.com/apidocs/cis/dnsrecords) | DnsRecordsV1 | +| [CIS: Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/firewall-access-rule) | FirewallAccessRulesV1 | +| [CIS: Security Level Settings](https://cloud.ibm.com/apidocs/cis/security-level-settings) | FirewallApiV1 | +| [CIS: GLB Events](https://cloud.ibm.com/apidocs/cis/glb-events) | GlobalLoadBalancerEventsV1 | +| [CIS: GLB Monitor](https://cloud.ibm.com/apidocs/cis/glb-monitor) | GlobalLoadBalancerMonitorV1 | +| [CIS: GLB Pools](https://cloud.ibm.com/apidocs/cis/glb-pool) | GlobalLoadBalancerPoolsV0 | +| [CIS: GLB Service](https://cloud.ibm.com/apidocs/cis/glb) | GlobalLoadBalancerV1 | +| [CIS: Page Rules](https://cloud.ibm.com/apidocs/cis/page-rules) | PageRuleApiV1 | +| [CIS: Range Application](https://cloud.ibm.com/apidocs/cis/range) | RangeApplicationsV1 | +| [CIS: Routing](https://cloud.ibm.com/apidocs/cis/routing) | RoutingV1 | +| [CIS: Security Events](https://cloud.ibm.com/apidocs/cis) | SecurityEventsApiV1 | +| [CIS: SSL/TLS](https://cloud.ibm.com/apidocs/cis/tls) | SslCertificateApiV1 | +| [CIS: User Agent Blocking Rules](https://cloud.ibm.com/apidocs/cis/user-agent-rules) | UserAgentBlockingRulesV1 | +| [CIS: WAF Settings](https://cloud.ibm.com/apidocs/cis/waf) | WafApiV1 | +| [CIS: WAF Rule Groups](https://cloud.ibm.com/apidocs/cis/waf-groups) | WafRuleGroupsApiV1 | +| [CIS: WAF Rule Packages](https://cloud.ibm.com/apidocs/cis/waf-packages) | WafRulePackagesApiV1 | +| [CIS: WAF Rules](https://cloud.ibm.com/apidocs/cis/waf-rules) | WafRulesApiV1 | +| [CIS: Zone Firewall Access Rules](https://cloud.ibm.com/apidocs/cis/zone-firewall-access-rule) | ZoneFirewallAccessRulesV1 | +| [CIS: Zone Lockdown](https://cloud.ibm.com/apidocs/cis/zone-lockdown) | ZoneLockdownV1 | +| [CIS: Zone Rate Limits](https://cloud.ibm.com/apidocs/cis) | ZoneRateLimitsV1 | +| [CIS: Zone Settings](https://cloud.ibm.com/apidocs/cis/zonesettings) | ZonesSettingsV1 | +| [CIS: Zones](https://cloud.ibm.com/apidocs/cis/zones) | ZonesV1 | + +| PDNS Service Name | Imported Class Name | +| -------------------------------------------------------------------------------- | ------------------------------------------ | +| [PDNS: Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~DnsZonesV1~ DnsSvcsV1 | +| [PDNS: Resource Records API](https://cloud.ibm.com/apidocs/dns-svcs) | ~ResourceRecordsV1~ DnsSvcsV1 | +| [PDNS: Permitted Networks for Zones API](https://cloud.ibm.com/apidocs/dns-svcs) | ~PermittedNetworksForDnsZonesV1~ DnsSvcsV1 | +| [PDNS: Global Load Balancers API](https://cloud.ibm.com/apidocs/dns-svcs) | ~GlobalLoadBalancersV1~ DnsSvcsV1 | + +| Direct Link Service | Imported Class Name | +| ------------------------------------------------------------------------------------------ | -------------------- | +| [Direct Link](https://cloud.ibm.com/apidocs/direct_link?code=python) | DirectLinkV1 | +| [Direct Link Provider](https://cloud.ibm.com/apidocs/direct_link_provider_api?code=python) | DirectLinkProviderV2 | + +| Transit Service | Imported Class Name | +| ---------------------------------------------------------------- | -------------------- | +| [Transit Gateway](https://cloud.ibm.com/apidocs/transit-gateway) | TransitGatewayApisV1 | + +## Prerequisites + +[ibm-cloud-onboarding]: https://cloud.ibm.com/registration + +- An [IBM Cloud][ibm-cloud-onboarding] account. +- An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys). +- Python 3.6 or above. + +## Installation + +To install, use `pip` or `easy_install`: + +```bash +pip install --upgrade "ibm-cloud-networking-services==0.22.0" +``` + +or + +```bash +easy_install --upgrade "ibm-cloud-networking-servies==0.22.0" +``` + +## Using the SDK + +For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md) + +## Questions + +If you are having difficulties using this SDK or have a question about the IBM Cloud services, +please ask a question +[Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-cloud). + +## Issues + +If you encounter an issue with the project, you are welcome to submit a +[bug report](<github-repo-url>/issues). +Before that, please search for similar issues. It's possible that someone has already reported the problem. + +## Deprecation Notice + +For deprecation notice, please see [this link](https://github.com/IBM/networking-python-sdk/blob/master/DEPRECATION-NOTICE.md) + +## Open source @ IBM + +Find more open source projects on the [IBM Github Page](http://ibm.github.io/) + +## Contributing + +See [CONTRIBUTING](CONTRIBUTING.md). + +## License + +This SDK is released under the Apache 2.0 license. +The license's full text can be found in [LICENSE](LICENSE). + + + + +%prep +%autosetup -n ibm-cloud-networking-services-0.22.0 + +%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-ibm-cloud-networking-services -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.22.0-1 +- Package Spec generated @@ -0,0 +1 @@ +75daffebf6746d7210c3a3899a3cc070 ibm-cloud-networking-services-0.22.0.tar.gz |
