summaryrefslogtreecommitdiff
path: root/python-jet-bridge-base.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-jet-bridge-base.spec')
-rw-r--r--python-jet-bridge-base.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-jet-bridge-base.spec b/python-jet-bridge-base.spec
index aeeb4a6..95878ee 100644
--- a/python-jet-bridge-base.spec
+++ b/python-jet-bridge-base.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jet-bridge-base
-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-base
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/6b/29d6ff1ff1012048866b967d7fe89f46a08a17cf095ffb39961d9ed65d76/jet-bridge-base-1.7.17.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/19/c9/cdddb22ceb88f5c4a9c64b87a09c95ed1cb8296a06088e955c8a145d0c50/jet-bridge-base-1.7.18.tar.gz
BuildArch: noarch
Requires: python3-sqlalchemy
@@ -72,7 +72,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-base-1.7.17
+%autosetup -n jet-bridge-base-1.7.18
%build
%py3_build
@@ -86,20 +86,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 .
@@ -112,5 +112,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