summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 06:31:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 06:31:27 +0000
commit3b27fc287f644112c31733cefcff7b86f33b1c94 (patch)
tree2fe2112c8b3ce34d57d8f3e5f485337a6a99dcae
parentb2aae7b2e83a1fd9c6642ee0e2e6ed8ba99b6996 (diff)
automatic import of python-dplythonopeneuler20.03
-rw-r--r--python-dplython.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dplython.spec b/python-dplython.spec
index 6cf8263..20977e3 100644
--- a/python-dplython.spec
+++ b/python-dplython.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Dplyr-style operations on top of pandas DataFrame.
License: MIT
URL: https://github.com/dodger487/dplython
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/47/504439b206268ebe249de52fa44a9b7d7a1a05b1d75ed443fb5af3b660cf/dplython-0.0.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a9/47/504439b206268ebe249de52fa44a9b7d7a1a05b1d75ed443fb5af3b660cf/dplython-0.0.7.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.7-1
- Package Spec generated