summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:30:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:30:44 +0000
commit21d9d672b9cbc9012e2da2a5e29063adc3d71982 (patch)
treecc8a713d88603a9e9f0587404977f4a8f115d83a
parentdf2bc75fd8a52f666dad723b428b36415834eddc (diff)
automatic import of python-365scoresopeneuler20.03
-rw-r--r--python-365scores.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-365scores.spec b/python-365scores.spec
index 70ffef5..ce0e789 100644
--- a/python-365scores.spec
+++ b/python-365scores.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: 365scores
License: MIT License
URL: https://github.com/kkristof200/py_365scores
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/f1/878a411820a8bd811035fba97f8b9d7ddd0ea6039ebd566c1bf0277def64/365scores-1.0.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/86/f1/878a411820a8bd811035fba97f8b9d7ddd0ea6039ebd566c1bf0277def64/365scores-1.0.7.tar.gz
BuildArch: noarch
Requires: python3-jsoncodable
@@ -85,20 +85,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 .
@@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
- Package Spec generated