summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:18:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:18:56 +0000
commitaf7f9a6d8cd620976d4e4cccd96f713240c98aa2 (patch)
treeaae9f95b0ef02a8d6f252864f6a277c34e886ed7
parent9f3d4b2a25499419e3b5c7b11b8ef08aface4f4a (diff)
automatic import of python-cron-schedule-triggersopeneuler20.03
-rw-r--r--python-cron-schedule-triggers.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cron-schedule-triggers.spec b/python-cron-schedule-triggers.spec
index e743957..21f37cf 100644
--- a/python-cron-schedule-triggers.spec
+++ b/python-cron-schedule-triggers.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Cron Schedule Triggers ~ A library for determining Quartz Cron schedule trigger dates.
License: MIT
URL: https://gitlab.com/dameon.andersen/cstriggers
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/18/a17e97d1155166f61ac88861302a069bb05e240ca64a3b351391f98129a2/cron-schedule-triggers-0.0.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/18/a17e97d1155166f61ac88861302a069bb05e240ca64a3b351391f98129a2/cron-schedule-triggers-0.0.11.tar.gz
BuildArch: noarch
Requires: python3-pytz
@@ -295,20 +295,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 .
@@ -321,5 +321,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1
- Package Spec generated