From ac4b2289d6646637dfaf51ca4b94b77a10bccf70 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 00:04:28 +0000 Subject: automatic import of python-dask-sphinx-theme --- .gitignore | 1 + python-dask-sphinx-theme.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 4c3567d..da52ccc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dask_sphinx_theme-3.0.4.tar.gz +/dask_sphinx_theme-3.0.5.tar.gz diff --git a/python-dask-sphinx-theme.spec b/python-dask-sphinx-theme.spec index 7228afb..1eec1a5 100644 --- a/python-dask-sphinx-theme.spec +++ b/python-dask-sphinx-theme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dask-sphinx-theme -Version: 3.0.4 +Version: 3.0.5 Release: 1 Summary: Dask theme for Sphinx License: BSD URL: https://github.com/dask/dask-sphinx-theme/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/a1/8b9c8e1937e074df35a072c8daea431c43dc0cd27d7812ac861c704e01f3/dask_sphinx_theme-3.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f6/32/23c6312934ba912510156e049918fdc142fa39ae6ffd6e57d78c2560d262/dask_sphinx_theme-3.0.5.tar.gz BuildArch: noarch Requires: python3-sphinx-book-theme @@ -51,7 +51,7 @@ And by including ``dask_sphinx_theme`` as a requirement in your documentation installation. %prep -%autosetup -n dask-sphinx-theme-3.0.4 +%autosetup -n dask_sphinx_theme-3.0.5 %build %py3_build @@ -65,20 +65,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 . @@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 3.0.4-1 +* Fri Jun 09 2023 Python_Bot - 3.0.5-1 - Package Spec generated diff --git a/sources b/sources index eb1a3e4..42944b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -400d3fff951c5b4c2f9cbad3149f67f7 dask_sphinx_theme-3.0.4.tar.gz +e91666a1627429dcc803ae54dd16cce5 dask_sphinx_theme-3.0.5.tar.gz -- cgit v1.2.3