summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:07:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:07:39 +0000
commit6d9eb781d7e8c47e36d596777bc64639413faea9 (patch)
tree1589c7304de6c37b01cb1456c384d69de37e3805
parent06ced2ec2a8595f3f640911903f5b285fbcb035b (diff)
automatic import of python-pythononwheelsopeneuler20.03
-rw-r--r--python-pythononwheels.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pythononwheels.spec b/python-pythononwheels.spec
index a2bf9c5..e3d4c29 100644
--- a/python-pythononwheels.spec
+++ b/python-pythononwheels.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The simple, quick and easy generative web framework for python
License: MIT
URL: http://www.pythononwheels.org
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/6f/c7bb0072192b1cdd6bfd7080d8f81ed77f0db769bbbf17f0b6b0e28652fb/pythononwheels-0.925.53.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f6/6f/c7bb0072192b1cdd6bfd7080d8f81ed77f0db769bbbf17f0b6b0e28652fb/pythononwheels-0.925.53.tar.gz
BuildArch: noarch
Requires: python3-tornado
@@ -49,20 +49,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 .
@@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.925.53-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.925.53-1
- Package Spec generated