summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:36:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:36:31 +0000
commita57ef72e2f9d016639221131bd6e2ae2bb461143 (patch)
treede94c124e36100784de6c9a1714de2840210851c
parent7f0cb4238c6d8aa8fc7d1e040864a19e0714763d (diff)
automatic import of python-cortixopeneuler20.03
-rw-r--r--python-cortix.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cortix.spec b/python-cortix.spec
index 0e76290..5dec4f1 100644
--- a/python-cortix.spec
+++ b/python-cortix.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Cortix is a Python library for network dynamics modeling and HPC simulation.
License: GNU General Public License v3 (GPLv3)
URL: https://cortix.org
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/a8/f2306c39e523047f7f61cf358c68065d2f8d2912ff3e447a8cf776cdb28c/cortix-1.1.32.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5e/a8/f2306c39e523047f7f61cf358c68065d2f8d2912ff3e447a8cf776cdb28c/cortix-1.1.32.tar.gz
BuildArch: noarch
Requires: python3-pandas
@@ -312,20 +312,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 .
@@ -338,5 +338,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.32-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.32-1
- Package Spec generated