From 16ad16f11f9599b1dc919a0230fd29de0a1a7c8f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 23:29:28 +0000 Subject: automatic import of python-eclipse-zenoh --- .gitignore | 1 + python-eclipse-zenoh.spec | 20 ++++++++++---------- sources | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 3533034..b64dfaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /eclipse_zenoh-0.7.0rc0.tar.gz +/eclipse_zenoh-0.7.2rc0.tar.gz 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 - 0.7.0rc0-1 +* Thu Jun 08 2023 Python_Bot - 0.7.2rc0-1 - Package Spec generated diff --git a/sources b/sources index 8aa8cf2..37f45cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c305e13aff39066d10ea79229708915f eclipse_zenoh-0.7.0rc0.tar.gz +047156903bd9ccf311e7071fb2b2018f eclipse_zenoh-0.7.2rc0.tar.gz -- cgit v1.2.3