diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:19:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:19:31 +0000 |
commit | e8f4234a4a3c18def3792ab5d3bac424f13d8d6a (patch) | |
tree | bb29ba3e77b52d74f418bdb414af1bf06a79b576 /python-glwindow.spec | |
parent | 6111823ac6f6810da881088cf3dae2322eeeb709 (diff) |
automatic import of python-glwindowopeneuler20.03
Diffstat (limited to 'python-glwindow.spec')
-rw-r--r-- | python-glwindow.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-glwindow.spec b/python-glwindow.spec index 86c4215..81136a1 100644 --- a/python-glwindow.spec +++ b/python-glwindow.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A simple window with your own main loop. License: MIT URL: https://github.com/glnext/glwindow/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/89/eb38cebce6044d8fe4a21786222eb08dd5fae6560b07061acbc48180813a/glwindow-4.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4b/89/eb38cebce6044d8fe4a21786222eb08dd5fae6560b07061acbc48180813a/glwindow-4.2.0.tar.gz %description @@ -377,20 +377,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 . @@ -403,5 +403,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1 - Package Spec generated |