summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:08:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:08:19 +0000
commit19eb3fce45afa0cd6fe6647e79a8735f13a57e69 (patch)
tree6770a1daad39f1ec564f19a6023d8abe9c3a6a5b
parent0b1a3f6a7d6abb139aea13adf2102b03ade0d30c (diff)
automatic import of python-resemblyzeropeneuler20.03
-rw-r--r--python-resemblyzer.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-resemblyzer.spec b/python-resemblyzer.spec
index ef35348..1b3dda4 100644
--- a/python-resemblyzer.spec
+++ b/python-resemblyzer.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Analyze and compare voices with deep learning
License: Apache Software License
URL: https://github.com/resemble-ai/Resemblyzer
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/21/f682280aa4e201587d719402168928ecff019bc210dbc8c4ca8f44f17b2e/Resemblyzer-0.1.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/14/21/f682280aa4e201587d719402168928ecff019bc210dbc8c4ca8f44f17b2e/Resemblyzer-0.1.3.tar.gz
BuildArch: noarch
Requires: python3-librosa
@@ -237,20 +237,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 .
@@ -263,5 +263,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
- Package Spec generated