summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:43:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:43:10 +0000
commitd3f28a3a6606ff316a3c720d5541aa683542a478 (patch)
tree00aa9e2b0909a01d085c97f1f5b60ebd0e1ae846
parent898d1640ceafe404a26c88315deb1dcc29ea9904 (diff)
automatic import of python-rticonnextdds-connectoropeneuler20.03
-rw-r--r--python-rticonnextdds-connector.spec16
1 files changed, 8 insertions, 8 deletions
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 <https://community.rti.com/static/documentation/connext-dds/7.0.0/doc/api/connext_dds/api_python/index.html>`__ (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 <Python_Bot@openeuler.org> - 1.2.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1
- Package Spec generated