summaryrefslogtreecommitdiff
path: root/python-freetvg-karjakak.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-freetvg-karjakak.spec')
-rw-r--r--python-freetvg-karjakak.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 3.2.12-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.14-1
- Package Spec generated