summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:06:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:06:26 +0000
commita0258183c7a73aa621b859ddd0c491659dbf4446 (patch)
tree145c54c5b57fc4ab599f68e47c793c2c70e41086
parentd7e51f5078d05087a50c45f6bd99be850bbe2560 (diff)
automatic import of python-retrolabopeneuler20.03
-rw-r--r--python-retrolab.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-retrolab.spec b/python-retrolab.spec
index 282759b..4b04672 100644
--- a/python-retrolab.spec
+++ b/python-retrolab.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: JupyterLab Distribution with a retro look and feel
License: BSD License
URL: https://github.com/jupyterlab/retrolab
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/20/9d05642226797a72f7a04937f6c0e96a3fe3bce8400fbe8611b6ed26ffbc/retrolab-0.3.21.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e8/20/9d05642226797a72f7a04937f6c0e96a3fe3bce8400fbe8611b6ed26ffbc/retrolab-0.3.21.tar.gz
BuildArch: noarch
Requires: python3-jupyterlab
@@ -641,20 +641,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 .
@@ -667,5 +667,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.21-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.21-1
- Package Spec generated