summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 09:01:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 09:01:55 +0000
commit13e484f4933906c6b7f89fc432e2919ae36089c6 (patch)
treebbc622e38324431d1cc7397031fb6c28e2aeb38f
parent81b8c28b124a47c38863959a3ecfcd559d3ee570 (diff)
automatic import of python-idds-commonopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-idds-common.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a364aa4..afd7470 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/idds-common-1.2.10.tar.gz
+/idds-common-1.2.17.tar.gz
diff --git a/python-idds-common.spec b/python-idds-common.spec
index 60f36ef..5476076 100644
--- a/python-idds-common.spec
+++ b/python-idds-common.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-idds-common
-Version: 1.2.10
+Version: 1.2.17
Release: 1
Summary: intelligent Data Delivery Service(iDDS) Package
License: GPL
URL: https://pypi.org/project/idds-common/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/32/e32591f56b484ad9a999aa59a42ea343c5faec1f3a90b13ebfdaf27bebdf/idds-common-1.2.10.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/04/68/b1da294b48d74146b5b6a6701fbb4e3a354a1f687c2675e19def6b488884/idds-common-1.2.17.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-idds-common-doc
idds-common subpackage is for iDDS common data structures, common functions.
%prep
-%autosetup -n idds-common-1.2.10
+%autosetup -n idds-common-1.2.17
%build
%py3_build
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.10-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.17-1
- Package Spec generated
diff --git a/sources b/sources
index 083f4d4..0951390 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38aec3d2977f5787cf0ea39107f76763 idds-common-1.2.10.tar.gz
+09636891feb15a9396dc8d9a6c1ee527 idds-common-1.2.17.tar.gz