summaryrefslogtreecommitdiff
path: root/python-ada-core.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:33:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:33:03 +0000
commitaf032d089f4b10cdd23acab3e0b6eeaa87925303 (patch)
tree047cb91c703c58d052e69c44cd09c74fb741eff1 /python-ada-core.spec
parent5db7b264abe21a223d4386028a06c105a74855bc (diff)
automatic import of python-ada-coreopeneuler20.03
Diffstat (limited to 'python-ada-core.spec')
-rw-r--r--python-ada-core.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-ada-core.spec b/python-ada-core.spec
index d3fb3be..c5a18b5 100644
--- a/python-ada-core.spec
+++ b/python-ada-core.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: ada_core is an anomaly detection library for timeseries data
License: Apache Software License
URL: https://github.paypal.com/ROM/ada_core
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/1d/e16299682e2eefabb60332b0725e6c4465f5f81eca447acd91f6cf47a802/ada_core-0.3.20.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/1d/e16299682e2eefabb60332b0725e6c4465f5f81eca447acd91f6cf47a802/ada_core-0.3.20.tar.gz
BuildArch: noarch
Requires: python3-PyYAML
@@ -35,7 +35,7 @@ Provides: python3-ada-core-doc
%prep
-%autosetup -n ada-core-0.3.20
+%autosetup -n ada_core-0.3.20
%build
%py3_build
@@ -49,20 +49,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 .
@@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.20-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.20-1
- Package Spec generated