summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:38:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:38:07 +0000
commit1a920b7e0fdbef3be938e1c9fae926944635a37d (patch)
tree4c0a80cf9993ba4e7598052f41d7748085dcb130
parente55cc757b294ae693940294c4721f73edfd76095 (diff)
automatic import of python-eda-reportopeneuler20.03
-rw-r--r--python-eda-report.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-eda-report.spec b/python-eda-report.spec
index 05ed5f5..ebbdc09 100644
--- a/python-eda-report.spec
+++ b/python-eda-report.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A simple program to automate exploratory data analysis and reporting.
License: MIT
URL: https://eda-report.readthedocs.io/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/05/63612500eba8c69cff9001d3d196e8c7b3c44e0fd3402a2ac2803420cd0f/eda_report-2.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/05/63612500eba8c69cff9001d3d196e8c7b3c44e0fd3402a2ac2803420cd0f/eda_report-2.8.0.tar.gz
BuildArch: noarch
Requires: python3-matplotlib
@@ -49,7 +49,7 @@ Provides: python3-eda-report-doc
petal_width 150 1.1993 0.7622 0.1 0.3 1.30 1.8 2.5 -0.1030 -1.3406
%prep
-%autosetup -n eda-report-2.8.0
+%autosetup -n eda_report-2.8.0
%build
%py3_build
@@ -63,20 +63,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 .
@@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1
- Package Spec generated