summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-gencove.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index dcf2672..1851ce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/gencove-2.4.6.tar.gz
+/gencove-2.4.7.tar.gz
diff --git a/python-gencove.spec b/python-gencove.spec
index 12fb566..7397907 100644
--- a/python-gencove.spec
+++ b/python-gencove.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-gencove
-Version: 2.4.6
+Version: 2.4.7
Release: 1
Summary: Gencove API and CLI tool
License: Apache 2.0
URL: http://docs.gencove.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/ea/cc26982facf0256ec07ef600b435586e332c3ef451a2ff1168feccbcfb67/gencove-2.4.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/97/30/11f6f8bf814c2580e4eeebb241b53174601f5b118b3b8108bacf9fae1347/gencove-2.4.7.tar.gz
BuildArch: noarch
Requires: python3-dateutil
@@ -162,7 +162,7 @@ Comprehensive CLI Documentation available: [CLI Reference](https://docs.gencove.
%prep
-%autosetup -n gencove-2.4.6
+%autosetup -n gencove-2.4.7
%build
%py3_build
@@ -176,20 +176,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 .
@@ -202,5 +202,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.7-1
- Package Spec generated
diff --git a/sources b/sources
index 24f7ef2..ce4042d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aaace626b3dfbffd4118e1d9fd6c03ed gencove-2.4.6.tar.gz
+3944f781b29357afa22082b8d5f6d28a gencove-2.4.7.tar.gz