diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:49:30 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:49:30 +0000 |
| commit | ba09965fd9e919788b7a7cf71551dee2cb34c6fa (patch) | |
| tree | 7dde203516d6c260f00e9da75fa9d70dbde09864 /python-ocrfixr.spec | |
| parent | 1000be9b7e7651492a1e22713838f657e2a08919 (diff) | |
automatic import of python-ocrfixropeneuler20.03
Diffstat (limited to 'python-ocrfixr.spec')
| -rw-r--r-- | python-ocrfixr.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ocrfixr.spec b/python-ocrfixr.spec index 0070335..e48aa07 100644 --- a/python-ocrfixr.spec +++ b/python-ocrfixr.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A contextual spellchecker for OCR output License: GNU General Public License v3 URL: https://github.com/ja-mcm/ocrfixr -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/ee/40f5fcb864530ebecb7393e59db95aea92ac187730ff478cf7b23a35f390/OCRfixr-1.5.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5a/ee/40f5fcb864530ebecb7393e59db95aea92ac187730ff478cf7b23a35f390/OCRfixr-1.5.1.tar.gz BuildArch: noarch Requires: python3-transformers @@ -385,20 +385,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 . @@ -411,5 +411,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 - Package Spec generated |
