From 3f73a12f93d482ec96c0dcfce7b1f57430d73991 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 17:25:46 +0000 Subject: automatic import of python-zocalo --- .gitignore | 1 + python-zocalo.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 59316c5..f305da6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.28.0-1 +* Thu Jun 08 2023 Python_Bot - 0.29.0-1 - Package Spec generated diff --git a/sources b/sources index 038d876..74c1c23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd2746ec689b0af2d5477f7dc394ea4b zocalo-0.28.0.tar.gz +ba248d376c88f5be0f249add194e5db8 zocalo-0.29.0.tar.gz -- cgit v1.2.3