summaryrefslogtreecommitdiff
path: root/python-mlserver-mllib.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-mlserver-mllib.spec')
-rw-r--r--python-mlserver-mllib.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-mlserver-mllib.spec b/python-mlserver-mllib.spec
index 0387b77..3148184 100644
--- a/python-mlserver-mllib.spec
+++ b/python-mlserver-mllib.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-mlserver-mllib
-Version: 1.3.2
+Version: 1.3.3
Release: 1
Summary: Spark MLlib runtime for MLServer
License: Apache 2.0
URL: https://github.com/SeldonIO/MLServer.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/32/b924d0a94c0e0654390fba246bf8a776f2d542cc2b01307ef7a0c3c20231/mlserver-mllib-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/37/f4/a4861b0de5c2f62441ff612aeb298f2cca5f64f9ca270a0083e9f907c270/mlserver-mllib-1.3.3.tar.gz
BuildArch: noarch
Requires: python3-mlserver
@@ -78,7 +78,7 @@ out the [MLServer repository](https://github.com/SeldonIO/MLServer).
%prep
-%autosetup -n mlserver-mllib-1.3.2
+%autosetup -n mlserver-mllib-1.3.3
%build
%py3_build
@@ -92,20 +92,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 .
@@ -118,5 +118,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
- Package Spec generated