diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:09:35 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 05:09:35 +0000 |
| commit | adbad5c2ca353362eae83c7f373d293ee685d776 (patch) | |
| tree | cd6f308cfd9d5e20f7969a5dd0ae5c027f22a676 /python-dialogy.spec | |
| parent | d00c4d9dc1ab32759fff59815bd4476bfb791328 (diff) | |
automatic import of python-dialogyopeneuler20.03
Diffstat (limited to 'python-dialogy.spec')
| -rw-r--r-- | python-dialogy.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-dialogy.spec b/python-dialogy.spec index c7df77c..cb84af7 100644 --- a/python-dialogy.spec +++ b/python-dialogy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dialogy -Version: 2.0.7 +Version: 2.0.8 Release: 1 Summary: Dialogy is a library for building and managing SLU applications. License: MIT URL: https://github.com/skit-ai/dialogy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/f1/4303164a038f705d4fec456d25fa78db1e7330cd58036c93fb3a077f3a41/dialogy-2.0.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/98/9c0607140525a5654c6e21f4f5142382491d00618c71ab35f6d398597a78/dialogy-2.0.8.tar.gz BuildArch: noarch Requires: python3-MarkupSafe @@ -55,7 +55,7 @@ Provides: python3-dialogy-doc %prep -%autosetup -n dialogy-2.0.7 +%autosetup -n dialogy-2.0.8 %build %py3_build @@ -69,20 +69,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 . @@ -95,5 +95,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.8-1 - Package Spec generated |
