diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:48:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:48:30 +0000 |
commit | 8836528f3f4a3e2ce0c24a742bf8f68cd095b7b7 (patch) | |
tree | e34138c6d1472c864f3bcbbb4ecfddfc0b378a7a | |
parent | 5b8c5890ef7291f4957de8a68742777db24ea2d0 (diff) |
automatic import of python-kb4itopeneuler20.03
-rw-r--r-- | python-kb4it.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-kb4it.spec b/python-kb4it.spec index 4d5a36e..bf58142 100644 --- a/python-kb4it.spec +++ b/python-kb4it.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A static website generator based on Asciidoctor sources. License: GPL v3 URL: https://github.com/t00m/KB4IT -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6f/4d/8a1ab9bd2f3cc69d9051f25ffd23a0725bdc93a58e6b684d7230f34dd871/KB4IT-0.7.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6f/4d/8a1ab9bd2f3cc69d9051f25ffd23a0725bdc93a58e6b684d7230f34dd871/KB4IT-0.7.8.tar.gz BuildArch: noarch Requires: python3-mako @@ -235,20 +235,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 . @@ -261,5 +261,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.8-1 - Package Spec generated |