summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:48:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:48:43 +0000
commitf49c94ef802c3245beed4521bc1206b85601fa05 (patch)
tree15cf553bafd20b540093ab28338929526ca8e5f7
parent0a707caf474f45534f189903a2aca541ad6520df (diff)
automatic import of python-vykedopeneuler20.03
-rw-r--r--python-vyked.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-vyked.spec b/python-vyked.spec
index 5becaa8..be18db5 100644
--- a/python-vyked.spec
+++ b/python-vyked.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A SOA framework in Python
License: UNKNOWN
URL: https://github.com/kashifrazzaqui/vyked
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/d8/a0b1902df81a46ec3a5a72014496624129284a7522e0c26e6778e9180145/vyked-2.1.91.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/04/d8/a0b1902df81a46ec3a5a72014496624129284a7522e0c26e6778e9180145/vyked-2.1.91.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
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.91-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.91-1
- Package Spec generated