summaryrefslogtreecommitdiff
path: root/python-django-ckeditor-5.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-django-ckeditor-5.spec')
-rw-r--r--python-django-ckeditor-5.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-django-ckeditor-5.spec b/python-django-ckeditor-5.spec
index f25f792..2331938 100644
--- a/python-django-ckeditor-5.spec
+++ b/python-django-ckeditor-5.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-django-ckeditor-5
-Version: 0.2.7
+Version: 0.2.8
Release: 1
Summary: CKEditor 5 for Django.
License: BSD-3-Clause
URL: https://pypi.org/project/django-ckeditor-5/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/0e/66eab7a83e03112ee46a9e307922fa1d59c5782f439c250ab129c04a6726/django-ckeditor-5-0.2.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/48/da/5f198a5bd2b2cf6f9e90c85113f8ca500f4bfa4a2d073e078f06c4d80c30/django-ckeditor-5-0.2.8.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -51,7 +51,7 @@ Provides: python3-django-ckeditor-5-doc
CKEditor 5 for Django >= 2.0
%prep
-%autosetup -n django-ckeditor-5-0.2.7
+%autosetup -n django-ckeditor-5-0.2.8
%build
%py3_build
@@ -65,20 +65,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 .
@@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1
- Package Spec generated