diff options
Diffstat (limited to 'python-django-jsonform.spec')
| -rw-r--r-- | python-django-jsonform.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-django-jsonform.spec b/python-django-jsonform.spec index 4894a47..f29330e 100644 --- a/python-django-jsonform.spec +++ b/python-django-jsonform.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-jsonform -Version: 2.17.0 +Version: 2.17.1 Release: 1 Summary: A user-friendly JSON editing form for Django admin. License: BSD-3-Clause URL: https://www.github.com/bhch/django-jsonform -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/9c/85fdaca6ff207608a8d94d13b55f16b8374cf39974ab71723403e49c948a/django-jsonform-2.17.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d0/2f/b1bf668b9e533736c6bd45d703ad186febd1965c13bb44b4d465183ae06e/django-jsonform-2.17.1.tar.gz BuildArch: noarch Requires: python3-django @@ -257,7 +257,7 @@ Quickstart and usage docs can be found at [http://django-jsonform.rtfd.io](http: %prep -%autosetup -n django-jsonform-2.17.0 +%autosetup -n django-jsonform-2.17.1 %build %py3_build @@ -271,20 +271,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 . @@ -297,5 +297,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.1-1 - Package Spec generated |
