diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:58:12 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:58:12 +0000 |
| commit | 6e7723bcf84034dbb9db1c208f959ca46b0a4282 (patch) | |
| tree | 4471c364254d5ea702d310d88cafe0716895acf7 /python-gencove.spec | |
| parent | 87298c82da21f579b924aacd6859252dacc69a7d (diff) | |
automatic import of python-gencoveopeneuler20.03
Diffstat (limited to 'python-gencove.spec')
| -rw-r--r-- | python-gencove.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
