diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:10:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:10:11 +0000 |
commit | dc30bafbd91d07a615fd1184e199cf7a72af5ab2 (patch) | |
tree | bbdf90ce6e38530815cc2268e1597f4526ec3d2f | |
parent | 9f693db8b1cc9d8f7c0ffec0b23c8db48583ad4b (diff) |
automatic import of python-uzbekstemmeropeneuler20.03
-rw-r--r-- | python-uzbekstemmer.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-uzbekstemmer.spec b/python-uzbekstemmer.spec index 23ed6c8..e3d6a18 100644 --- a/python-uzbekstemmer.spec +++ b/python-uzbekstemmer.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Uzbek Stemmer for Python License: MIT License URL: https://github.com/MaksudSharipov/UzbekStemmer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/a3/e4facdb89ea9995d92c56604d1ae557845c58d743c5c1b480011d0c717f4/UzbekStemmer-0.2.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ff/a3/e4facdb89ea9995d92c56604d1ae557845c58d743c5c1b480011d0c717f4/UzbekStemmer-0.2.6.tar.gz BuildArch: noarch Requires: python3-nltk @@ -113,20 +113,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 . @@ -139,5 +139,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.6-1 - Package Spec generated |