summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:17:18 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:17:18 +0000
commit9662c1c124bf8886a32c40ed4f9c70639a6bae10 (patch)
tree66739bdf100ce65c98d4032eec9a503c1e13365c
parent47a4a070bfdb6eee9e894666b20402276a45e9d0 (diff)
automatic import of python-opus20openeuler20.03
-rw-r--r--python-opus20.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-opus20.spec b/python-opus20.spec
index 0a66a2a..239addf 100644
--- a/python-opus20.spec
+++ b/python-opus20.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Interface to Lufft OPUS20 devices
License: GPL
URL: https://pypi.org/project/opus20/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/a7/814ed6ece23becdcde23133887b5da23b0b329ed9d0f4bfaa43f8b47bc73/opus20-1.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/81/a7/814ed6ece23becdcde23133887b5da23b0b329ed9d0f4bfaa43f8b47bc73/opus20-1.0.1.tar.gz
BuildArch: noarch
@@ -447,20 +447,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 .
@@ -473,5 +473,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1
- Package Spec generated