diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:37:08 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:37:08 +0000 |
| commit | 1a184c6bce241ae9904df75c7fa7b465427eda2a (patch) | |
| tree | 426be9a2934408efc572bb283fef2acbf50219f0 | |
| parent | 647a8c70e54f8f8c7d081a59033c5a6ea78dc4af (diff) | |
automatic import of python-django-jsonfallbackopeneuler20.03
| -rw-r--r-- | python-django-jsonfallback.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-jsonfallback.spec b/python-django-jsonfallback.spec index cbf127f..4f35d31 100644 --- a/python-django-jsonfallback.spec +++ b/python-django-jsonfallback.spec @@ -5,7 +5,7 @@ Release: 1 Summary: JSONField from django.contrib.postgres, but with a fallback to TextField License: Apache License 2.0 URL: https://github.com/raphaelm/django-jsonfallback -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/66/76401cb44b2a1882db71764709f93b324a5e36b8d53b7359c75766e5e0a8/django-jsonfallback-2.1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/61/66/76401cb44b2a1882db71764709f93b324a5e36b8d53b7359c75766e5e0a8/django-jsonfallback-2.1.2.tar.gz BuildArch: noarch Requires: python3-django-mysql @@ -73,20 +73,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 . @@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.2-1 - Package Spec generated |
