diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:10:17 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:10:17 +0000 |
| commit | 75ab626303161965e909202587bf93d90b8784a9 (patch) | |
| tree | 7cd586181195bc4ddedd2143c2b813af108f673c | |
| parent | 568efcc104c0b9f3395ca9b1d46c4fcddc4fd91e (diff) | |
automatic import of python-focus-timeopeneuler20.03
| -rw-r--r-- | python-focus-time.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-focus-time.spec b/python-focus-time.spec index 857bb16..3285e80 100644 --- a/python-focus-time.spec +++ b/python-focus-time.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Focus time is an Python application that can help you focus for a set amount of time License: GNU General Public License URL: https://github.com/philshams/focus-time -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d3/4c/7ab58061c463145e556ee578e09c8b87b644dfac6f0a0695bf3b492bec79/focus-time-1.2.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d3/4c/7ab58061c463145e556ee578e09c8b87b644dfac6f0a0695bf3b492bec79/focus-time-1.2.9.tar.gz BuildArch: noarch Requires: python3-DateTime @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.9-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.9-1 - Package Spec generated |
