diff options
Diffstat (limited to 'python-dkd.spec')
-rw-r--r-- | python-dkd.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-dkd.spec b/python-dkd.spec index 23da27f..fbf1434 100644 --- a/python-dkd.spec +++ b/python-dkd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dkd -Version: 0.12.6 +Version: 0.12.7 Release: 1 Summary: A common message module License: MIT URL: https://github.com/dimchat/dkd-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/76/f1d43dc6f167953b91ee666fbcc592240bfb6c8f5f1747b573ce28739070/dkd-0.12.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/48/cb5ec1ed4929201036c39d722d0e9a10f320a2c9fea617930ac594b1c3c7/dkd-0.12.7.tar.gz BuildArch: noarch Requires: python3-mkm @@ -554,7 +554,7 @@ content -> JsON string: ```{"sn":412968873,"text":"Hey guy!","type":1}``` %prep -%autosetup -n dkd-0.12.6 +%autosetup -n dkd-0.12.7 %build %py3_build @@ -568,20 +568,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 . @@ -594,5 +594,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.7-1 - Package Spec generated |