summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-coinlib.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e99daa9..4877d30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/coinlib-2.2.2.tar.gz
+/coinlib-2.2.6.tar.gz
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
diff --git a/sources b/sources
index 949c134..046cd01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0affb9cbd5befafba7ecf9864f0b33ff coinlib-2.2.2.tar.gz
+20113fce51d0d71c486584e3073a3a9e coinlib-2.2.6.tar.gz