summaryrefslogtreecommitdiff
path: root/python-mpl-tools.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:39:52 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:39:52 +0000
commit31e5a27fffc1fb4fe7e420078ee7739970b3a135 (patch)
treead568e18c4a962624e4dc52feb4426174d09ab15 /python-mpl-tools.spec
parentfcf47d910eb42a4f467f00dc3f57f3cbd20dc228 (diff)
automatic import of python-mpl-toolsopeneuler20.03
Diffstat (limited to 'python-mpl-tools.spec')
-rw-r--r--python-mpl-tools.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mpl-tools.spec b/python-mpl-tools.spec
index 328cf92..bedbf5f 100644
--- a/python-mpl-tools.spec
+++ b/python-mpl-tools.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Tools for working with matplotlib
License: MIT
URL: https://github.com/patricknraanes/mpl-tools
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/5b/b8b658f635847b4238a56c67365a8965c111c8d08ce7d4f548607d6faf88/mpl-tools-0.2.57.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/5b/b8b658f635847b4238a56c67365a8965c111c8d08ce7d4f548607d6faf88/mpl-tools-0.2.57.tar.gz
BuildArch: noarch
Requires: python3-importlib-metadata
@@ -150,20 +150,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 .
@@ -176,5 +176,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.57-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.57-1
- Package Spec generated