diff options
Diffstat (limited to 'python-riptide-cpp.spec')
| -rw-r--r-- | python-riptide-cpp.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-riptide-cpp.spec b/python-riptide-cpp.spec index 7a85366..fa9fb7a 100644 --- a/python-riptide-cpp.spec +++ b/python-riptide-cpp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-riptide-cpp -Version: 1.12.2 +Version: 1.12.3 Release: 1 Summary: Python Package with fast math util functions License: BSD License URL: https://github.com/rtosholdings/riptide_cpp -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/be/cf2cb51edac2b8a8325a87bce6336c4bb44c977f4a07dabffd95936afea9/riptide_cpp-1.12.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/2a/eb6525f8482c1a9e48dbd8a1bcb6ecd8b85c414a6b342a7d563cfdb3f4c1/riptide_cpp-1.12.3.tar.gz Requires: python3-numpy Requires: python3-tbb @@ -36,7 +36,7 @@ Python Package with fast math util functions %prep -%autosetup -n riptide-cpp-1.12.2 +%autosetup -n riptide_cpp-1.12.3 %build %py3_build @@ -50,20 +50,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 . @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.3-1 - Package Spec generated |
