diff options
Diffstat (limited to 'python-resqpy.spec')
-rw-r--r-- | python-resqpy.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-resqpy.spec b/python-resqpy.spec index 46d06bb..671cb1d 100644 --- a/python-resqpy.spec +++ b/python-resqpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-resqpy -Version: 4.8.8 +Version: 4.8.10 Release: 1 Summary: Python API for working with RESQML models License: MIT URL: https://github.com/bp/resqpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/b8/33ba2c1f081d4b93ca73505e9ec3fea03b62adfe83b05eb38d61216cfde7/resqpy-4.8.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/d3/d0455870aeaec27c0ff1fe14e786a370e77c54d9e2dd3dba7c7ce2809c4f/resqpy-4.8.10.tar.gz BuildArch: noarch Requires: python3-numpy @@ -228,7 +228,7 @@ issues on the GitHub issue tracker, or submit Pull Requests. Instructions with h %prep -%autosetup -n resqpy-4.8.8 +%autosetup -n resqpy-4.8.10 %build %py3_build @@ -242,20 +242,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 . @@ -268,5 +268,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.8.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.8.10-1 - Package Spec generated |