diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:34:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:34:47 +0000 |
commit | 38e24fd5e56331a994ca11c9c8f80bb68a4e3e5e (patch) | |
tree | 47768800fad63f732d1896c4981b39ae7d587e04 | |
parent | 17b59e1ced64fe4994c175ad4dde1ac21f742102 (diff) |
automatic import of python-sphinx-selective-excludeopeneuler20.03
-rw-r--r-- | python-sphinx-selective-exclude.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sphinx-selective-exclude.spec b/python-sphinx-selective-exclude.spec index 826a624..9d7b39d 100644 --- a/python-sphinx-selective-exclude.spec +++ b/python-sphinx-selective-exclude.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Sphinx eager ".. only::" directive and other selective rendition extensions License: MIT license URL: https://github.com/pfalcon/sphinx_selective_exclude -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c2/07/4d6cb9dbe1b06be5caa21eed9813ac1e5ca5b29f3728be1d5e52f1cd7267/sphinx_selective_exclude-1.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/07/4d6cb9dbe1b06be5caa21eed9813ac1e5ca5b29f3728be1d5e52f1cd7267/sphinx_selective_exclude-1.0.3.tar.gz BuildArch: noarch @@ -85,7 +85,7 @@ Unlike normal extensions, extensions provided in this package monkey-patch Sphinx core to work in a way expected by users. %prep -%autosetup -n sphinx-selective-exclude-1.0.3 +%autosetup -n sphinx_selective_exclude-1.0.3 %build %py3_build @@ -99,20 +99,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 . @@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.3-1 - Package Spec generated |