summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:59:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:59:49 +0000
commitb1ba544ab903ecc1847615e96e170c6ddeb76878 (patch)
tree50b22af609c25f7a3a10c88168435d6ddd555a35
parent328cd1f337f26f155937b6aac2e16b18675b11ea (diff)
automatic import of python-alsolibopeneuler20.03
-rw-r--r--python-alsolib.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-alsolib.spec b/python-alsolib.spec
index defc563..285cb44 100644
--- a/python-alsolib.spec
+++ b/python-alsolib.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: πŸ”₯η«η„°ηˆ±ζœπŸ”₯ε­¦θ€Œζ€δΈ“η”¨εΊ“πŸ”₯
License: BSD License
URL: https://pypi.org/project/alsolib/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/ca/13fe5f0d97fc423c221eceabcddf0dcf7e85b725bdc1095ad3facf00af7f/alsolib-3.4.20201231.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/ca/13fe5f0d97fc423c221eceabcddf0dcf7e85b725bdc1095ad3facf00af7f/alsolib-3.4.20201231.tar.gz
BuildArch: noarch
@@ -513,20 +513,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 .
@@ -539,5 +539,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.20201231-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.20201231-1
- Package Spec generated