summaryrefslogtreecommitdiff
path: root/python-baseextensions.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:23:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:23:48 +0000
commit53127c00f359cde5b2f7e5ab5cb12581435071d8 (patch)
treee847a60cf40b732381fcf541f4b87fcc1faa7bd8 /python-baseextensions.spec
parent1a49a5f91c740e926e2d94a0775ffefed7dd2a19 (diff)
automatic import of python-baseextensionsopeneuler20.03
Diffstat (limited to 'python-baseextensions.spec')
-rw-r--r--python-baseextensions.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-baseextensions.spec b/python-baseextensions.spec
index 6c7beec..82f2284 100644
--- a/python-baseextensions.spec
+++ b/python-baseextensions.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: please add a summary manually as the author left a blank one
License: MIT
URL: https://github.com/Jakar510/BaseExtensions
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/07/9994712f532be6e1a2297d43be1bfca4cc7d2e6152b526292aad6ad353d5/BaseExtensions-1.2.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8a/07/9994712f532be6e1a2297d43be1bfca4cc7d2e6152b526292aad6ad353d5/BaseExtensions-1.2.6.tar.gz
BuildArch: noarch
Requires: python3-pillow
@@ -106,20 +106,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 .
@@ -132,5 +132,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
- Package Spec generated