diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:03:45 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:03:45 +0000 |
| commit | 6e901d8f8bea38f808623822c828ab1f5c1778c3 (patch) | |
| tree | 839418d20100bbf4718347fa1e9b1f650618af79 | |
| parent | c99e5c62ec3b169d37b40cd126ac72a14e0b501d (diff) | |
automatic import of python-pluxbox-radiomanager-clientopeneuler20.03
| -rw-r--r-- | python-pluxbox-radiomanager-client.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pluxbox-radiomanager-client.spec b/python-pluxbox-radiomanager-client.spec index 7b3f27a..3cb3639 100644 --- a/python-pluxbox-radiomanager-client.spec +++ b/python-pluxbox-radiomanager-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: RadioManager License: MIT URL: http://pluxbox.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/16/cb4233e834db1c54ccd0653d903b905df2eebdabe2812b00b2dc665deff2/Pluxbox%20RadioManager%20Client-1.1.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/09/16/cb4233e834db1c54ccd0653d903b905df2eebdabe2812b00b2dc665deff2/Pluxbox%20RadioManager%20Client-1.1.6.tar.gz BuildArch: noarch Requires: python3-certifi @@ -41,7 +41,7 @@ RadioManager %prep -%autosetup -n Pluxbox-RadioManager-Client-1.1.6 +%autosetup -n Pluxbox RadioManager Client-1.1.6 %build %py3_build @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.6-1 - Package Spec generated |
