summaryrefslogtreecommitdiff
path: root/python-django-kaio.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:47:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:47:30 +0000
commitae4c84d6d9583a756ad702e634e086f73267c500 (patch)
tree7a6a3ffd14681a893d0726f7069bf42606b6e230 /python-django-kaio.spec
parent7869be337040f621fb9d28a6f9cffda3ef6098c0 (diff)
automatic import of python-django-kaioopeneuler20.03
Diffstat (limited to 'python-django-kaio.spec')
-rw-r--r--python-django-kaio.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-kaio.spec b/python-django-kaio.spec
index 93209d6..13b5621 100644
--- a/python-django-kaio.spec
+++ b/python-django-kaio.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Class based settings for Django projects that can be read from multiple sources
License: BSD
URL: https://github.com/APSL/django-kaio
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/1c/a56328e437bf4310fc5f5a85f2ef6a4beb6cdc9b9c2a727694064d6faf31/django-kaio-1.4.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/37/1c/a56328e437bf4310fc5f5a85f2ef6a4beb6cdc9b9c2a727694064d6faf31/django-kaio-1.4.2.tar.gz
BuildArch: noarch
Requires: python3-clint
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.2-1
- Package Spec generated