diff options
Diffstat (limited to 'python-glue-jupyter.spec')
-rw-r--r-- | python-glue-jupyter.spec | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/python-glue-jupyter.spec b/python-glue-jupyter.spec index c3dd8f5..10bae7e 100644 --- a/python-glue-jupyter.spec +++ b/python-glue-jupyter.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-glue-jupyter -Version: 0.16.3 +Version: 0.16.4 Release: 1 Summary: Jupyter notebook/lab viewers for glue License: BSD License URL: https://glueviz.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/fe/747256ad0555e8cde44dd065184d27fdb25437f0d46cc599d66f9b45afbf/glue-jupyter-0.16.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/74/65/31d6d65dcb09215cf513a9f887fe0112a007aa91dad04d124757a862dc9f/glue-jupyter-0.16.4.tar.gz BuildArch: noarch +Requires: python3-runipy +Requires: python3-nbconvert Requires: python3-glue-core Requires: python3-glue-vispy-viewers Requires: python3-notebook @@ -28,8 +30,6 @@ Requires: python3-nbsphinx Requires: python3-sphinx-rtd-theme Requires: python3-pytest Requires: python3-pytest-cov -Requires: python3-runipy -Requires: python3-nbconvert Requires: python3-glue-core %description @@ -162,7 +162,7 @@ The test suite can be run using:: pytest glue_jupyter %prep -%autosetup -n glue-jupyter-0.16.3 +%autosetup -n glue-jupyter-0.16.4 %build %py3_build @@ -176,20 +176,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 . @@ -202,5 +202,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.4-1 - Package Spec generated |