summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:41:09 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:41:09 +0000
commit4149d17fa85c12db83c3199c307d7de5d694a717 (patch)
treed627becf96c49138333a2379d0605e7f6af4e3b5
parent8810f99480174562787db89a4c5f134e56543ed8 (diff)
automatic import of python-duniterpyopeneuler20.03
-rw-r--r--python-duniterpy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-duniterpy.spec b/python-duniterpy.spec
index c81cfe2..5a8bc64 100644
--- a/python-duniterpy.spec
+++ b/python-duniterpy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library for developers of Duniter clients
License: GPL-3.0-or-later
URL: https://git.duniter.org/clients/python/duniterpy
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/df/0a2a4fc14659700508c2004636a63fa99227321b197cedc1bb711583d70e/duniterpy-1.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/04/df/0a2a4fc14659700508c2004636a63fa99227321b197cedc1bb711583d70e/duniterpy-1.1.0.tar.gz
BuildArch: noarch
Requires: python3-graphql-core
@@ -471,20 +471,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 .
@@ -497,5 +497,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Spec generated