From 2d86ebbbcb1f92594065e2a68e405fcd760132ad Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:18:14 +0000 Subject: automatic import of python-freetvg-karjakak --- python-freetvg-karjakak.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-freetvg-karjakak.spec') diff --git a/python-freetvg-karjakak.spec b/python-freetvg-karjakak.spec index 0899fde..a21a81d 100644 --- a/python-freetvg-karjakak.spec +++ b/python-freetvg-karjakak.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-FreeTVG-karjakak -Version: 3.2.12 +Version: 3.2.14 Release: 1 Summary: Tree View Gui for outline treeview note. License: MIT License URL: https://github.com/kakkarja/FreeTVG#latest-notice -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/da/9c53b981f2947134cc9cd28b62639de6c9b306a49a00ac760a45772a39e2/FreeTVG-karjakak-3.2.12.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/53/61/f826965e2acf2fcd9c2172164bb62605d1af7cee142400ca812ed3ad6f04/FreeTVG-karjakak-3.2.14.tar.gz BuildArch: noarch Requires: python3-markdown @@ -150,7 +150,7 @@ main() %prep -%autosetup -n FreeTVG-karjakak-3.2.12 +%autosetup -n FreeTVG-karjakak-3.2.14 %build %py3_build @@ -164,20 +164,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 . @@ -190,5 +190,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 3.2.12-1 +* Thu Jun 08 2023 Python_Bot - 3.2.14-1 - Package Spec generated -- cgit v1.2.3