summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:14:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:14:50 +0000
commit970592c916aff5beae06075f9f5fd9d11fe53c06 (patch)
tree3826d758c22ddbc996a12a87721776fabe779100
parent6b0ace36467a2dba09d00817192c559b5298152a (diff)
automatic import of python-hydro-serving-grpcopeneuler20.03
-rw-r--r--python-hydro-serving-grpc.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-hydro-serving-grpc.spec b/python-hydro-serving-grpc.spec
index cc2b6a7..eb95886 100644
--- a/python-hydro-serving-grpc.spec
+++ b/python-hydro-serving-grpc.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Protobuf messages and GRPC API for Hydrosphere Serving platform
License: Apache 2.0
URL: https://github.com/Hydrospheredata/hydro-serving-protos
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/3b/b0315c48f586664216cdc4954ef9fecf50e93a64541227e8fa2d45fbe1b9/hydro_serving_grpc-3.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/3b/b0315c48f586664216cdc4954ef9fecf50e93a64541227e8fa2d45fbe1b9/hydro_serving_grpc-3.0.3.tar.gz
BuildArch: noarch
Requires: python3-grpcio
@@ -36,7 +36,7 @@ Provides: python3-hydro-serving-grpc-doc
Contains compiled messages and service interfaces.
%prep
-%autosetup -n hydro-serving-grpc-3.0.3
+%autosetup -n hydro_serving_grpc-3.0.3
%build
%py3_build
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.3-1
- Package Spec generated