From 8ebd452377ff109b855c8cbfd8737914f337a25d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:33:58 +0000 Subject: automatic import of python-dkist-processing-common --- .gitignore | 1 + python-dkist-processing-common.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a5a1311..bdba8ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dkist-processing-common-2.6.0.tar.gz +/dkist-processing-common-2.7.0.tar.gz diff --git a/python-dkist-processing-common.spec b/python-dkist-processing-common.spec index 9d01dc1..4304f00 100644 --- a/python-dkist-processing-common.spec +++ b/python-dkist-processing-common.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dkist-processing-common -Version: 2.6.0 +Version: 2.7.0 Release: 1 Summary: Common task classes used by the DKIST Science Data Processing pipelines to process DKIST data. License: MIT URL: https://bitbucket.org/dkistdc/dkist-processing-common/src/master/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/d0/feac227eb809e89799ce26f00751a649828edc40f2778c3be6fae02c184f/dkist-processing-common-2.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/39/db8890da5653360ac82d9b757e716cf6cd101929c6f96b6bdf4a8821eeef/dkist-processing-common-2.7.0.tar.gz BuildArch: noarch @@ -31,7 +31,7 @@ This repository works in concert with `dkist-processing-core > 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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 2.6.0-1 +* Thu Jun 08 2023 Python_Bot - 2.7.0-1 - Package Spec generated diff --git a/sources b/sources index 0890e72..51c5fc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b23f32ab4a315bbd36355bd5ca394365 dkist-processing-common-2.6.0.tar.gz +98c763386148f3dee9e729586a75bb6f dkist-processing-common-2.7.0.tar.gz -- cgit v1.2.3