From bac145782af2927dcf6a3efaee2250fcf407d338 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:59:12 +0000 Subject: automatic import of python-pyxllib --- .gitignore | 1 + python-pyxllib.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8935c56..f757ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pyxllib-0.3.42.tar.gz +/pyxllib-0.3.45.tar.gz 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 - 0.3.42-1 +* Thu Jun 08 2023 Python_Bot - 0.3.45-1 - Package Spec generated diff --git a/sources b/sources index dada80f..de021da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0013b98b7e87c2ac2c4c022469aee0f pyxllib-0.3.42.tar.gz +a697f16559519c67a027b68b5740cc27 pyxllib-0.3.45.tar.gz -- cgit v1.2.3