diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:16:39 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:16:39 +0000 |
| commit | d0e9cb04c3d969b339f7aa6b6332d0bc9d9b2be0 (patch) | |
| tree | ebfc2eb487502b5c9df0a4587a0208cb8e3e7fc1 /python-mqttools.spec | |
| parent | 524b60025bd37dbcaa3488a2b3796911deaf39bd (diff) | |
automatic import of python-mqttoolsopeneuler20.03
Diffstat (limited to 'python-mqttools.spec')
| -rw-r--r-- | python-mqttools.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mqttools.spec b/python-mqttools.spec index 6da0f39..55e2a13 100644 --- a/python-mqttools.spec +++ b/python-mqttools.spec @@ -5,7 +5,7 @@ Release: 1 Summary: MQTT tools. License: MIT URL: https://github.com/eerimoq/mqttools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/70/059f9a5e7b905ddfa9676493effa6d4cb3815981b28976428737b0206692/mqttools-0.50.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6c/70/059f9a5e7b905ddfa9676493effa6d4cb3815981b28976428737b0206692/mqttools-0.50.0.tar.gz BuildArch: noarch @@ -111,20 +111,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 . @@ -137,5 +137,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.50.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.50.0-1 - Package Spec generated |
