diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:48:26 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:48:26 +0000 |
| commit | b96fc36eb21c90e6fc49574164debe11f1719c33 (patch) | |
| tree | 349ba01330b54420165ba074dc2b9e9babd16e78 | |
| parent | c82a2aee61a0ce55e82f8c603ba6501d9e63f91a (diff) | |
automatic import of python-lexdataopeneuler20.03
| -rw-r--r-- | python-lexdata.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-lexdata.spec b/python-lexdata.spec index 928604d..5db7954 100644 --- a/python-lexdata.spec +++ b/python-lexdata.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A tiny package for editing Lexemes on Wikidata License: MIT License URL: https://github.com/Nudin/LexData -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/04/868e9da226b89abb65462c6c81f678f8cc75535159d132e6a98d198cefe4/LexData-0.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7e/04/868e9da226b89abb65462c6c81f678f8cc75535159d132e6a98d198cefe4/LexData-0.2.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -106,20 +106,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 . @@ -132,5 +132,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 - Package Spec generated |
