diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:55:21 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:55:21 +0000 |
| commit | 15a0efd469db7c6687e5b70243e90c2fce947db0 (patch) | |
| tree | d8b2da6c39e202639dbbf146d0e7378e7202bba7 /python-wombat-db.spec | |
| parent | af33740c25d4aef5abfbb26e29c319ef646e1faa (diff) | |
automatic import of python-wombat-dbopeneuler20.03
Diffstat (limited to 'python-wombat-db.spec')
| -rw-r--r-- | python-wombat-db.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-wombat-db.spec b/python-wombat-db.spec index 1c0fa36..5cede36 100644 --- a/python-wombat-db.spec +++ b/python-wombat-db.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Useful data crunching tools for pyarrow License: APACHE URL: https://github.com/TomScheffers/wombat -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d3/24/88e245a2833b96e768bfa958c0a67f6fe6496c6489adf37ea4a7cda4bd91/wombat_db-0.0.18.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d3/24/88e245a2833b96e768bfa958c0a67f6fe6496c6489adf37ea4a7cda4bd91/wombat_db-0.0.18.tar.gz BuildArch: noarch Requires: python3-numpy @@ -324,7 +324,7 @@ Pull requests are very welcome, however I believe in 80% of the utility in 20% o %prep -%autosetup -n wombat-db-0.0.18 +%autosetup -n wombat_db-0.0.18 %build %py3_build @@ -338,20 +338,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 . @@ -364,5 +364,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.18-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.18-1 - Package Spec generated |
