diff options
Diffstat (limited to 'python-zocalo.spec')
-rw-r--r-- | python-zocalo.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-zocalo.spec b/python-zocalo.spec index 6b15dd8..587f59b 100644 --- a/python-zocalo.spec +++ b/python-zocalo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zocalo -Version: 0.28.0 +Version: 0.29.0 Release: 1 Summary: Infrastructure components for automated data processing at Diamond Light Source License: BSD URL: https://pypi.org/project/zocalo/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/a7/4be53762c919d471e7ecce10a12bf8f78894346f9abec6e2b6112fc5bfe4/zocalo-0.28.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/3e/1ee948965fe659235d083a1eb8c46b8bfff3042af5f7dbe233d08838c0cb/zocalo-0.29.0.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -35,7 +35,7 @@ Provides: python3-zocalo-doc %prep -%autosetup -n zocalo-0.28.0 +%autosetup -n zocalo-0.29.0 %build %py3_build @@ -49,20 +49,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 . @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.0-1 - Package Spec generated |