diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:09:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:09:13 +0000 |
| commit | 94093760a4cd737c22e5e9e2dcd9816d3ce0977e (patch) | |
| tree | 7f33b4df4984d7eb2a3e153043775739a5edafc4 | |
| parent | 2ab6b63a3a105e58f8d84cacb1cb924f8495c0c9 (diff) | |
automatic import of python-appyteropeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-appyter.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /appyter-0.19.19.tar.gz +/appyter-0.19.21.tar.gz 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 <Python_Bot@openeuler.org> - 0.19.19-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.21-1 - Package Spec generated @@ -1 +1 @@ -578b6f9442504273c9dad2e57df12796 appyter-0.19.19.tar.gz +c901a721c0cf9e8b1c3c9e4b3c6e9485 appyter-0.19.21.tar.gz |
