diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ispyb.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /ispyb-7.2.0.tar.gz /ispyb-8.0.0.tar.gz +/ispyb-8.0.1.tar.gz diff --git a/python-ispyb.spec b/python-ispyb.spec index bec5095..2199862 100644 --- a/python-ispyb.spec +++ b/python-ispyb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ispyb -Version: 8.0.0 +Version: 8.0.1 Release: 1 Summary: Python package to access ISPyB database License: Apache License, Version 2.0 URL: https://pypi.org/project/ispyb/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/42/0145060c6adde4e1bf559170521a028e26cec058f6203a6f8514bfa6dbdd/ispyb-8.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/9b/9c96968cedb6648c6770cf504bf1d7989445cd0cf2abc662e34b51461f68/ispyb-8.0.1.tar.gz BuildArch: noarch Requires: python3-mysql-connector-python @@ -37,7 +37,7 @@ This package provides a Python interface to ISPyB. It can access the ISPyB datab %prep -%autosetup -n ispyb-8.0.0 +%autosetup -n ispyb-8.0.1 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.1-1 - Package Spec generated @@ -1 +1 @@ -6c2b8bc34d467b18feb6ac3e2af58e49 ispyb-8.0.0.tar.gz +fa70ccb16785fe900411323913b65980 ispyb-8.0.1.tar.gz |
