summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:32:58 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:32:58 +0000
commitc044063e1046cb1605c24eb0d305c7a4c7ba4fac (patch)
treeb48ae8d958d8cb8b738c9b338e0aca9bad41e275
parent3655c25b300349097b330fa2ea73a22e58509fe1 (diff)
automatic import of python-ckanopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-ckan.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a42a028..dbbee70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ckan-2.10.0.tar.gz
+/ckan-2.10.1.tar.gz
diff --git a/python-ckan.spec b/python-ckan.spec
index 5eb24b4..b484f71 100644
--- a/python-ckan.spec
+++ b/python-ckan.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ckan
-Version: 2.10.0
+Version: 2.10.1
Release: 1
Summary: CKAN Software
License: AGPL
URL: http://ckan.org/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/f8/b4c5f7f38a9ec4fec923af3ef19e4df2db5eb9a44c7c31fc1cf0f9741518/ckan-2.10.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/64/6e/793327b8317513b366fe1a24b8f596c05ddcc3acc2f7140fcc8116ae9e44/ckan-2.10.1.tar.gz
BuildArch: noarch
@@ -40,7 +40,7 @@ datasets with a rich front-end, full API (for both data and catalog), visualizat
tools and more. Read more at `ckan.org <http://ckan.org/>`_.
%prep
-%autosetup -n ckan-2.10.0
+%autosetup -n ckan-2.10.1
%build
%py3_build
@@ -54,20 +54,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 .
@@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.1-1
- Package Spec generated
diff --git a/sources b/sources
index 22eebc4..c696888 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9874139f3007f6fbb3e7e2cada9489e ckan-2.10.0.tar.gz
+cad969519090954e23fc4e34be0fe7bb ckan-2.10.1.tar.gz