diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:46:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:46:43 +0000 |
commit | c8094d5ade95cb83cc40827dff4874ab31d40211 (patch) | |
tree | 1764a470cffc2d32b794fc9659131bdc4947a168 | |
parent | 7475053f06fac5f3c3838d9b49725f2c4f9c47d9 (diff) |
automatic import of python-django-fluent-contentsopeneuler20.03
-rw-r--r-- | python-django-fluent-contents.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-fluent-contents.spec b/python-django-fluent-contents.spec index 9064b45..f9aefc2 100644 --- a/python-django-fluent-contents.spec +++ b/python-django-fluent-contents.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A widget engine to display various content on Django pages License: Apache 2.0 URL: https://github.com/edoburu/django-fluent-contents -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2e/3b/e32386cd95bcaefb82c0fc12adf8ce14f776625cd1753f83443eb0b11aa3/django-fluent-contents-3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2e/3b/e32386cd95bcaefb82c0fc12adf8ce14f776625cd1753f83443eb0b11aa3/django-fluent-contents-3.0.tar.gz BuildArch: noarch Requires: python3-django-fluent-utils @@ -160,20 +160,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 . @@ -186,5 +186,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0-1 - Package Spec generated |