From de3227a7a77990dd5d5a669750635461d2cbc573 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 22:15:27 +0000 Subject: automatic import of python-babi --- .gitignore | 1 + python-babi.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8000a39..ccbf2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /babi-1.5.4.tar.gz +/babi-1.5.5.tar.gz 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 ![](https://i.fluffy.cc/FSD92ZVN4xcMFPv1V7gc0Xzk8TCQTgdg.png) %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 - 1.5.4-1 +* Thu Jun 08 2023 Python_Bot - 1.5.5-1 - Package Spec generated diff --git a/sources b/sources index 434b370..4138126 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f1cf6462e074dfdc93b81208061fb9f babi-1.5.4.tar.gz +c3b5ca2625b428870cd4a3c1a0e91cdc babi-1.5.5.tar.gz -- cgit v1.2.3