diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:36:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:36:55 +0000 |
commit | 9fd40fcbdf13792cd69f5d5ab18f60f83a358ced (patch) | |
tree | b20f4ebbbcefde6b453f89d6ec936780b16b0645 | |
parent | cf34349004bf8094bdb30d01d386774674a49258 (diff) |
automatic import of python-music-tagopeneuler20.03
-rw-r--r-- | python-music-tag.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-music-tag.spec b/python-music-tag.spec index 614a310..18b7c38 100644 --- a/python-music-tag.spec +++ b/python-music-tag.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Simple interface to edit audio file metadata License: MIT URL: https://github.com/KristoforMaynard/music-tag -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/f4/ebcdd2fc9bfaf569b795250090e4f4088dc65a5a3e32c53baa9bfc3fc296/music-tag-0.4.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/f4/ebcdd2fc9bfaf569b795250090e4f4088dc65a5a3e32c53baa9bfc3fc296/music-tag-0.4.3.tar.gz BuildArch: noarch @@ -651,20 +651,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 . @@ -677,5 +677,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.3-1 - Package Spec generated |