summaryrefslogtreecommitdiff
path: root/python-django-site-utils.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:50:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:50:12 +0000
commit69730947d1fe9962388ee3eb48dd3daac6d4a406 (patch)
treeb1632f0a701ae358ccea512efc031c8cf5224f84 /python-django-site-utils.spec
parent8bbe08358a9f1de79a7dec586eeb9eaae7c7e2c8 (diff)
automatic import of python-django-site-utilsopeneuler20.03
Diffstat (limited to 'python-django-site-utils.spec')
-rw-r--r--python-django-site-utils.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-site-utils.spec b/python-django-site-utils.spec
index cf712c0..c2a299d 100644
--- a/python-django-site-utils.spec
+++ b/python-django-site-utils.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Django site-wide management commands and utilities.
License: BSD
URL: https://github.com/ninemoreminutes/django-site-utils/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/ae/eb8d7b1361b2d08eeb830758333873934d0739577d6d86d447fc96d06ff8/Django-Site-Utils-0.3.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/cc/ae/eb8d7b1361b2d08eeb830758333873934d0739577d6d86d447fc96d06ff8/Django-Site-Utils-0.3.7.tar.gz
BuildArch: noarch
Requires: python3-django
@@ -110,20 +110,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 .
@@ -136,5 +136,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.7-1
- Package Spec generated