summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:59:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:59:47 +0000
commit16db915f1de56b4b97be3d6ac54e01914b368108 (patch)
tree1825c3228e845175abee7cf3855371e072ad9510
parent853e2b765ab19ab602e0125593de0cb69365bc33 (diff)
automatic import of python-mpl-plotteropeneuler20.03
-rw-r--r--python-mpl-plotter.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-mpl-plotter.spec b/python-mpl-plotter.spec
index 7761cf5..27557d2 100644
--- a/python-mpl-plotter.spec
+++ b/python-mpl-plotter.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Publication-quality data representation library based on Matplotlib.
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/alopezrivera/mpl_plotter
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/de/5b/690e2f94f224b27f7315197770311fe07895a9128d50035a429e760d6949/mpl_plotter-5.5.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/de/5b/690e2f94f224b27f7315197770311fe07895a9128d50035a429e760d6949/mpl_plotter-5.5.0.tar.gz
BuildArch: noarch
@@ -649,7 +649,7 @@ plt.show()
```
%prep
-%autosetup -n mpl-plotter-5.5.0
+%autosetup -n mpl_plotter-5.5.0
%build
%py3_build
@@ -663,20 +663,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 .
@@ -689,5 +689,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.5.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.5.0-1
- Package Spec generated