summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:33:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:33:58 +0000
commit8ebd452377ff109b855c8cbfd8737914f337a25d (patch)
treea489543ed5a708809578ee1a21dffcf03c63147e
parent422451ef1be4f35af61dde7988a7d31b872183ab (diff)
automatic import of python-dkist-processing-commonopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-dkist-processing-common.spec18
-rw-r--r--sources2
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 <https://pypi.org/p
form the DKIST calibration processing stack.
%prep
-%autosetup -n dkist-processing-common-2.6.0
+%autosetup -n dkist-processing-common-2.7.0
%build
%py3_build
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 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