diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:04:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:04:38 +0000 |
| commit | 95066a13c6336c7b25d77c33b82c0e4f457cdd98 (patch) | |
| tree | bbb30f9b0b5f8691975e9bc592e63012c60cb5f9 /python-jet-django.spec | |
| parent | 9823a5fa633261c9351cbb05cb83365b08a6e1b5 (diff) | |
automatic import of python-jet-djangoopeneuler20.03
Diffstat (limited to 'python-jet-django.spec')
| -rw-r--r-- | python-jet-django.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-jet-django.spec b/python-jet-django.spec index 4345f39..c5430ca 100644 --- a/python-jet-django.spec +++ b/python-jet-django.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jet-django -Version: 1.7.17 +Version: 1.7.18 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/jet-admin/jet-django -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/70/de0b0ad08d27ea25910dc607cea876bf8a0ddfe5d53cdf6c23691562a61b/jet-django-1.7.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e7/dc/67ca52305765aa02bb76a6e8545065472032ecec40e711677752819539e5/jet-django-1.7.18.tar.gz BuildArch: noarch Requires: python3-Django @@ -31,7 +31,7 @@ Provides: python3-jet-django-doc %prep -%autosetup -n jet-django-1.7.17 +%autosetup -n jet-django-1.7.18 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.18-1 - Package Spec generated |
