diff options
Diffstat (limited to 'python-pyopencl-extension.spec')
| -rw-r--r-- | python-pyopencl-extension.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pyopencl-extension.spec b/python-pyopencl-extension.spec index 0a3c42a..127927f 100644 --- a/python-pyopencl-extension.spec +++ b/python-pyopencl-extension.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyopencl-extension -Version: 0.2.5 +Version: 0.2.7 Release: 1 Summary: This package extends PyOpenCl by providing an object-oriented kernel programming framework and debugging capabilities. License: MIT URL: https://github.com/philipp-mohr/pyopencl-extension -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/1b/1689558de36a15489dc24eb0ac4fa69089dd35f42605e78f08203d5b29a8/pyopencl-extension-0.2.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/64/78/e2fdfd57c40fdff4d0723164fe08d686cc868a848d37765ebb9ca51e558d/pyopencl-extension-0.2.7.tar.gz BuildArch: noarch Requires: python3-numpy @@ -66,7 +66,7 @@ For any feature requests/feedback/etc. you can get in touch via `Github <https://github.com/philipp-mohr/pyopencl-extension/issues>`_ or by E-Mail (philipp.mohr@tuhh.de). %prep -%autosetup -n pyopencl-extension-0.2.5 +%autosetup -n pyopencl-extension-0.2.7 %build %py3_build @@ -80,20 +80,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 . @@ -106,5 +106,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1 - Package Spec generated |
