diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:37:51 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:37:51 +0000 |
| commit | fd867a9762076e758367788ce8b83b23c6ddac53 (patch) | |
| tree | 7b8fb22356c7f7e4c300c2494aae3740f7021f25 /python-sphinx-rtd-theme-github-versions.spec | |
| parent | dba8737313fc39aacd15256a2b26331357558ccd (diff) | |
automatic import of python-sphinx-rtd-theme-github-versionsopeneuler20.03
Diffstat (limited to 'python-sphinx-rtd-theme-github-versions.spec')
| -rw-r--r-- | python-sphinx-rtd-theme-github-versions.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sphinx-rtd-theme-github-versions.spec b/python-sphinx-rtd-theme-github-versions.spec index 01ffa04..f35b36a 100644 --- a/python-sphinx-rtd-theme-github-versions.spec +++ b/python-sphinx-rtd-theme-github-versions.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Sphinx readthedocs theme with support for documentation versions from github.io License: Apache License 2.0 URL: https://github.com/dls-controls/sphinx_rtd_theme_github_versions -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/62/f0f67582bbcac7d271e2fc77d16f4bf99ae75f6859fd03d7aa96a69063e2/sphinx_rtd_theme_github_versions-1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/eb/62/f0f67582bbcac7d271e2fc77d16f4bf99ae75f6859fd03d7aa96a69063e2/sphinx_rtd_theme_github_versions-1.1.tar.gz BuildArch: noarch Requires: python3-sphinx-rtd-theme @@ -39,7 +39,7 @@ Provides: python3-sphinx-rtd-theme-github-versions-doc This theme inherits from sphinx_rtd_theme_ and adds an entry in the sidebar %prep -%autosetup -n sphinx-rtd-theme-github-versions-1.1 +%autosetup -n sphinx_rtd_theme_github_versions-1.1 %build %py3_build @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 - Package Spec generated |
