summaryrefslogtreecommitdiff
path: root/python-py-heat-magic.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:48:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:48:06 +0000
commitb941350235cdba8d3e1ab2f4dad216dc2eb93f94 (patch)
tree0e9d5b6552b86613aa19282a7270eb3688d2c81c /python-py-heat-magic.spec
parentd5d730f17c441b8cee10f3ed3512b3a95b7ac2ed (diff)
automatic import of python-py-heat-magicopeneuler20.03
Diffstat (limited to 'python-py-heat-magic.spec')
-rw-r--r--python-py-heat-magic.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-py-heat-magic.spec b/python-py-heat-magic.spec
index 8667405..fac677c 100644
--- a/python-py-heat-magic.spec
+++ b/python-py-heat-magic.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: py-heat as IPython magic
License: MIT
URL: https://github.com/csurfer/pyheatmagic
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/15/c5c56c91077ecb42a6415364cff41acb08a4f696f0261b3fc4025856d85c/py-heat-magic-0.0.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/72/15/c5c56c91077ecb42a6415364cff41acb08a4f696f0261b3fc4025856d85c/py-heat-magic-0.0.2.tar.gz
BuildArch: noarch
@@ -48,20 +48,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 .
@@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1
- Package Spec generated