diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:42:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:42:32 +0000 |
commit | 5a9513ff032c7672bafc99d56938173a862a80c2 (patch) | |
tree | 15dc86b8b8e4c87c46867f63e00c968a696fc14b | |
parent | 44d02ac07dc951e08ddc312666c6791beb4ec094 (diff) |
automatic import of python-dkdopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dkd.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /dkd-0.12.6.tar.gz +/dkd-0.12.7.tar.gz 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 @@ -1 +1 @@ -fbcf48a75314ef71e3d8d8c6105843fc dkd-0.12.6.tar.gz +57e1b095e34eefb929d3ca71465e00a6 dkd-0.12.7.tar.gz |