From d3f28a3a6606ff316a3c720d5541aa683542a478 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:43:10 +0000 Subject: automatic import of python-rticonnextdds-connector --- python-rticonnextdds-connector.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'python-rticonnextdds-connector.spec') diff --git a/python-rticonnextdds-connector.spec b/python-rticonnextdds-connector.spec index a10ca89..8c5a68a 100644 --- a/python-rticonnextdds-connector.spec +++ b/python-rticonnextdds-connector.spec @@ -5,7 +5,7 @@ Release: 1 Summary: RTI Connector for Python License: RTI URL: https://github.com/rticommunity/rticonnextdds-connector-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/82/c99708e29673e9ced0b61848b0be133a479dc8688e6987306b254d44af9d/rticonnextdds_connector-1.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a5/82/c99708e29673e9ced0b61848b0be133a479dc8688e6987306b254d44af9d/rticonnextdds_connector-1.2.2.tar.gz BuildArch: noarch @@ -58,7 +58,7 @@ other languages. `Connext Python API `__ (experimental in 7.0.0). %prep -%autosetup -n rticonnextdds-connector-1.2.2 +%autosetup -n rticonnextdds_connector-1.2.2 %build %py3_build @@ -72,20 +72,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 . @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 1.2.2-1 +* Thu Jun 08 2023 Python_Bot - 1.2.2-1 - Package Spec generated -- cgit v1.2.3