diff options
Diffstat (limited to 'python-pyxllib.spec')
| -rw-r--r-- | python-pyxllib.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pyxllib.spec b/python-pyxllib.spec index eb4ff6f..15a7498 100644 --- a/python-pyxllib.spec +++ b/python-pyxllib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyxllib -Version: 0.3.42 +Version: 0.3.45 Release: 1 Summary: 厦门理工模式识别团队通用python代码工具库 License: Apache License 2.0 URL: https://github.com/XLPRUtils/pyxllib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/44/198ab993d36bce0f98dfa826beebb36377efe22faa8220a2eab5019ee7cd/pyxllib-0.3.42.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/6d/015fc9ea06146ebd374f399c0b840b128ac78fdd72fcc114e0d6e40a8511/pyxllib-0.3.45.tar.gz BuildArch: noarch @@ -88,7 +88,7 @@ of [free license for open sourse project development](https://pycharm.iswbm.com/ %prep -%autosetup -n pyxllib-0.3.42 +%autosetup -n pyxllib-0.3.45 %build %py3_build @@ -102,20 +102,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 . @@ -128,5 +128,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.42-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.45-1 - Package Spec generated |
