summaryrefslogtreecommitdiff
path: root/python-pyephember.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:45:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:45:23 +0000
commit58d90c95bb3de61a63c4e6b35e3f6ae6943279f3 (patch)
treee9cdbf1405e8961643995fa222aa8c92a4bbe832 /python-pyephember.spec
parente75258b288556462bee3c9f79b3a221a143b0ee5 (diff)
automatic import of python-pyephemberopeneuler20.03
Diffstat (limited to 'python-pyephember.spec')
-rw-r--r--python-pyephember.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyephember.spec b/python-pyephember.spec
index 4ccee84..c3f8da8 100644
--- a/python-pyephember.spec
+++ b/python-pyephember.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library to work with ember from EPH Controls
License: MIT
URL: https://github.com/ttroy50/pyephember
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/3c/11484c40e018c76ac3e2a90a3412906040d539db1052b3dcc9f49a6f8fa2/pyephember-0.4.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/3c/11484c40e018c76ac3e2a90a3412906040d539db1052b3dcc9f49a6f8fa2/pyephember-0.4.0.tar.gz
BuildArch: noarch
Requires: python3-paho-mqtt
@@ -44,20 +44,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 .
@@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
- Package Spec generated