summaryrefslogtreecommitdiff
path: root/python-zigzag.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:50:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:50:54 +0000
commite422c276ea9722e53482c2063853c400b26a623d (patch)
treea007ed67e474c85366253c1fd53e359e1cba4e5b /python-zigzag.spec
parent87a90a7b80dc5a62ea6762929d63a95478ceaf69 (diff)
automatic import of python-zigzagopeneuler20.03
Diffstat (limited to 'python-zigzag.spec')
-rw-r--r--python-zigzag.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-zigzag.spec b/python-zigzag.spec
index 81e4641..1db8c3d 100644
--- a/python-zigzag.spec
+++ b/python-zigzag.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Package for finding peaks and valleys of time series.
License: BSD-3-Clause
URL: https://github.com/jbn/ZigZag
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/88/028c3d29b17cd2d4cfcc2305bc42e0363d64451e3eda880aab1d0e579069/zigzag-0.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d4/88/028c3d29b17cd2d4cfcc2305bc42e0363d64451e3eda880aab1d0e579069/zigzag-0.3.2.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -101,20 +101,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 .
@@ -127,5 +127,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.2-1
- Package Spec generated