From 0c87d1cafd18c49fe02b46704a8e6f7fbb0052ff Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:10:26 +0000 Subject: automatic import of python-tanbih-pipeline --- python-tanbih-pipeline.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-tanbih-pipeline.spec') diff --git a/python-tanbih-pipeline.spec b/python-tanbih-pipeline.spec index 4dac98b..ddd2f4e 100644 --- a/python-tanbih-pipeline.spec +++ b/python-tanbih-pipeline.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tanbih-pipeline -Version: 0.12.9 +Version: 0.12.10 Release: 1 Summary: a pipeline framework for streaming processing License: MIT URL: https://github.com/yifan/pipeline -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/94/701e46057017c28da87d6279b3d447d4084493053aa968aaf6776f945308/tanbih-pipeline-0.12.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/34/a3e96189eb4439dd6aa58b631ac069a8ae8c19cfc4644d409d6b56d57ec3/tanbih-pipeline-0.12.10.tar.gz BuildArch: noarch Requires: python3-prometheus-client @@ -58,7 +58,7 @@ in deployment, so that a docker image released for a certain task can be used wi through changes of environment variables. %prep -%autosetup -n tanbih-pipeline-0.12.9 +%autosetup -n tanbih-pipeline-0.12.10 %build %py3_build @@ -72,20 +72,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 . @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 0.12.9-1 +* Thu Jun 08 2023 Python_Bot - 0.12.10-1 - Package Spec generated -- cgit v1.2.3