diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:50:26 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:50:26 +0000 |
| commit | 0d36c521b3c7e5e02496a572bc99b8d5e3f0f414 (patch) | |
| tree | a392e71be9a5635cd67b465ab2de160540d4a49b | |
| parent | 824d12757590d781403528eb22f0ac8ef6c11454 (diff) | |
automatic import of python-pythonqwtopeneuler20.03
| -rw-r--r-- | python-pythonqwt.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pythonqwt.spec b/python-pythonqwt.spec index 16ef5d3..06fcc54 100644 --- a/python-pythonqwt.spec +++ b/python-pythonqwt.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Qt plotting widgets for Python License: GNU Lesser General Public License v2 (LGPLv2) URL: https://github.com/PierreRaybaut/PythonQwt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/6c/522c74043a28debc0f6696722806649240c17ed5ec9b0c6b24b4b012de40/PythonQwt-0.10.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a5/6c/522c74043a28debc0f6696722806649240c17ed5ec9b0c6b24b4b012de40/PythonQwt-0.10.2.tar.gz BuildArch: noarch @@ -117,20 +117,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 . @@ -143,5 +143,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1 - Package Spec generated |
