diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:58:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:58:07 +0000 |
commit | 352d694b26fcd42f01e92c50690d34e7797b129c (patch) | |
tree | 8a062ec880b34080bb59f8e6c6647ba582817aeb | |
parent | 284ac2712b541c3ab8d90500b6b8ca43376b4074 (diff) |
automatic import of python-dimpopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dimp.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /dimp-0.12.6.tar.gz +/dimp-0.12.8.tar.gz diff --git a/python-dimp.spec b/python-dimp.spec index 4e71ac4..ffae925 100644 --- a/python-dimp.spec +++ b/python-dimp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dimp -Version: 0.12.6 +Version: 0.12.8 Release: 1 Summary: Decentralized Instant Messaging Protocol License: MIT URL: https://github.com/dimchat/core-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/1a/ec15d7d98ee14b617b8b59cde300c44977ebe85afdb162853a0b1d5752f8/dimp-0.12.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/22/32/b49b50c3f712cf347e9996487bf8d62498f3523ab9dbfb98781afa358a43/dimp-0.12.8.tar.gz BuildArch: noarch Requires: python3-dkd @@ -60,7 +60,7 @@ Copyright © 2019 Albert Moky %prep -%autosetup -n dimp-0.12.6 +%autosetup -n dimp-0.12.8 %build %py3_build @@ -74,20 +74,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 . @@ -100,5 +100,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.8-1 - Package Spec generated @@ -1 +1 @@ -593c58cb687406bd12280a34f04cfec7 dimp-0.12.6.tar.gz +a74417059e946ad2d0c9d5c8cd45d3b9 dimp-0.12.8.tar.gz |