summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 06:06:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 06:06:04 +0000
commit58e87958127a365bf66278fb29a68d9b2b660818 (patch)
tree5639e20f80fe8d06ee6b7e4c85a4dbb93b478329
parent5fc58bf2f3cbfdd05c202ae98fe7231f4490eea7 (diff)
automatic import of python-abilian-crm-coreopeneuler20.03
-rw-r--r--python-abilian-crm-core.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-abilian-crm-core.spec b/python-abilian-crm-core.spec
index 0c1134f..f8305f5 100644
--- a/python-abilian-crm-core.spec
+++ b/python-abilian-crm-core.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Core framework for CRM applications
License: LGPL
URL: https://github.com/abilian/abilian-crm-core
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/7a/35c3701118e3a46e074d9af4b22ed9328fc66c3bb68a2f1bf140547b2da0/abilian-crm-core-0.1.28.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9d/7a/35c3701118e3a46e074d9af4b22ed9328fc66c3bb68a2f1bf140547b2da0/abilian-crm-core-0.1.28.tar.gz
BuildArch: noarch
Requires: python3-abilian-core
@@ -49,20 +49,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 .
@@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.28-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.28-1
- Package Spec generated