diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:12:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:12:23 +0000 |
commit | f30838f5c09b597c2ac10a3099a638b48e41da86 (patch) | |
tree | dd4a2a7ac9a7b83ff88f3951986261d95351f15b | |
parent | 570657fc0c58549f58e075a5c4608f2ad74b4b55 (diff) |
automatic import of python-graphicswithpythonopeneuler20.03
-rw-r--r-- | python-graphicswithpython.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-graphicswithpython.spec b/python-graphicswithpython.spec index 779b1a6..4433358 100644 --- a/python-graphicswithpython.spec +++ b/python-graphicswithpython.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Graphic With Python (GWP) is a user-friendly and simpler way to practise and imply Computer Graphic Concept . It is better then graphics.h as GWP is faster & easy to implement. The Aim for this library is to make Computer Graphic Visualization easier and understandable by providing Fuction for each Method and support. License: Apache Software License URL: https://github.com/YameenV/graphicswithpython.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/82/9ee8904914f22573c836aef63cd4b4f2ab5e0b5043e1c07fb76ea44a9c32/GraphicswithPython-0.0.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bf/82/9ee8904914f22573c836aef63cd4b4f2ab5e0b5043e1c07fb76ea44a9c32/GraphicswithPython-0.0.11.tar.gz BuildArch: noarch Requires: python3-pygame @@ -1606,20 +1606,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 . @@ -1632,5 +1632,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1 - Package Spec generated |