summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:40:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:40:33 +0000
commit696889295d75296cc65279a4d005f6e4724deb4f (patch)
tree22a873178bfc9baac1d0724ec9b19f5932ad1a32
parent69b1dc98a88ac69f62c1181faa05e224b3b7ebb9 (diff)
automatic import of python-django-awlopeneuler20.03
-rw-r--r--python-django-awl.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-awl.spec b/python-django-awl.spec
index 60d8b58..e0fc9ba 100644
--- a/python-django-awl.spec
+++ b/python-django-awl.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Miscellaneous django tools
License: MIT
URL: https://github.com/cltrudeau/django-awl
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/2d/f10ffd492867694ab807b02ee55cb5b0d74142dc67db285f2de1ecfc2ec1/django-awl-1.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/2d/f10ffd492867694ab807b02ee55cb5b0d74142dc67db285f2de1ecfc2ec1/django-awl-1.8.0.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0-1
- Package Spec generated