summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:13:59 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:13:59 +0000
commit036c53d4a82f8680adde79ba503e3387f844e8d9 (patch)
tree7b7e27b198d51d7ef9e768e83cf70d118f8436dd
parent3b151ad1c855b3ce238af5b5ea6de611482dad23 (diff)
automatic import of python-openlabs-nereid-webshopopeneuler20.03
-rw-r--r--python-openlabs-nereid-webshop.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-openlabs-nereid-webshop.spec b/python-openlabs-nereid-webshop.spec
index 7e65c30..76572a2 100644
--- a/python-openlabs-nereid-webshop.spec
+++ b/python-openlabs-nereid-webshop.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Nereid Webshop
License: GPL-3
URL: http://www.openlabs.co.in
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/9e/278a2e7f73d0527ae42e52bfe3c42123b79d8e5beab2b9c5b3a839cd740f/openlabs_nereid_webshop-3.4.4.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/9e/278a2e7f73d0527ae42e52bfe3c42123b79d8e5beab2b9c5b3a839cd740f/openlabs_nereid_webshop-3.4.4.6.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> - 3.4.4.6-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.4.6-1
- Package Spec generated