summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:11:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:11:22 +0000
commit6194e381c6f9c2ea98a7ee952f77732e6f91c72a (patch)
treecfb97c50e25205bc28daec86f6bdf7ed62ce4e13
parent0f9f8595252b25acaa8388a9c757b7cfddf0f830 (diff)
automatic import of python-pycalphadopeneuler20.03
-rw-r--r--python-pycalphad.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pycalphad.spec b/python-pycalphad.spec
index 24b5966..ce99f55 100644
--- a/python-pycalphad.spec
+++ b/python-pycalphad.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: CALPHAD tools for designing thermodynamic models, calculating phase diagrams and investigating phase equilibria.
License: MIT
URL: https://pycalphad.org/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/a0/93431143615fb63ff0c67544a17d70edd850aa8c3dbb80c7f866cbc10f5e/pycalphad-0.10.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9a/a0/93431143615fb63ff0c67544a17d70edd850aa8c3dbb80c7f866cbc10f5e/pycalphad-0.10.2.tar.gz
Requires: python3-importlib-metadata
Requires: python3-importlib-resources
@@ -110,20 +110,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 .
@@ -136,5 +136,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1
- Package Spec generated