diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:55:09 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:55:09 +0000 |
| commit | d24f7ddaf48a6dbc983c61db03443dbf939c4e3b (patch) | |
| tree | 3e1f023b1d0053069ec71dc696c4dabc6dcc3a11 | |
| parent | d0f0c83fb8899754ecd04f5824783a039322e317 (diff) | |
automatic import of python-mingusopeneuler20.03
| -rw-r--r-- | python-mingus.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mingus.spec b/python-mingus.spec index 5e464dd..49ace47 100644 --- a/python-mingus.spec +++ b/python-mingus.spec @@ -5,7 +5,7 @@ Release: 1 Summary: mingus is a music package for Python License: GPLv3 URL: https://github.com/bspaans/python-mingus -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/95/fc02e41d077d7713b4576e480c7f42f8e4610959667f8ab4b8ba511c0422/mingus-0.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ff/95/fc02e41d077d7713b4576e480c7f42f8e4610959667f8ab4b8ba511c0422/mingus-0.6.1.tar.gz BuildArch: noarch Requires: python3-six @@ -66,20 +66,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 . @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated |
