diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:25:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:25:38 +0000 |
| commit | 402f9bb3436ae85a4d396d655903a059b3362cb4 (patch) | |
| tree | a0692020785342023bfa06482fc355b6faa7a3bd /python-jet-bridge.spec | |
| parent | aa6fd75cbf829aa157691d25382b4b2469732c0f (diff) | |
automatic import of python-jet-bridgeopeneuler20.03
Diffstat (limited to 'python-jet-bridge.spec')
| -rw-r--r-- | python-jet-bridge.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 <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 |
