summaryrefslogtreecommitdiff
path: root/python-imodels.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:29:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:29:55 +0000
commitf0f6035719a7aacc1e4e823184e42883fcc80e83 (patch)
tree6a738b6ec1dad8f25f96fa50db33b87ae3d4a5d2 /python-imodels.spec
parentfc250253454e7def6ced2f3c32ef9fcf89973844 (diff)
automatic import of python-imodelsopeneuler20.03
Diffstat (limited to 'python-imodels.spec')
-rw-r--r--python-imodels.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-imodels.spec b/python-imodels.spec
index 5308323..e22084c 100644
--- a/python-imodels.spec
+++ b/python-imodels.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Implementations of various interpretable models
License: MIT License
URL: https://github.com/csinva/imodels
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/ca/c2782a803d038384b9cf1f72e1b5ad2c6cb83a5028d9ee7d6cc30559e629/imodels-1.3.17.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1a/ca/c2782a803d038384b9cf1f72e1b5ad2c6cb83a5028d9ee7d6cc30559e629/imodels-1.3.17.tar.gz
BuildArch: noarch
Requires: python3-matplotlib
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.17-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.17-1
- Package Spec generated