summaryrefslogtreecommitdiff
path: root/python-torch-stoi.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:44:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:44:30 +0000
commit30b7555836d56ba53f05fbdcee6632322c81d6de (patch)
tree105249d71651e4e7c458095d6a61ceb589f5a513 /python-torch-stoi.spec
parent278460a61f68d603eb17fb4ffbba0a42200d08ad (diff)
automatic import of python-torch-stoiopeneuler20.03
Diffstat (limited to 'python-torch-stoi.spec')
-rw-r--r--python-torch-stoi.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-torch-stoi.spec b/python-torch-stoi.spec
index c3d7ba8..aa03e7a 100644
--- a/python-torch-stoi.spec
+++ b/python-torch-stoi.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Computes Short Term Objective Intelligibility in PyTorch
License: MIT
URL: https://github.com/mpariente/pytorch_stoi
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/bb/0a3122124f18d1091274af1fe59bc77218143f4fc35fa48914e89a7431e9/torch_stoi-0.1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/bb/0a3122124f18d1091274af1fe59bc77218143f4fc35fa48914e89a7431e9/torch_stoi-0.1.2.tar.gz
BuildArch: noarch
@@ -286,7 +286,7 @@ Coming in the near future
[travis-badge]: https://travis-ci.com/mpariente/pytorch_stoi.svg?branch=master
%prep
-%autosetup -n torch-stoi-0.1.2
+%autosetup -n torch_stoi-0.1.2
%build
%py3_build
@@ -300,20 +300,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 .
@@ -326,5 +326,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1
- Package Spec generated