diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:16:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:16:04 +0000 |
| commit | 6888e43146f7bc087da1b2cea99e5b80fefa4b5e (patch) | |
| tree | 2ad7696dda940d1e3d1179331e9d39a9ef204820 | |
| parent | 5f14a284507c222e295872dfbee620c641196a86 (diff) | |
automatic import of python-sphinx-notebookopeneuler20.03
| -rw-r--r-- | python-sphinx-notebook.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sphinx-notebook.spec b/python-sphinx-notebook.spec index b6811da..58f1e4f 100644 --- a/python-sphinx-notebook.spec +++ b/python-sphinx-notebook.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Top-level package for Sphinx Notebook. License: MIT URL: https://github.com/midwatch/sphinx_notebook -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7d/ef/2f439cb9a2ac4b37fd41e1c3e58368258ec5552c566ac4895811bb0bd297/sphinx_notebook-0.10.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7d/ef/2f439cb9a2ac4b37fd41e1c3e58368258ec5552c566ac4895811bb0bd297/sphinx_notebook-0.10.1.tar.gz BuildArch: noarch Requires: python3-click @@ -35,7 +35,7 @@ Provides: python3-sphinx-notebook-doc * TODO %prep -%autosetup -n sphinx-notebook-0.10.1 +%autosetup -n sphinx_notebook-0.10.1 %build %py3_build @@ -49,20 +49,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 . @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 - Package Spec generated |
