diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:06:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:06:55 +0000 |
commit | d7b015b3d090a41f7cec847e140c4fadca200842 (patch) | |
tree | 1ef16aeb33babcc619d9288171cd5844fc767b7e | |
parent | 90503fd28ebe2b18713ae499b80804a400b631b9 (diff) |
automatic import of python-django-ckeditor-5openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-ckeditor-5.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /django-ckeditor-5-0.2.7.tar.gz +/django-ckeditor-5-0.2.8.tar.gz 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 @@ -1 +1 @@ -e566d3c0d633ef2ed37d215c1cf8e077 django-ckeditor-5-0.2.7.tar.gz +f2f34206efafb42e5ec52b70ba5ff82e django-ckeditor-5-0.2.8.tar.gz |