summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 06:29:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 06:29:57 +0000
commitb9e121265b8edd8ea8d1fd4a3951cdbd3d187d5c (patch)
tree795933628e2aaee7fb33c25a81c7bcfb659d36b5
parentf9b64df42611d8d2a184f143ee8526b7e88df85f (diff)
automatic import of python-robotframework-hub-staticopeneuler20.03
-rw-r--r--python-robotframework-hub-static.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-robotframework-hub-static.spec b/python-robotframework-hub-static.spec
index 145a578..229fcd5 100644
--- a/python-robotframework-hub-static.spec
+++ b/python-robotframework-hub-static.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Create robot keyword documentation as static HTML
License: Apache License 2.0
URL: https://github.com/bli74/robotframework-hub/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/39/b2596f3d8daaaaa33f28be9338f6f8b45d4950fdceed614ec6c4cab2f45c/robotframework-hub-static-1.0.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/03/39/b2596f3d8daaaaa33f28be9338f6f8b45d4950fdceed614ec6c4cab2f45c/robotframework-hub-static-1.0.2.tar.gz
BuildArch: noarch
Requires: python3-Jinja2
@@ -192,20 +192,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 .
@@ -218,5 +218,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1
- Package Spec generated