diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-12 06:16:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-12 06:16:13 +0000 |
| commit | 53c65c65f2986c173ed3bde5891e157460d82335 (patch) | |
| tree | f5709c7df9590e39c073c18b9b14653547f74884 /python-splunk-cloud-sdk.spec | |
| parent | 4586ed6fe798079123507856d97137902622e287 (diff) | |
automatic import of python-splunk-cloud-sdk
Diffstat (limited to 'python-splunk-cloud-sdk.spec')
| -rw-r--r-- | python-splunk-cloud-sdk.spec | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/python-splunk-cloud-sdk.spec b/python-splunk-cloud-sdk.spec new file mode 100644 index 0000000..1976ccd --- /dev/null +++ b/python-splunk-cloud-sdk.spec @@ -0,0 +1,81 @@ +%global _empty_manifest_terminate_build 0 +Name: python-splunk-cloud-sdk +Version: 11.0.0 +Release: 1 +Summary: SDK for the Splunk Developer Cloud platform +License: MIT +URL: https://pypi.org/project/splunk-cloud-sdk/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/76/8f99fe066374084500a4619509dea0250fd356675a7a57c234af5e555f29/splunk-cloud-sdk-11.0.0.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-urllib3 +Requires: python3-pep8 +Requires: python3-sphinx +Requires: python3-sphinxcontrib-apidoc +Requires: python3-cryptography +Requires: python3-coverage +Requires: python3-flake8 +Requires: python3-pytest + +%description + + +%package -n python3-splunk-cloud-sdk +Summary: SDK for the Splunk Developer Cloud platform +Provides: python-splunk-cloud-sdk +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-splunk-cloud-sdk + + +%package help +Summary: Development documents and examples for splunk-cloud-sdk +Provides: python3-splunk-cloud-sdk-doc +%description help + + +%prep +%autosetup -n splunk-cloud-sdk-11.0.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-splunk-cloud-sdk -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 11.0.0-1 +- Package Spec generated |
