diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:36:11 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:36:11 +0000 |
| commit | 06812bfefd2d88211bd0e7ce75f109ab1e2383d4 (patch) | |
| tree | e7d9f264be437487417a0094290fbb11774759d5 | |
| parent | 31591cc80c0f6f6f9a73f79c9f7c745de031ce67 (diff) | |
automatic import of python-autograder-guiopeneuler20.03
| -rw-r--r-- | python-autograder-gui.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-autograder-gui.spec b/python-autograder-gui.spec index 0a3d85f..b25fa9e 100644 --- a/python-autograder-gui.spec +++ b/python-autograder-gui.spec @@ -5,7 +5,7 @@ Release: 1 Summary: please add a summary manually as the author left a blank one License: GPLv3 URL: https://github.com/Ovsyanka83/autograder_electron -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/73/260ed9de2b91112f17fdfd07c6c68fb9d4d4d5cf0a420cd847c742a01257/autograder_gui-0.8.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/73/260ed9de2b91112f17fdfd07c6c68fb9d4d4d5cf0a420cd847c742a01257/autograder_gui-0.8.4.tar.gz BuildArch: noarch Requires: python3-Eel[jinja2] @@ -32,7 +32,7 @@ Provides: python3-autograder-gui-doc %prep -%autosetup -n autograder-gui-0.8.4 +%autosetup -n autograder_gui-0.8.4 %build %py3_build @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.4-1 - Package Spec generated |
