summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-dimp.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e8a7f6e..cad3aeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 7cf01e2..006193a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-593c58cb687406bd12280a34f04cfec7 dimp-0.12.6.tar.gz
+a74417059e946ad2d0c9d5c8cd45d3b9 dimp-0.12.8.tar.gz