summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:06:31 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:06:31 +0000
commitde28112bb8e09b5de8eeaf880335578b47c29fee (patch)
treeeecaf048911416e221dd33134e110d287415e1a3
parentc9cd4c520a059b30046b5bcde2b4c9c8715c8826 (diff)
automatic import of python-kasopeneuler20.03
-rw-r--r--python-kas.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-kas.spec b/python-kas.spec
index 9d84b66..84d8d83 100644
--- a/python-kas.spec
+++ b/python-kas.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Setup tool for bitbake based projects
License: MIT
URL: https://github.com/siemens/kas
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/24/e8655747af4fdd344ddd5488e168ecf589bfb0a00f0ccc08061b29e380a0/kas-3.2.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/83/24/e8655747af4fdd344ddd5488e168ecf589bfb0a00f0ccc08061b29e380a0/kas-3.2.3.tar.gz
BuildArch: noarch
@@ -99,20 +99,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 .
@@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.3-1
- Package Spec generated