summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:29:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:29:03 +0000
commitef22fb6410caa9161750504e0be7631496c2e4cc (patch)
tree9ca291e6d4c070cde6c6b902327461ecacdcdfc7
parentc69e5fd26bb3f756333a03b4abba48cd33fc281c (diff)
automatic import of python-rsp-jupyteropeneuler20.03
-rw-r--r--python-rsp-jupyter.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-rsp-jupyter.spec b/python-rsp-jupyter.spec
index 90b6c90..c175ae1 100644
--- a/python-rsp-jupyter.spec
+++ b/python-rsp-jupyter.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Jupyter Notebook integration with RStudio Workbench
License: GPL-2.0
URL: https://docs.rstudio.com/ide
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/7c/5a9c71f250fbbaa219f248b24825e770c7b70de0a6f7076130c21263884a/rsp_jupyter-1.5.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/72/7c/5a9c71f250fbbaa219f248b24825e770c7b70de0a6f7076130c21263884a/rsp_jupyter-1.5.0.tar.gz
BuildArch: noarch
Requires: python3-notebook
@@ -135,7 +135,7 @@ pip uninstall rsp_jupyter
To upgrade `rsp-jupyter`, first uninstall the extension and then re-install it.
%prep
-%autosetup -n rsp-jupyter-1.5.0
+%autosetup -n rsp_jupyter-1.5.0
%build
%py3_build
@@ -149,20 +149,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 .
@@ -175,5 +175,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1
- Package Spec generated