summaryrefslogtreecommitdiff
path: root/python-eclipse-zenoh.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:29:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:29:28 +0000
commit16ad16f11f9599b1dc919a0230fd29de0a1a7c8f (patch)
tree3c7f880fdd82cf51dbc956fc3c46558b95754ab2 /python-eclipse-zenoh.spec
parent987d3bd60254441b26d9949e5311fd91e3f9694f (diff)
automatic import of python-eclipse-zenohopeneuler20.03
Diffstat (limited to 'python-eclipse-zenoh.spec')
-rw-r--r--python-eclipse-zenoh.spec20
1 files changed, 10 insertions, 10 deletions
diff --git a/python-eclipse-zenoh.spec b/python-eclipse-zenoh.spec
index dd4c132..b0afedf 100644
--- a/python-eclipse-zenoh.spec
+++ b/python-eclipse-zenoh.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-eclipse-zenoh
-Version: 0.7.0rc0
+Version: 0.7.2rc0
Release: 1
Summary: The python API for Eclipse zenoh
-License: Apache Software License
+License: EPL-2.0 OR Apache-2.0
URL: https://pypi.org/project/eclipse-zenoh/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/0f/dac6666c814ad0a3b597cef51b33f572a41717a6064ec389e917e56b7868/eclipse_zenoh-0.7.0rc0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2e/3e/6f22ea2d0b5a75fb73922c9a409a21633c22b4094bdaf740aed443e1e3fe/eclipse_zenoh-0.7.2rc0.tar.gz
%description
@@ -30,7 +30,7 @@ Provides: python3-eclipse-zenoh-doc
# Python API
%prep
-%autosetup -n eclipse-zenoh-0.7.0rc0
+%autosetup -n eclipse_zenoh-0.7.2rc0
%build
%py3_build
@@ -44,20 +44,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 .
@@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0rc0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.2rc0-1
- Package Spec generated