summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:59:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:59:12 +0000
commitbeba555bfb7d6b280d1ccf791ded0ae52c6fc559 (patch)
tree6984585ca01a87b4397b8ea4465b9c03130976fb
parent4da2ce346eca2be62e8eea160e49563b89db6c19 (diff)
automatic import of python-django-treewidgetopeneuler20.03
-rw-r--r--python-django-treewidget.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-treewidget.spec b/python-django-treewidget.spec
index d602d88..79f7aa0 100644
--- a/python-django-treewidget.spec
+++ b/python-django-treewidget.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: treewidget for django admin
License: MIT
URL: https://github.com/jerch/django-treewidget
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/58/485d90c0bac965125b15889460b920ea3ac99093f720cd0b1d59fbe91aac/django-treewidget-0.4.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/58/485d90c0bac965125b15889460b920ea3ac99093f720cd0b1d59fbe91aac/django-treewidget-0.4.2.tar.gz
BuildArch: noarch
@@ -288,20 +288,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 .
@@ -314,5 +314,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.2-1
- Package Spec generated