summaryrefslogtreecommitdiff
path: root/python-tf-explain.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:14:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:14:02 +0000
commit6585119b97d9ff2090c55c3de8c168186b6f7fdb (patch)
tree821fd1621122cbc79a92bf7cb38d68b29d1ed1c6 /python-tf-explain.spec
parent7498f1ed588bf091d6e0c865b6a88a707cc86123 (diff)
automatic import of python-tf-explainopeneuler20.03
Diffstat (limited to 'python-tf-explain.spec')
-rw-r--r--python-tf-explain.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-tf-explain.spec b/python-tf-explain.spec
index ef1b4f3..2e351ff 100644
--- a/python-tf-explain.spec
+++ b/python-tf-explain.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Interpretability Callbacks for Tensorflow 2.0
License: MIT
URL: https://github.com/sicara/tf-explain
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/ad/d9467ccd256ff5764f08bdd76da859539b35f01a9059fc8c2e412e6b912a/tf-explain-0.3.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/ad/d9467ccd256ff5764f08bdd76da859539b35f01a9059fc8c2e412e6b912a/tf-explain-0.3.1.tar.gz
BuildArch: noarch
Requires: python3-sphinx
@@ -941,20 +941,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 .
@@ -967,5 +967,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.1-1
- Package Spec generated