diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:19:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:19:28 +0000 |
commit | f4fe06029f2380c8928c623e3c1001c7cfbb4185 (patch) | |
tree | 01db8779477cd23af965066897282400ab1b88cb | |
parent | 39ba6e52378f15cf55070393ed31097412859c86 (diff) |
automatic import of python-grpc-robotopeneuler20.03
-rw-r--r-- | python-grpc-robot.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-grpc-robot.spec b/python-grpc-robot.spec index aaabbb0..32d1a87 100644 --- a/python-grpc-robot.spec +++ b/python-grpc-robot.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Package for sending/recieving messages to/from a gRPC server. License: Copyright 2020-present Open Networking Foundation Original copyright 2020-present ADTRAN, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. URL: https://pypi.org/project/grpc-robot/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/38/a66e8bc3e83b37a5f079717292b66277ee26365c2ba063d4fff28bbbb60f/grpc_robot-2.9.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/34/38/a66e8bc3e83b37a5f079717292b66277ee26365c2ba063d4fff28bbbb60f/grpc_robot-2.9.6.tar.gz BuildArch: noarch Requires: python3-parsy @@ -300,7 +300,7 @@ The json file is the conversion of the ProtoBuf files content into json format w %prep -%autosetup -n grpc-robot-2.9.6 +%autosetup -n grpc_robot-2.9.6 %build %py3_build @@ -314,20 +314,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 . @@ -340,5 +340,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.9.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.9.6-1 - Package Spec generated |