diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:38:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:38:19 +0000 |
commit | 9dcd12a0c11fad415ef7f05e776dda2dcf178958 (patch) | |
tree | eefeed7072a2d8a1ccda156cc2566b9628ea3a1e | |
parent | 1d666245ef99fccee58f6e59b301c32787290be7 (diff) |
automatic import of python-pysndfxopeneuler20.03
-rw-r--r-- | python-pysndfx.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pysndfx.spec b/python-pysndfx.spec index 36a5574..83a68d9 100644 --- a/python-pysndfx.spec +++ b/python-pysndfx.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays. License: MIT URL: https://github.com/carlthome/python-audio-effects -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/46/05d3b20d6512b73874623f6202f11d988ed6655ebccdb877eff8e25f8d2e/pysndfx-0.3.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f6/46/05d3b20d6512b73874623f6202f11d988ed6655ebccdb877eff8e25f8d2e/pysndfx-0.3.6.tar.gz BuildArch: noarch @@ -195,20 +195,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 . @@ -221,5 +221,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.6-1 - Package Spec generated |