summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:34:37 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:34:37 +0000
commitd97c3e551d073a4f048c2325f7ae00d4c85e7320 (patch)
tree18b0bf1a372e275e79b4e722250a0ddc00532ca7
parent93f72f812c38be78e46226cede16ea3fcd9e34b2 (diff)
automatic import of python-dominodatalab-dataopeneuler20.03
-rw-r--r--python-dominodatalab-data.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-dominodatalab-data.spec b/python-dominodatalab-data.spec
index aadc39d..2c53e47 100644
--- a/python-dominodatalab-data.spec
+++ b/python-dominodatalab-data.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Domino Data API for interacting with Domino Data features
License: Apache Software License 2.0
URL: https://github.com/dominodatalab/domino-data
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/1a/6a0576b13f3d3fa76808e891e8bcd6c4921d0bce4736ecdc209a7cfd8670/dominodatalab_data-5.6.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e2/1a/6a0576b13f3d3fa76808e891e8bcd6c4921d0bce4736ecdc209a7cfd8670/dominodatalab_data-5.6.0.tar.gz
BuildArch: noarch
Requires: python3-pandas
@@ -777,7 +777,7 @@ This project was generated with [`python-package-template`](https://github.com/T
%prep
-%autosetup -n dominodatalab-data-5.6.0
+%autosetup -n dominodatalab_data-5.6.0
%build
%py3_build
@@ -791,20 +791,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 .
@@ -817,5 +817,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 5.6.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 5.6.0-1
- Package Spec generated