From 95066a13c6336c7b25d77c33b82c0e4f457cdd98 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:04:38 +0000 Subject: automatic import of python-jet-django --- .gitignore | 1 + python-jet-django.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index b5bc609..db1f103 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jet-django-1.7.17.tar.gz +/jet-django-1.7.18.tar.gz 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 - 1.7.17-1 +* Thu Jun 08 2023 Python_Bot - 1.7.18-1 - Package Spec generated diff --git a/sources b/sources index cc99aa0..8089faf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -788a4d2a2550532bf2f0fe95b1079081 jet-django-1.7.17.tar.gz +88d73528bc6f745a555efca6ecdf6ab6 jet-django-1.7.18.tar.gz -- cgit v1.2.3