summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:01:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:01:41 +0000
commitf4df1d8b4c5be0c929e0d9bd2cc7aa3096a2db2c (patch)
treeba2017899686ad978bd9a43b4c27d58dcd1e616c
parent0ade600dac6d746f6fcc329476cdde42849fac59 (diff)
automatic import of python-dimsdkopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-dimsdk.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8568c10..b48b278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/dimsdk-0.8.4.tar.gz
+/dimsdk-0.8.5.tar.gz
diff --git a/python-dimsdk.spec b/python-dimsdk.spec
index 3d6aef1..479fc41 100644
--- a/python-dimsdk.spec
+++ b/python-dimsdk.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-dimsdk
-Version: 0.8.4
+Version: 0.8.5
Release: 1
Summary: Decentralized Instant Messaging SDK
License: MIT
URL: https://github.com/dimchat/sdk-py
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/e6/71b4b40496fc5ad43d44d0f539abc11d5db473a2c7fa38e3a211a9ef4a29/dimsdk-0.8.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/c9/f9f18dedc4f63bc44ba83dbc719e4516a26f70556bb2774b327083da0265/dimsdk-0.8.5.tar.gz
BuildArch: noarch
Requires: python3-dimp
@@ -61,7 +61,7 @@ Copyright &copy; 2018-2021 Albert Moky
%prep
-%autosetup -n dimsdk-0.8.4
+%autosetup -n dimsdk-0.8.5
%build
%py3_build
@@ -75,20 +75,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 .
@@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.5-1
- Package Spec generated
diff --git a/sources b/sources
index ecdc593..86d3faa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72f7e2653144b151a0392c5b8184d72f dimsdk-0.8.4.tar.gz
+f30d12234324bf3fb87d13195a1d61df dimsdk-0.8.5.tar.gz