summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:04:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:04:22 +0000
commit47e793803a543c6468ce64f30e4860eb7b4029ca (patch)
tree1424ddd923d840b8ba3d042ccf5f0431facd1e58
parent76f8396e0486794a8b8c239f781e8e4d3727243a (diff)
automatic import of python-splink-graphopeneuler20.03
-rw-r--r--python-splink-graph.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-splink-graph.spec b/python-splink-graph.spec
index aa57369..c804d41 100644
--- a/python-splink-graph.spec
+++ b/python-splink-graph.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: a small set of graph functions to be used from pySpark on top of networkx and graphframes
License: MIT
URL: https://github.com/moj-analytical-services/splink_graph
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/5a/487f8d9df419202033dfe576e4815e583a472cd1c1bb38de9c0f609f7061/splink_graph-0.8.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2f/5a/487f8d9df419202033dfe576e4815e583a472cd1c1bb38de9c0f609f7061/splink_graph-0.8.2.tar.gz
BuildArch: noarch
Requires: python3-networkx
@@ -49,7 +49,7 @@ It computes graph metrics on the outputs of data linking which are useful for:
It works with graph data structures such as the ones created from the outputs of data linking - for instance the candidate pair results produced by ![splink](https://github.com/moj-analytical-services/splink)
%prep
-%autosetup -n splink-graph-0.8.2
+%autosetup -n splink_graph-0.8.2
%build
%py3_build
@@ -63,20 +63,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 .
@@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1
- Package Spec generated