summaryrefslogtreecommitdiff
path: root/python-table-nan-val.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:46:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:46:23 +0000
commit2ee6f2bc44087a7c79ee776bc459ebd4536554b4 (patch)
tree180fda4cf9b0cde72e9ba6740b876dbdebc802a8 /python-table-nan-val.spec
parent7136b53fe8597b3e448c55d50a987777f86ca4ae (diff)
automatic import of python-table-nan-valopeneuler20.03
Diffstat (limited to 'python-table-nan-val.spec')
-rw-r--r--python-table-nan-val.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-table-nan-val.spec b/python-table-nan-val.spec
index 8028dcb..e01bb14 100644
--- a/python-table-nan-val.spec
+++ b/python-table-nan-val.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: find missing value for DataFrame
License: MIT License
URL: https://github.com/bdfd/6.1-PyPI_Table_Nan_Val
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/d2/c7254515465339c00999c7b414af2b5ed1026c8d031891fa8cd9ba405ace/table_nan_val-1.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/83/d2/c7254515465339c00999c7b414af2b5ed1026c8d031891fa8cd9ba405ace/table_nan_val-1.0.0.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -136,7 +136,7 @@ https://github.com/bdfd/6.1-PyPI_Table_Nan_Val
%prep
-%autosetup -n table-nan-val-1.0.0
+%autosetup -n table_nan_val-1.0.0
%build
%py3_build
@@ -150,20 +150,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 .
@@ -176,5 +176,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
- Package Spec generated