summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:11:45 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:11:45 +0000
commit8dd0846c8d24550510ac3067a239cb915a19049b (patch)
treecc0d9b91be76841371d853f704a5d461dcf4ffd4
parentf2259e60ecd011cbdf3f8e04b11d667a01b6a9d7 (diff)
automatic import of python-django-chartitopeneuler20.03
-rw-r--r--python-django-chartit.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-chartit.spec b/python-django-chartit.spec
index b37f88c..a27e278 100644
--- a/python-django-chartit.spec
+++ b/python-django-chartit.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
License: BSD
URL: https://github.com/chartit/django-chartit
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/8c/873df78150ba9f8b2fc6230058743e60e8873bd430100958c9099ea9a570/django_chartit-0.2.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/64/8c/873df78150ba9f8b2fc6230058743e60e8873bd430100958c9099ea9a570/django_chartit-0.2.9.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.9-1
- Package Spec generated