summaryrefslogtreecommitdiff
path: root/python-exclock.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:27:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:27:42 +0000
commiteb0ab7eaaf5e4bf3a71cac4460eba7f6bbf3ad4b (patch)
tree8c3de6a279dd7e09587f566b91a2c06310ac712b /python-exclock.spec
parente612c08625b42ed022cca888c15e91b8c981d198 (diff)
automatic import of python-exclockopeneuler20.03
Diffstat (limited to 'python-exclock.spec')
-rw-r--r--python-exclock.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-exclock.spec b/python-exclock.spec
index b4c57ae..4e7709d 100644
--- a/python-exclock.spec
+++ b/python-exclock.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: exclock is a cui extended timer.
License: Apache-2.0
URL: https://gitlab.com/yassu/exclock
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/41/275a3d45717d35cfdec516748830bfc4a93bff7da07fe0b16573798d37e1/exclock-0.4.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/41/275a3d45717d35cfdec516748830bfc4a93bff7da07fe0b16573798d37e1/exclock-0.4.6.tar.gz
BuildArch: noarch
Requires: python3-Cerberus
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.6-1
- Package Spec generated