summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:06:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:06:24 +0000
commit30f0bf69f3126e5a2d3c387b58e57d5b02f7a113 (patch)
tree596f2b2dfa056dc4c40a0031f45e8478f7b4168b
parente624dd93cb861e83b36d0d0536d9ef45a8fb8c92 (diff)
automatic import of python-nomenklaturaopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-nomenklatura.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index bb6ae56..436a1a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/nomenklatura-2.11.0.tar.gz
+/nomenklatura-2.14.0.tar.gz
diff --git a/python-nomenklatura.spec b/python-nomenklatura.spec
index b5bf5f0..edd65bf 100644
--- a/python-nomenklatura.spec
+++ b/python-nomenklatura.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-nomenklatura
-Version: 2.11.0
+Version: 2.14.0
Release: 1
Summary: Make record linkages in followthemoney data.
License: MIT
URL: https://github.com/opensanctions/nomenklatura
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/af/11d98f613c587017491ccaa4a28059e7162ee6262262b767515d0d5df81c/nomenklatura-2.11.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/05/f4/ba510dd331d257b2fb976b4271e6b841b5069c331f871ab9ebfe5eef9681/nomenklatura-2.14.0.tar.gz
BuildArch: noarch
Requires: python3-followthemoney
@@ -293,7 +293,7 @@ Nomenklatura is currently developed thanks to a Prototypefund grant for [OpenSan
%prep
-%autosetup -n nomenklatura-2.11.0
+%autosetup -n nomenklatura-2.14.0
%build
%py3_build
@@ -307,20 +307,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 .
@@ -333,5 +333,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.11.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.14.0-1
- Package Spec generated
diff --git a/sources b/sources
index 17dca34..dcdb8a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17cf0c1f8d00078c51fdd3dae01c9b33 nomenklatura-2.11.0.tar.gz
+11b44bc4a4d09849defd903598968856 nomenklatura-2.14.0.tar.gz