diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:59:12 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:59:12 +0000 |
| commit | bac145782af2927dcf6a3efaee2250fcf407d338 (patch) | |
| tree | 8c6f40877fbacfe54a3096f718c6272827ac7c68 | |
| parent | 5213a3156e82af0a8fc0458e8c7c191ea94acde8 (diff) | |
automatic import of python-pyxllibopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyxllib.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <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 @@ -1 +1 @@ -b0013b98b7e87c2ac2c4c022469aee0f pyxllib-0.3.42.tar.gz +a697f16559519c67a027b68b5740cc27 pyxllib-0.3.45.tar.gz |
