diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:15:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:15:27 +0000 |
| commit | de3227a7a77990dd5d5a669750635461d2cbc573 (patch) | |
| tree | 8d7492c066d624ea3b5d708ee6d152d7153854fb /python-babi.spec | |
| parent | cb5e462bfd3ab6320199e093a64a9d19bd8576f7 (diff) | |
automatic import of python-babiopeneuler20.03
Diffstat (limited to 'python-babi.spec')
| -rw-r--r-- | python-babi.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-babi.spec b/python-babi.spec index 369333a..a40ed5d 100644 --- a/python-babi.spec +++ b/python-babi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-babi -Version: 1.5.4 +Version: 1.5.5 Release: 1 Summary: a text editor License: MIT URL: https://github.com/asottile/babi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/4e/d4897dbd7552c78f97f079dfa057ae794307b9403b43d28de38c54dfa0b0/babi-1.5.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/89/e9/7819e4ce67076248a5b6b75df0ed812d479b4a22cf3a4ad24b026103024e/babi-1.5.5.tar.gz BuildArch: noarch Requires: python3-babi-grammars @@ -345,7 +345,7 @@ multiple files. babi has a command mode (so you can quit it like vim  %prep -%autosetup -n babi-1.5.4 +%autosetup -n babi-1.5.5 %build %py3_build @@ -359,20 +359,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 . @@ -385,5 +385,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.5-1 - Package Spec generated |
