summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:35:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:35:07 +0000
commita8d475589d767d113afa921c651e5dfdefabdb3c (patch)
treea6c7a43c26c940f0ec13c660196ec3056ab0d836
parentb8258bc6969aae239eadcb026b53369a938a9fd4 (diff)
automatic import of python-dataset-utilsopeneuler20.03
-rw-r--r--python-dataset-utils.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dataset-utils.spec b/python-dataset-utils.spec
index cd367cb..c3f5bae 100644
--- a/python-dataset-utils.spec
+++ b/python-dataset-utils.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A few helper utilities to the dataset pip package
License: MIT License
URL: https://github.com/kapily/dataset-utils
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/5d/4a013f6aa0fb8403a7c24141d261c61739f15d21c1b31d6494c492bc4aa7/dataset-utils-0.0.48.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1c/5d/4a013f6aa0fb8403a7c24141d261c61739f15d21c1b31d6494c492bc4aa7/dataset-utils-0.0.48.tar.gz
BuildArch: noarch
Requires: python3-dataset
@@ -64,20 +64,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 .
@@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.48-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.48-1
- Package Spec generated