diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:42:34 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:42:34 +0000 |
| commit | 2ee07974b00496301b9ff70620e0d04ed9a50f3e (patch) | |
| tree | a3416c5d4fe6844562c1691bd92f2eb508fcaf99 /python-fast-bitrix24.spec | |
| parent | 961ba946b875cd37fb4b10bfad689a2140f2cf10 (diff) | |
automatic import of python-fast-bitrix24openeuler20.03
Diffstat (limited to 'python-fast-bitrix24.spec')
| -rw-r--r-- | python-fast-bitrix24.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-fast-bitrix24.spec b/python-fast-bitrix24.spec index 6c14f91..45e9b65 100644 --- a/python-fast-bitrix24.spec +++ b/python-fast-bitrix24.spec @@ -5,7 +5,7 @@ Release: 1 Summary: API wrapper для быстрого получения данных от Битрикс24 через REST API. Параллельные запросы к серверу, упаковка запросов в батчи, контроль скорости запросов, есть синхронный и асинхронный клиенты. License: MIT URL: https://github.com/leshchenko1979/fast_bitrix24 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/f1/62322143189c60ca416cf6a8292260b1db12fc29fa43382e21d94a0c6424/fast_bitrix24-1.5.16.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1c/f1/62322143189c60ca416cf6a8292260b1db12fc29fa43382e21d94a0c6424/fast_bitrix24-1.5.16.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -870,7 +870,7 @@ asyncio.run(main()) %prep -%autosetup -n fast-bitrix24-1.5.16 +%autosetup -n fast_bitrix24-1.5.16 %build %py3_build @@ -884,20 +884,20 @@ 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 + 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 + 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 + 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 + 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 + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -910,5 +910,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.16-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.16-1 - Package Spec generated |
