summaryrefslogtreecommitdiff
path: root/python-virxerlu-rlib.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-virxerlu-rlib.spec')
-rw-r--r--python-virxerlu-rlib.spec18
1 files changed, 9 insertions, 9 deletions
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