diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:09:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:09:17 +0000 |
commit | 1519d93d4ceb8dce4feda80ee5c2aab59ca2ee90 (patch) | |
tree | 77898e43debc3f361eec7e2c3d59e3cf093f2934 | |
parent | b6ea778578dca2a52be6ad954e9fe7c47008c9ce (diff) |
automatic import of python-djallin2openeuler20.03
-rw-r--r-- | python-djallin2.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-djallin2.spec b/python-djallin2.spec index 4bd2397..1b6b0b4 100644 --- a/python-djallin2.spec +++ b/python-djallin2.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Twitch noisemaker License: MIT License URL: https://github.com/vilhelmen/djallin2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/b3/d40ac39f6eb808f78406745a2d616ca6bf6a2e6b24b606b3eafda865905f/djallin2-0.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/58/b3/d40ac39f6eb808f78406745a2d616ca6bf6a2e6b24b606b3eafda865905f/djallin2-0.8.2.tar.gz BuildArch: noarch Requires: python3-toml @@ -359,20 +359,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 . @@ -385,5 +385,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 - Package Spec generated |