diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:51:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:51:04 +0000 |
| commit | 5c916065a5810d440467838c791ce942cbab3e01 (patch) | |
| tree | e02136bb7ecafbd052903ea2eceeb5e56b7a15ea | |
| parent | c5a1fe01f408365808442f9e662cf722e5dadb5b (diff) | |
automatic import of python-pyexceleratoropeneuler20.03
| -rw-r--r-- | python-pyexcelerator.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pyexcelerator.spec b/python-pyexcelerator.spec index 65a6ec3..aa35cc6 100644 --- a/python-pyexcelerator.spec +++ b/python-pyexcelerator.spec @@ -5,7 +5,7 @@ Release: 1 Summary: generating Excel 97+ files; importing Excel 95+ files; Excel files dumper; OLE2 files dumper; xls2txt, xls2csv, xls2html License: BSD URL: http://sourceforge.net/projects/pyexcelerator/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/21/556398d15af938ac28e8f804f840949f833340880883a31ee8c9b533ae0b/pyexcelerator-0.6.4.1.tar.bz2 +Source0: https://mirrors.aliyun.com/pypi/web/packages/09/21/556398d15af938ac28e8f804f840949f833340880883a31ee8c9b533ae0b/pyexcelerator-0.6.4.1.tar.bz2 BuildArch: noarch @@ -52,7 +52,7 @@ only requirement -- Python 2.4b2 or higher. From version 0.5 pyExcelerator can import data from Excel spreadsheets. %prep -%autosetup -n pyExcelerator-0.6.4a +%autosetup -n pyexcelerator-0.6.4.1.tar-0.6.4a %build %py3_build @@ -66,20 +66,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 . @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.4a-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.4a-1 - Package Spec generated |
