diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:18:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:18:14 +0000 |
| commit | 2d86ebbbcb1f92594065e2a68e405fcd760132ad (patch) | |
| tree | 29c42d3932775bda90faf8e531ed7a594d870f40 | |
| parent | b351a7d23067af85c0805cd5f4ce103eb8bf26ea (diff) | |
automatic import of python-freetvg-karjakakopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-freetvg-karjakak.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /FreeTVG-karjakak-3.1.14.tar.gz /FreeTVG-karjakak-3.2.12.tar.gz +/FreeTVG-karjakak-3.2.14.tar.gz 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 @@ -1 +1 @@ -329f2a66862646e6414d8236a914994c FreeTVG-karjakak-3.2.12.tar.gz +2ac9292ba89a7f7fffa7945806b9a2e3 FreeTVG-karjakak-3.2.14.tar.gz |
