diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:45:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:45:09 +0000 |
commit | 625b8a448c687a802197073514e17103e9ff8f49 (patch) | |
tree | 60ac1e289290c297d5066f8db1a6509c06a50786 /python-irisapi.spec | |
parent | 7b705b0c0782151db6118ebe9fc5ceb8a5f2c080 (diff) |
automatic import of python-irisapiopeneuler20.03
Diffstat (limited to 'python-irisapi.spec')
-rw-r--r-- | python-irisapi.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-irisapi.spec b/python-irisapi.spec index a3415e3..4dead15 100644 --- a/python-irisapi.spec +++ b/python-irisapi.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Iris is a highly configurable and flexible service for paging and messaging. License: BSD License URL: https://github.com/linkedin/iris -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/c1/2e899767e64ce6945478e3241a51b177e3fb5d2131e87326f917a5c401db/irisapi-1.0.37.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7f/c1/2e899767e64ce6945478e3241a51b177e3fb5d2131e87326f917a5c401db/irisapi-1.0.37.tar.gz BuildArch: noarch Requires: python3-streql @@ -90,20 +90,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 . @@ -116,5 +116,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.37-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.37-1 - Package Spec generated |