diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:19:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:19:42 +0000 |
| commit | f6d8b582a92b48387c20a561b9d8a9dbbc396573 (patch) | |
| tree | 999c18a0b4fef418e57b3cca92f97a6f4046a2e9 | |
| parent | 833dc9f8bc9302a4d4846df39443aef3d11dae4a (diff) | |
automatic import of python-wiktionary-de-parseropeneuler20.03
| -rw-r--r-- | python-wiktionary-de-parser.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-wiktionary-de-parser.spec b/python-wiktionary-de-parser.spec index 8055db7..53b9f09 100644 --- a/python-wiktionary-de-parser.spec +++ b/python-wiktionary-de-parser.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Extracts data from German Wiktionary dump files. Allows you to add your own extraction methods 🚀 License: MIT URL: https://github.com/gambolputty/wiktionary-de-parser -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/e6/d91d18aff8de3b01402413043ea9a53c83ea83d36bed6ba6c47f37be6ab8/wiktionary-de-parser-0.9.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d6/e6/d91d18aff8de3b01402413043ea9a53c83ea83d36bed6ba6c47f37be6ab8/wiktionary-de-parser-0.9.5.tar.gz BuildArch: noarch Requires: python3-lxml @@ -305,20 +305,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 . @@ -331,5 +331,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.5-1 - Package Spec generated |
