diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:46:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:46:22 +0000 |
commit | fa8738ff816dde2800ad18d9f591b3e1ce850b48 (patch) | |
tree | 895270e58b367ada8f83404f811187d003aecb3c | |
parent | f3cbc5cd3967271145bfb69612d6366737660713 (diff) |
automatic import of python-classroom-gizmosopeneuler20.03
-rw-r--r-- | python-classroom-gizmos.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-classroom-gizmos.spec b/python-classroom-gizmos.spec index f2d6b84..cc0f023 100644 --- a/python-classroom-gizmos.spec +++ b/python-classroom-gizmos.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Several small functions for classroom instruction. License: GNU General Public License v3 or later (GPLv3+) URL: https://github.com/Danseur1/Classroom_gizmos -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/41/0c1a65e979caa9522cecba301bf1b0579bc6ec0de54137e3642a55494ea4/classroom_gizmos-0.0b2.dev32.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/db/41/0c1a65e979caa9522cecba301bf1b0579bc6ec0de54137e3642a55494ea4/classroom_gizmos-0.0b2.dev32.tar.gz BuildArch: noarch @@ -343,7 +343,7 @@ All functions should have doc strings that give more information about usage and %prep -%autosetup -n classroom-gizmos-0.0b2.dev32 +%autosetup -n classroom_gizmos-0.0b2.dev32 %build %py3_build @@ -357,20 +357,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 . @@ -383,5 +383,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0b2.dev32-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0b2.dev32-1 - Package Spec generated |