summaryrefslogtreecommitdiff
path: root/python-dask-sphinx-theme.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:04:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:04:28 +0000
commitac4b2289d6646637dfaf51ca4b94b77a10bccf70 (patch)
tree63b08037a196712051cef3b36cc48d8cdf56cf37 /python-dask-sphinx-theme.spec
parent10c306d8b3d223ded648f8b7a87f8b489623f563 (diff)
automatic import of python-dask-sphinx-themeopeneuler20.03
Diffstat (limited to 'python-dask-sphinx-theme.spec')
-rw-r--r--python-dask-sphinx-theme.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 3.0.4-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.5-1
- Package Spec generated