diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:09:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:09:27 +0000 |
commit | 321baaf87a7b942768c8baaf60d7f4ede42c2fd9 (patch) | |
tree | bb8a0ac0654b79a7f544f3c985a7925d0a3f5220 | |
parent | 65991f6089d1b3959672fa5505dd0490ea1c8e4d (diff) |
automatic import of python-sadedegelopeneuler20.03
-rw-r--r-- | python-sadedegel.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sadedegel.spec b/python-sadedegel.spec index 2ca53e7..8ca7234 100644 --- a/python-sadedegel.spec +++ b/python-sadedegel.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Extraction-based Turkish news summarizer. License: MIT URL: https://github.com/GlobalMaksimum/sadedegel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/1a/138f91345a46559f8130190c83722791da5e36166acc2893a54bf97a8343/sadedegel-0.21.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/da/1a/138f91345a46559f8130190c83722791da5e36166acc2893a54bf97a8343/sadedegel-0.21.2.tar.gz BuildArch: noarch Requires: python3-loguru @@ -1141,20 +1141,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 . @@ -1167,5 +1167,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.21.2-1 - Package Spec generated |