summaryrefslogtreecommitdiff
path: root/python-dbt-metabase.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:20:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:20:49 +0000
commit99513d7d34065b75b624584a133fb5cdb96c88f3 (patch)
tree692bad25e1f57f0db5d659ae12ec77acfcc4c9f7 /python-dbt-metabase.spec
parent3f4be07ef8c8718e0a9f7bdf1b71dabd01564ba2 (diff)
automatic import of python-dbt-metabaseopeneuler20.03
Diffstat (limited to 'python-dbt-metabase.spec')
-rw-r--r--python-dbt-metabase.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dbt-metabase.spec b/python-dbt-metabase.spec
index cad94ae..0d841af 100644
--- a/python-dbt-metabase.spec
+++ b/python-dbt-metabase.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Model synchronization from dbt to Metabase.
License: MIT License
URL: https://github.com/gouline/dbt-metabase
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b6/60/1ce988e8489383d3678508fab995e8c7f101e60927c2e9e765bd504b173b/dbt-metabase-0.9.15.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b6/60/1ce988e8489383d3678508fab995e8c7f101e60927c2e9e765bd504b173b/dbt-metabase-0.9.15.tar.gz
BuildArch: noarch
Requires: python3-PyYAML
@@ -54,20 +54,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 .
@@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.15-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.15-1
- Package Spec generated