diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-rbc-project.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /rbc-project-0.10.tar.gz +/rbc-project-0.11.0.tar.gz diff --git a/python-rbc-project.spec b/python-rbc-project.spec index 7376ab4..03a5e92 100644 --- a/python-rbc-project.spec +++ b/python-rbc-project.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rbc-project -Version: 0.10 +Version: 0.11.0 Release: 1 Summary: RBC - Remote Backend Compiler Project License: BSD URL: https://github.com/xnd-project/rbc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/51/40/1842e18fc07301924dc21b836200b50eceac6695efb606176af62801696e/rbc-project-0.10.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5d/de/50255a82ece92d74a66b93d714e0ee87a3c05548b768b159fa2dac137fa1/rbc-project-0.11.0.tar.gz BuildArch: noarch Requires: python3-numba @@ -61,7 +61,7 @@ backend in IR form where it will be compiled to machine code. %prep -%autosetup -n rbc-project-0.10 +%autosetup -n rbc-project-0.11.0 %build %py3_build @@ -75,20 +75,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 . @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1 - Package Spec generated @@ -1 +1 @@ -58cda200b81bfdb5a0bf732ea8776592 rbc-project-0.10.tar.gz +11e49312937e1ebdd09840d1e2d93948 rbc-project-0.11.0.tar.gz |
