diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-20 06:02:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-20 06:02:06 +0000 |
commit | a4bfe121f505f56bcf36ede18412a58b25f0dfa7 (patch) | |
tree | d81bc34713f0816d2062a45bc2e0846be9f42875 | |
parent | 1a65a5132a9739ed2d4081b62ed42b27aa4d519d (diff) |
automatic import of python-stups-kioopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-stups-kio.spec | 76 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 78 insertions, 0 deletions
@@ -0,0 +1 @@ +/stups-kio-0.1.26.tar.gz diff --git a/python-stups-kio.spec b/python-stups-kio.spec new file mode 100644 index 0000000..938589d --- /dev/null +++ b/python-stups-kio.spec @@ -0,0 +1,76 @@ +%global _empty_manifest_terminate_build 0 +Name: python-stups-kio +Version: 0.1.26 +Release: 1 +Summary: Simple command line utility to manage Kio applications +License: Apache License 2.0 +URL: https://github.com/zalando-stups/kio-cli +Source0: https://mirrors.aliyun.com/pypi/web/packages/d3/9a/0f1566ceb3750fc67bea52ca3c9c6c4edf46839c5882efec7500042c0081/stups-kio-0.1.26.tar.gz +BuildArch: noarch + +Requires: python3-clickclick +Requires: python3-requests +Requires: python3-stups-zign +Requires: python3-stups-cli-support + +%description + + +%package -n python3-stups-kio +Summary: Simple command line utility to manage Kio applications +Provides: python-stups-kio +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-stups-kio + + +%package help +Summary: Development documents and examples for stups-kio +Provides: python3-stups-kio-doc +%description help + + +%prep +%autosetup -n stups-kio-0.1.26 + +%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-stups-kio -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.26-1 +- Package Spec generated @@ -0,0 +1 @@ +aa7d08614edd9cba6b53bbf0fe292c6b stups-kio-0.1.26.tar.gz |