summaryrefslogtreecommitdiff
path: root/python-django-cms-tools.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:57:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:57:03 +0000
commitdba6335a9a4c0fb10fec0de578584a8826a8559c (patch)
tree213a4ca359c5ecf70f419a520d1e750b574e8d06 /python-django-cms-tools.spec
parent095fbd72bc9523a048f1d9d05ef3e055325891e8 (diff)
automatic import of python-django-cms-toolsopeneuler20.03
Diffstat (limited to 'python-django-cms-tools.spec')
-rw-r--r--python-django-cms-tools.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-cms-tools.spec b/python-django-cms-tools.spec
index 562a27e..b9df727 100644
--- a/python-django-cms-tools.spec
+++ b/python-django-cms-tools.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Tools/helpers around Django-CMS
License: GNU General Public License v3.0 or above
URL: https://github.com/jedie/django-cms-tools
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/06/73a052caedd2a32510d97f1500500e9a932e14561252cca00b3524a2cd0e/django-cms-tools-0.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fc/06/73a052caedd2a32510d97f1500500e9a932e14561252cca00b3524a2cd0e/django-cms-tools-0.7.1.tar.gz
BuildArch: noarch
Requires: python3-django
@@ -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
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1
- Package Spec generated