diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:37:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:37:05 +0000 |
commit | cebdb2e656fe1e4cb09424870a81688ac19a8520 (patch) | |
tree | a664c2d57c7077f746abaeb1ad5d90da53f57d21 | |
parent | f0abc5b96d066130fe2e1fcef192bac2d6a68950 (diff) |
automatic import of python-gltflibopeneuler20.03
-rw-r--r-- | python-gltflib.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-gltflib.spec b/python-gltflib.spec index 0a9af7e..a349d5d 100644 --- a/python-gltflib.spec +++ b/python-gltflib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Library for parsing, creating, and converting glTF 2.0 files in Python. License: MIT URL: http://github.com/sergkr/gltflib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/a7/d1a819544e2d57e4958595725e5f371f8fac0060439989760b36006d3b11/gltflib-1.0.13.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/a7/d1a819544e2d57e4958595725e5f371f8fac0060439989760b36006d3b11/gltflib-1.0.13.tar.gz BuildArch: noarch Requires: python3-dataclasses-json @@ -1706,20 +1706,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 . @@ -1732,5 +1732,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1 - Package Spec generated |