summaryrefslogtreecommitdiff
path: root/python-django-wysiwyg-redactor.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:17:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:17:29 +0000
commit07e40304f07079fe33e6c81129cb5781f38c3923 (patch)
tree37ed68aff901afc0f3a84abb0e4a722f67a825b0 /python-django-wysiwyg-redactor.spec
parentc3175b0a14c644df7f02a6d7b3d0bd921dd84927 (diff)
automatic import of python-django-wysiwyg-redactoropeneuler20.03
Diffstat (limited to 'python-django-wysiwyg-redactor.spec')
-rw-r--r--python-django-wysiwyg-redactor.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-wysiwyg-redactor.spec b/python-django-wysiwyg-redactor.spec
index 2e439ea..ed8cb06 100644
--- a/python-django-wysiwyg-redactor.spec
+++ b/python-django-wysiwyg-redactor.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: django-wysiwyg-redactor is a lightweight responsive wysiwyg editor for Django
License: MIT
URL: https://github.com/douglasmiranda/django-wysiwyg-redactor
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/9c/a80ab754b0adf5484df8066b78d07fd8a3c8e35e99b38fc2f44b1838d70b/django-wysiwyg-redactor-0.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/da/9c/a80ab754b0adf5484df8066b78d07fd8a3c8e35e99b38fc2f44b1838d70b/django-wysiwyg-redactor-0.5.1.tar.gz
BuildArch: noarch
Requires: python3-setuptools
@@ -43,20 +43,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 .
@@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1
- Package Spec generated