summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:29:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:29:13 +0000
commitb7f3dcb6e1aa40228fde6bdd85823109096c01f8 (patch)
tree4c8a21e3d3221bfa236f9fd2d8f10e6b07bba7e2
parentded2e5c3b30d18ef5e1a07c0465d8810c5f8e4b7 (diff)
automatic import of python-octomap-pythonopeneuler20.03
-rw-r--r--python-octomap-python.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-octomap-python.spec b/python-octomap-python.spec
index cc1f12f..427da23 100644
--- a/python-octomap-python.spec
+++ b/python-octomap-python.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python binding of the OctoMap library.
License: BSD
URL: https://github.com/wkentaro/octomap-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/49/ca/68fb8e17256e07b81647ccc002f4f7d2d7f784e330d776bbc96be25b87bb/octomap-python-1.8.0.post12.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/49/ca/68fb8e17256e07b81647ccc002f4f7d2d7f784e330d776bbc96be25b87bb/octomap-python-1.8.0.post12.tar.gz
BuildArch: noarch
@@ -138,20 +138,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 .
@@ -164,5 +164,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0.post12-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0.post12-1
- Package Spec generated