summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:56:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:56:06 +0000
commit5a2ba4f4dc63a5640d2bdc4933c6898636fed977 (patch)
treee6ac8c270ee093e9956d0c325555fdb67391030f
parent06c9705217c0bc8580df4b6290af3044df2a16b2 (diff)
automatic import of python-cuplcodecopeneuler20.03
-rw-r--r--python-cuplcodec.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cuplcodec.spec b/python-cuplcodec.spec
index 813a7a8..68c4d5c 100644
--- a/python-cuplcodec.spec
+++ b/python-cuplcodec.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Package for creating and decoding URLs that contain temperature and humidity samples.
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/cuplsensor/cuplcodec
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/20/a529409e522f4a72b736a52062795cfe4ce1920e1d87f53caa54443a52ef/cuplcodec-2.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/20/a529409e522f4a72b736a52062795cfe4ce1920e1d87f53caa54443a52ef/cuplcodec-2.1.0.tar.gz
BuildArch: noarch
@@ -138,20 +138,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 .
@@ -164,5 +164,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1
- Package Spec generated