summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:19:01 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:19:01 +0000
commitb49ec53a38836fa1e412883183aa5bb9b5099e61 (patch)
tree782e5b205850380f2f569670c1eb7d3b49a53569
parentf9b3c9f73fe63dbefa7e9ffa646d243886c3b64f (diff)
automatic import of python-sequitur-g2popeneuler20.03
-rw-r--r--python-sequitur-g2p.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sequitur-g2p.spec b/python-sequitur-g2p.spec
index a4a25d0..a0f5b7f 100644
--- a/python-sequitur-g2p.spec
+++ b/python-sequitur-g2p.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: sequence and joint-sequence modelling tool for g2p
License: gpl-2.0
URL: https://github.com/sequitur-g2p/sequitur-g2p
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/a2/66e8cdcfb72a53f5f35df68b361dd313af0f0097cb44e8e8da7c91ac0893/sequitur-g2p-1.0.1668.23.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/a2/66e8cdcfb72a53f5f35df68b361dd313af0f0097cb44e8e8da7c91ac0893/sequitur-g2p-1.0.1668.23.tar.gz
Requires: python3-numpy
Requires: python3-six
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1668.23-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1668.23-1
- Package Spec generated