summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 21:44:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 21:44:39 +0000
commit10ef40dbb184e5b92c6a2739057bad48c17b7728 (patch)
treeec8330f2e65ef302b6b11cb1d04aec44052b495e
parent22c92013d5eb66e8f1a4d2203e0bfbc12c6127eb (diff)
automatic import of python-aflropeneuler20.03
-rw-r--r--python-aflr.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aflr.spec b/python-aflr.spec
index 0dc4ab1..724a681 100644
--- a/python-aflr.spec
+++ b/python-aflr.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library for the Aflorithmic api.audio API
License: MIT License
URL: https://github.com/aflorithmic/aflr_python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/57/99/9eb394291ff29b274051d331d88f4d08ce9b4f702a2ce2f63775ed73b7a0/aflr-0.8.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/57/99/9eb394291ff29b274051d331d88f4d08ce9b4f702a2ce2f63775ed73b7a0/aflr-0.8.1.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -1192,20 +1192,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 .
@@ -1218,5 +1218,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1
- Package Spec generated