diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:10:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:10:54 +0000 |
commit | 192a623991dddbc5a2dbc6a44dbc2cc99deaa473 (patch) | |
tree | e7ce39cc8b5217839f8928f09a2f0e55b56b67aa | |
parent | 093c6ae4f01ebf5bfa1ab76fff15f4f67c3e5ff3 (diff) |
automatic import of python-virxerlu-rlibopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-virxerlu-rlib.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /VirxERLU_RLib-1.1.1.tar.gz +/VirxERLU_RLib-1.1.2.tar.gz diff --git a/python-virxerlu-rlib.spec b/python-virxerlu-rlib.spec index 0e270c0..6ba15aa 100644 --- a/python-virxerlu-rlib.spec +++ b/python-virxerlu-rlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-VirxERLU-RLib -Version: 1.1.1 +Version: 1.1.2 Release: 1 Summary: Rust modules for VirxERLU License: MIT URL: https://github.com/VirxEC/VirxERLU-RLib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/c6/104393acbfd5803bbea4fc38930bcd9c1feb8b433c529cb0870b4ddcf7b4/VirxERLU_RLib-1.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bc/06/2eb53d173a16c965dc2a820688a4b5210b04d4c09e5bd9559a494e6589ed/VirxERLU_RLib-1.1.2.tar.gz %description @@ -234,7 +234,7 @@ POTENTIAL SOLUTION: In the max speed calculation, consider all potential boost p %prep -%autosetup -n VirxERLU-RLib-1.1.1 +%autosetup -n VirxERLU_RLib-1.1.2 %build %py3_build @@ -248,20 +248,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 . @@ -274,5 +274,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1 - Package Spec generated @@ -1 +1 @@ -72c7fa797551404fa5a7c8edb6a175d2 VirxERLU_RLib-1.1.1.tar.gz +15232a15e6f99502928fd08ece1fbdef VirxERLU_RLib-1.1.2.tar.gz |