diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-11 22:00:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 22:00:37 +0000 |
commit | 0dff9748ab907a82a21add22b67f9c079017be08 (patch) | |
tree | b02e1fae383ca00743c4191737e26579af721d1a | |
parent | 2f4a2bc23d9fade66ec23ca1dc878272bea3e3a9 (diff) |
automatic import of python-boto3-type
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-boto3-type.spec | 74 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 76 insertions, 0 deletions
@@ -0,0 +1 @@ +/boto3_type-0.1.0.tar.gz diff --git a/python-boto3-type.spec b/python-boto3-type.spec new file mode 100644 index 0000000..f916573 --- /dev/null +++ b/python-boto3-type.spec @@ -0,0 +1,74 @@ +%global _empty_manifest_terminate_build 0 +Name: python-boto3-type +Version: 0.1.0 +Release: 1 +Summary: Boto3 service type check +License: BSD-2-Clause +URL: https://github.com/j4c0bs/boto3-type +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/44/ef51ac944df0e52ee95ef927cc2d2248966b32dd94a92f34e664ec131345/boto3_type-0.1.0.tar.gz +BuildArch: noarch + +Requires: python3-boto3 +Requires: python3-botocore + +%description +AttributeError Traceback (most recent call last) + +%package -n python3-boto3-type +Summary: Boto3 service type check +Provides: python-boto3-type +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-boto3-type +AttributeError Traceback (most recent call last) + +%package help +Summary: Development documents and examples for boto3-type +Provides: python3-boto3-type-doc +%description help +AttributeError Traceback (most recent call last) + +%prep +%autosetup -n boto3-type-0.1.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-boto3-type -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.0-1 +- Package Spec generated @@ -0,0 +1 @@ +36ed2f1eb1ed0e17f9094234e725a772 boto3_type-0.1.0.tar.gz |