diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:41:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:41:11 +0000 |
commit | 6d85a8d1af59a280834ab4c595e91311cc719c91 (patch) | |
tree | dc068b7993e6547b98ca0adbed0224d141e3caab | |
parent | 96f8b969bd1a4e4d5ba6cddbeef737c8d099c602 (diff) |
automatic import of python-databrickslabs-jupyterlabopeneuler20.03
-rw-r--r-- | python-databrickslabs-jupyterlab.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-databrickslabs-jupyterlab.spec b/python-databrickslabs-jupyterlab.spec index ee097d6..75879f3 100644 --- a/python-databrickslabs-jupyterlab.spec +++ b/python-databrickslabs-jupyterlab.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Remote JupyterLab kernel for Databricks License: Databricks License URL: https://github.com/databrickslabs/Jupyterlab-Integration -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/21/5762dc1ee326c31d68b970fc08bedf3c93fa162709d49d95fd4e3072cd60/databrickslabs_jupyterlab-2.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/21/5762dc1ee326c31d68b970fc08bedf3c93fa162709d49d95fd4e3072cd60/databrickslabs_jupyterlab-2.2.1.tar.gz BuildArch: noarch Requires: python3-notebook @@ -93,7 +93,7 @@ For more details see: %prep -%autosetup -n databrickslabs-jupyterlab-2.2.1 +%autosetup -n databrickslabs_jupyterlab-2.2.1 %build %py3_build @@ -107,20 +107,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 . @@ -133,5 +133,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.1-1 - Package Spec generated |