diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:06:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:06:24 +0000 |
commit | 30f0bf69f3126e5a2d3c387b58e57d5b02f7a113 (patch) | |
tree | 596f2b2dfa056dc4c40a0031f45e8478f7b4168b | |
parent | e624dd93cb861e83b36d0d0536d9ef45a8fb8c92 (diff) |
automatic import of python-nomenklaturaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nomenklatura.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 @@ -1 +1 @@ -17cf0c1f8d00078c51fdd3dae01c9b33 nomenklatura-2.11.0.tar.gz +11b44bc4a4d09849defd903598968856 nomenklatura-2.14.0.tar.gz |