diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:22:21 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:22:21 +0000 |
| commit | 3ae6f53260b22b6e3bfa41630c9f843f88295b7e (patch) | |
| tree | ba40fa369ce20c9efd12c5c80a32e7918d91f041 /python-udpy.spec | |
| parent | fd5e926cf2a14777fd3d5aee764da026d260dd61 (diff) | |
automatic import of python-udpyopeneuler20.03
Diffstat (limited to 'python-udpy.spec')
| -rw-r--r-- | python-udpy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-udpy.spec b/python-udpy.spec index 07d5155..3210ae2 100644 --- a/python-udpy.spec +++ b/python-udpy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Urban dictionary API wrapper for Python License: MIT URL: https://pypi.org/project/udpy/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/30/6a/f042fa77b28e29ea59803816e14e43c16859341d2305b5fa07e0f5191413/udpy-2.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/30/6a/f042fa77b28e29ea59803816e14e43c16859341d2305b5fa07e0f5191413/udpy-2.0.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -242,20 +242,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 . @@ -268,5 +268,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 - Package Spec generated |
