diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:10:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:10:23 +0000 |
commit | 463a293ae0dfd81ba949217fe95fa44d58b7c3c4 (patch) | |
tree | 985c4731b46a5dba3827f12ff7fa71da8ae3f2a5 | |
parent | b2b6a7045228f924f9dde88b05571ec45af04dc4 (diff) |
automatic import of python-django-json-field-schema-validatoropeneuler20.03
-rw-r--r-- | python-django-json-field-schema-validator.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-json-field-schema-validator.spec b/python-django-json-field-schema-validator.spec index b98a1a4..5e98a17 100644 --- a/python-django-json-field-schema-validator.spec +++ b/python-django-json-field-schema-validator.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Tiny tool for Django JSONField validation License: MIT License URL: https://github.com/wblxyxolbkhv/django-json-field-schema-validator -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/78/06bcab59e2af983ead5c08ec6de878cbc1f9a023d81cd7e08cc0f6de33a4/django-json-field-schema-validator-0.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f2/78/06bcab59e2af983ead5c08ec6de878cbc1f9a023d81cd7e08cc0f6de33a4/django-json-field-schema-validator-0.0.2.tar.gz BuildArch: noarch Requires: python3-Django @@ -146,20 +146,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 . @@ -172,5 +172,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1 - Package Spec generated |