diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:24:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:24:41 +0000 |
commit | 8721e7829dfa307df65a699fb3aba2f38efa7858 (patch) | |
tree | 34d6c58c200e17ff766b2a85eed5683a5471a04b | |
parent | 3beb199806ede191912d0fc0d3cf4bedee3f1d3b (diff) |
automatic import of python-audio-program-generatoropeneuler20.03
-rw-r--r-- | python-audio-program-generator.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-audio-program-generator.spec b/python-audio-program-generator.spec index 1773254..57b7ef5 100644 --- a/python-audio-program-generator.spec +++ b/python-audio-program-generator.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Create an audio program from a text file containing English sentences License: MIT URL: https://github.com/jeffwright13/audio_program_generator/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/3b/6a47a65861a7d7ab656999458c729899f2321f600557989a084a4063d28f/audio_program_generator-1.12.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5a/3b/6a47a65861a7d7ab656999458c729899f2321f600557989a084a4063d28f/audio_program_generator-1.12.1.tar.gz BuildArch: noarch Requires: python3-alive-progress @@ -541,7 +541,7 @@ Jeff Wright <jeff.washcloth@gmail.com> %prep -%autosetup -n audio-program-generator-1.12.1 +%autosetup -n audio_program_generator-1.12.1 %build %py3_build @@ -555,20 +555,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 . @@ -581,5 +581,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.1-1 - Package Spec generated |