summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:17:37 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:17:37 +0000
commit01c793b6f070075f43b71e27f991a239fd6a4566 (patch)
tree1c4d344e4fe6e27a960d1b6902e7c7f87672c2b4
parent5aab397df8a5d4ce5a527e7753ebc222fa5a5ac7 (diff)
automatic import of python-bigeye-airflowopeneuler20.03
-rw-r--r--python-bigeye-airflow.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-bigeye-airflow.spec b/python-bigeye-airflow.spec
index cbdc0a6..92c7f70 100644
--- a/python-bigeye-airflow.spec
+++ b/python-bigeye-airflow.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Bigeye Airflow Library supports Airflow 2.4.3 and offers custom operators for interacting with your your bigeye workspace.
License: Proprietary
URL: https://docs.bigeye.com/docs
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/6d/6da37db5f2c2350edc4b2b8e8597f6f1d0c97b2b8bc94c3cc57b79780ba6/bigeye_airflow-0.1.20.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ae/6d/6da37db5f2c2350edc4b2b8e8597f6f1d0c97b2b8bc94c3cc57b79780ba6/bigeye_airflow-0.1.20.tar.gz
BuildArch: noarch
Requires: python3-Flask-OpenID
@@ -199,7 +199,7 @@ warehouse_id, schema_name, table_name.
5. metric_ids: List[int] - The metric ids to run.
%prep
-%autosetup -n bigeye-airflow-0.1.20
+%autosetup -n bigeye_airflow-0.1.20
%build
%py3_build
@@ -213,20 +213,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 .
@@ -239,5 +239,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.20-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.20-1
- Package Spec generated