summaryrefslogtreecommitdiff
path: root/python-coinlib.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:23:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:23:34 +0000
commit41bcecb05e8e2c4295a62a4adf757ae42ade8f4e (patch)
treee779a1976951fecb07fd6e9febca5fff6fddbef8 /python-coinlib.spec
parent0a63c308e46e806ed614365a01ead9f626c700bf (diff)
automatic import of python-coinlibopeneuler20.03
Diffstat (limited to 'python-coinlib.spec')
-rw-r--r--python-coinlib.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-coinlib.spec b/python-coinlib.spec
index 927aa7b..f3f46cc 100644
--- a/python-coinlib.spec
+++ b/python-coinlib.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-coinlib
-Version: 2.2.2
+Version: 2.2.6
Release: 1
Summary: Develop new code for your coindeck environment
License: MIT
URL: https://gitlab.com/coindeck/coinlib
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/b2/c2203ee70803d4ca01c6c221225b15046ed83e63530e2d1efbed579c3332/coinlib-2.2.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/11/ee/b7b561619b763d623ecda3ec35dbd0c3ed4465e783f35674f98aac3560e9/coinlib-2.2.6.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -79,7 +79,7 @@ pip install coinlib
%prep
-%autosetup -n coinlib-2.2.2
+%autosetup -n coinlib-2.2.6
%build
%py3_build
@@ -93,20 +93,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 .
@@ -119,5 +119,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.6-1
- Package Spec generated