summaryrefslogtreecommitdiff
path: root/python-fa2.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:39:38 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:39:38 +0000
commitfdf6edf475b5d39e7894b9d8adc87dce3ba5d9ab (patch)
treee3bb80786067cacb893318de33951ba3d2a6d56b /python-fa2.spec
parentcf3eda6b4755253674e70c6cf53abd8eb16d358e (diff)
automatic import of python-fa2openeuler20.03
Diffstat (limited to 'python-fa2.spec')
-rw-r--r--python-fa2.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-fa2.spec b/python-fa2.spec
index 7dad1f3..a84d07b 100644
--- a/python-fa2.spec
+++ b/python-fa2.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The fastest ForceAtlas2 algorithm for Python (and NetworkX)
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/bhargavchippada/forceatlas2
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/48/d1/aa67d917628d29b83f3413790155da575865f3eab8b6e577c5871ef987d8/fa2-0.3.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/48/d1/aa67d917628d29b83f3413790155da575865f3eab8b6e577c5871ef987d8/fa2-0.3.5.tar.gz
Requires: python3-numpy
Requires: python3-scipy
@@ -517,20 +517,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 .
@@ -543,5 +543,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1
- Package Spec generated