diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:25:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:25:46 +0000 |
commit | 3f73a12f93d482ec96c0dcfce7b1f57430d73991 (patch) | |
tree | 254b7f1f36c624a1a890371f90d19127e0e7206b | |
parent | b182775cd6fe8b68c3da57136337ef3dcee4223c (diff) |
automatic import of python-zocaloopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zocalo.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /zocalo-0.28.0.tar.gz +/zocalo-0.29.0.tar.gz 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 @@ -1 +1 @@ -fd2746ec689b0af2d5477f7dc394ea4b zocalo-0.28.0.tar.gz +ba248d376c88f5be0f249add194e5db8 zocalo-0.29.0.tar.gz |