summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:40:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:40:57 +0000
commitb15f5ea7658aff71907bbb9662cba1597df1e020 (patch)
tree483a89bc0d1fc891b2e42fa6c6db61bf62152102
parent9094762018f2ab46f008a69b4d369191f032420c (diff)
automatic import of python-spark-ml-utilsopeneuler20.03
-rw-r--r--python-spark-ml-utils.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-spark-ml-utils.spec b/python-spark-ml-utils.spec
index e861bf0..b710883 100644
--- a/python-spark-ml-utils.spec
+++ b/python-spark-ml-utils.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Some spark ml utilities, for easy checking/modifying spark pipeline, extracting feature importance for spark logistic regression model
License: MIT License
URL: https://github.com/xinyongtian/py_spark_ml_utils
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/2f/c01f2becf1737a9ca67673375aaa6489fce70f7483dd442e9f6501c3ee94/spark_ml_utils-0.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b3/2f/c01f2becf1737a9ca67673375aaa6489fce70f7483dd442e9f6501c3ee94/spark_ml_utils-0.0.3.tar.gz
BuildArch: noarch
@@ -88,7 +88,7 @@ Some spark ml utilities, for easy checking/modifying spark pipeline, extracting
%prep
-%autosetup -n spark-ml-utils-0.0.3
+%autosetup -n spark_ml_utils-0.0.3
%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
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.3-1
- Package Spec generated