diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:37:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:37:20 +0000 |
| commit | cf0946aafe20b345c745c49b7dcdd8d60d246692 (patch) | |
| tree | cdf2598e3aac8d6a8099dad0f358b3fb1b26bb87 /python-qtrio.spec | |
| parent | 0a4743572b3f96766513b5bc8b5feb2022f4f1f8 (diff) | |
automatic import of python-qtrioopeneuler20.03
Diffstat (limited to 'python-qtrio.spec')
| -rw-r--r-- | python-qtrio.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-qtrio.spec b/python-qtrio.spec index 5783fe9..f46a3f4 100644 --- a/python-qtrio.spec +++ b/python-qtrio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-qtrio -Version: 0.6.0 +Version: 0.7.0 Release: 1 Summary: a library bringing Qt GUIs together with ``async`` and ``await`` via Trio License: MIT -or- Apache License 2.0 URL: https://github.com/altendky/qtrio -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/20/11171ed45eb678205692e836c57ec1dbc432b4e537f905694200e4be584a/qtrio-0.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c8/82/2298bfc9a9c03c3434cbd3800c0dc565d6062740bb864b73a649a71a38fc/qtrio-0.7.0.tar.gz BuildArch: noarch Requires: python3-async-generator @@ -82,7 +82,7 @@ Provides: python3-qtrio-doc %prep -%autosetup -n qtrio-0.6.0 +%autosetup -n qtrio-0.7.0 %build %py3_build @@ -96,20 +96,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 . @@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1 - Package Spec generated |
