diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:58:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:58:22 +0000 |
commit | f37d7144ec29342fb92bf074aa0185eaf0a31e2f (patch) | |
tree | 21d840351c886b55d73633c7878b207699849116 /python-clkhash.spec | |
parent | a735ef0fc8cc3c7347fcec7c728b5b25d6e371cc (diff) |
automatic import of python-clkhashopeneuler20.03
Diffstat (limited to 'python-clkhash.spec')
-rw-r--r-- | python-clkhash.spec | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/python-clkhash.spec b/python-clkhash.spec index f0e5b0c..8429b63 100644 --- a/python-clkhash.spec +++ b/python-clkhash.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-clkhash -Version: 0.18.1 +Version: 0.18.3 Release: 1 Summary: Encoding utility to create Cryptographic Linkage Keys License: Apache URL: https://github.com/data61/clkhash -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/78/5dc0305e321604c329dfd9d3223a9772f94215c48a2be342e1a1d22d7548/clkhash-0.18.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9e/8e/771093c8c2621a3e368e0761044df71c9a4c6841eef8f7f8537aa2565526/clkhash-0.18.3.tar.gz BuildArch: noarch Requires: python3-bitarray @@ -24,7 +24,7 @@ Requires: python3-tqdm <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -93,7 +93,7 @@ BuildRequires: python3-pip <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -159,7 +159,7 @@ Provides: python3-clkhash-doc <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -214,7 +214,7 @@ cite it using the following BibTex entry:: %prep -%autosetup -n clkhash-0.18.1 +%autosetup -n clkhash-0.18.3 %build %py3_build @@ -228,20 +228,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 . @@ -254,5 +254,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.3-1 - Package Spec generated |