summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:31:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:31:48 +0000
commit29a195dbea2b01f464928a4847c9cb583bb11f7c (patch)
treecbf396fe26478cd9d3737c5a0e26fdbec2f5952c
parent957afec5eaf97c4982ee99ab61819e0e3b05345a (diff)
automatic import of python-deployappopeneuler20.03
-rw-r--r--python-deployapp.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-deployapp.spec b/python-deployapp.spec
index afd2467..e7dd84e 100644
--- a/python-deployapp.spec
+++ b/python-deployapp.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A package to deploy sites in virtualenv, run scripts, and deploy workers with supervisor
License: MIT
URL: http://github.com/mardix/deployapp/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3c/fe/8043c1267cd8da0ac743774a64b8fb821aba9b6aa23f7da6aceae8ef6571/Deployapp-0.20.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3c/fe/8043c1267cd8da0ac743774a64b8fb821aba9b6aa23f7da6aceae8ef6571/Deployapp-0.20.0.tar.gz
BuildArch: noarch
@@ -105,20 +105,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 .
@@ -131,5 +131,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1
- Package Spec generated