From 402f9bb3436ae85a4d396d655903a059b3362cb4 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:25:38 +0000 Subject: automatic import of python-jet-bridge --- .gitignore | 1 + python-jet-bridge.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 177cd81..2cb2af2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jet-bridge-1.7.17.tar.gz +/jet-bridge-1.7.18.tar.gz diff --git a/python-jet-bridge.spec b/python-jet-bridge.spec index bca00eb..45c73f3 100644 --- a/python-jet-bridge.spec +++ b/python-jet-bridge.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jet-bridge -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-bridge -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/d4/63fb2f470e52b8daac053990d9476c35ed62bd5305e974aa49a9bd4aa49a/jet-bridge-1.7.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/91/22/db119447b1ba0332801c0460f0074322a0fcbf065973037ae46942709846/jet-bridge-1.7.18.tar.gz BuildArch: noarch Requires: python3-tornado @@ -69,7 +69,7 @@ This project has been designed to fit requirements of small startups and mature This is a complete remake of our popular [Django Jet](https://github.com/geex-arts/django-jet) admin interface. %prep -%autosetup -n jet-bridge-1.7.17 +%autosetup -n jet-bridge-1.7.18 %build %py3_build @@ -83,20 +83,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 . @@ -109,5 +109,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 075c998..e103d72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35a513fde84797b83d4504bb7e1825b2 jet-bridge-1.7.17.tar.gz +6d0cd865435ffbd820baa63e2acb9f11 jet-bridge-1.7.18.tar.gz -- cgit v1.2.3