summaryrefslogtreecommitdiff
path: root/python-tb2j.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:13:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:13:20 +0000
commit9c746d8c508d082901f335d296e0694d4e6b4683 (patch)
tree5c74a60179452f3e0f41709be16550f48d41857c /python-tb2j.spec
parentdb971bac3882aeb7211c58bcb4b11f635eb55373 (diff)
automatic import of python-tb2jopeneuler20.03
Diffstat (limited to 'python-tb2j.spec')
-rw-r--r--python-tb2j.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-tb2j.spec b/python-tb2j.spec
index 46002f8..a214a88 100644
--- a/python-tb2j.spec
+++ b/python-tb2j.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: TB2J: First principle to Heisenberg exchange J using tight-binding Green function method
License: BSD-2-clause
URL: https://pypi.org/project/TB2J/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/22/ced169fdd3576ff9eece01647db12b30982197b770bcc43ca8acb2f00957/TB2J-0.7.6.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5b/22/ced169fdd3576ff9eece01647db12b30982197b770bcc43ca8acb2f00957/TB2J-0.7.6.1.tar.gz
BuildArch: noarch
Requires: python3-ase
@@ -55,20 +55,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 .
@@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.6.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.6.1-1
- Package Spec generated