diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 08:35:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 08:35:40 +0000 |
commit | d6d94d94a476da35466233ba50a80eedddc59e7d (patch) | |
tree | ab0ec6aa914d1a6610ed18a4147de78141e61a8b | |
parent | 06f1396fc2a28e0e57d178d7847e8bce042ae3dc (diff) |
automatic import of python-azure-cli-redisopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-azure-cli-redis.spec | 78 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 80 insertions, 0 deletions
@@ -0,0 +1 @@ +/azure-cli-redis-0.4.4.tar.gz diff --git a/python-azure-cli-redis.spec b/python-azure-cli-redis.spec new file mode 100644 index 0000000..c4cffc1 --- /dev/null +++ b/python-azure-cli-redis.spec @@ -0,0 +1,78 @@ +%global _empty_manifest_terminate_build 0 +Name: python-azure-cli-redis +Version: 0.4.4 +Release: 1 +Summary: Microsoft Azure Command-Line Tools Redis Command Module +License: MIT +URL: https://github.com/Azure/azure-cli +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f9/99/a61ec1df7d1e4682c253de4176185cc62f84d7073e50a6cb7e5949d4dc63/azure-cli-redis-0.4.4.tar.gz +BuildArch: noarch + +Requires: python3-azure-mgmt-redis +Requires: python3-azure-cli-core +Requires: python3-azure-cli-command-modules-nspkg + +%description +This package is for the 'redis' module. +i.e. 'az redis' + +%package -n python3-azure-cli-redis +Summary: Microsoft Azure Command-Line Tools Redis Command Module +Provides: python-azure-cli-redis +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-azure-cli-redis +This package is for the 'redis' module. +i.e. 'az redis' + +%package help +Summary: Development documents and examples for azure-cli-redis +Provides: python3-azure-cli-redis-doc +%description help +This package is for the 'redis' module. +i.e. 'az redis' + +%prep +%autosetup -n azure-cli-redis-0.4.4 + +%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-azure-cli-redis -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.4-1 +- Package Spec generated @@ -0,0 +1 @@ +7e6f59a2007d4744c1b88ffeaf697b7d azure-cli-redis-0.4.4.tar.gz |