From 94093760a4cd737c22e5e9e2dcd9816d3ce0977e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:09:13 +0000 Subject: automatic import of python-appyter --- python-appyter.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-appyter.spec') diff --git a/python-appyter.spec b/python-appyter.spec index 9efcaba..081d2ff 100644 --- a/python-appyter.spec +++ b/python-appyter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-appyter -Version: 0.19.19 +Version: 0.19.21 Release: 1 Summary: please add a summary manually as the author left a blank one License: CC-BY-NC-SA-4.0 URL: https://github.com/maayanLab/appyter/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/6d/2dbbe3b9ae50ed6fc3f1593927d26f05e4f4308c028d0c40b434fcbcc298/appyter-0.19.19.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fd/3e/3ac9e4d6b2860b42ac7665c2ffa12565062702378df33b3af8bd09dc4609/appyter-0.19.21.tar.gz BuildArch: noarch Requires: python3-aiohttp-remotes @@ -59,7 +59,7 @@ Provides: python3-appyter-doc %prep -%autosetup -n appyter-0.19.19 +%autosetup -n appyter-0.19.21 %build %py3_build @@ -73,20 +73,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 . @@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 0.19.19-1 +* Thu Jun 08 2023 Python_Bot - 0.19.21-1 - Package Spec generated -- cgit v1.2.3