diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:08:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:08:22 +0000 |
| commit | a59a70ef7698f5f2d67390b039c46dee27f7ac8a (patch) | |
| tree | ca51520b24406e9a8dc4db628759b242235e9247 | |
| parent | 6fa0aeb188dc67a45173baf5ec4906f05c9e601a (diff) | |
automatic import of python-jet-bridge-baseopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-jet-bridge-base.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /jet-bridge-base-1.7.17.tar.gz +/jet-bridge-base-1.7.18.tar.gz 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 @@ -1 +1 @@ -fa840c61452a1c6dd19ac2175241c11e jet-bridge-base-1.7.17.tar.gz +3db137ba498876abf299c18d813fe0cc jet-bridge-base-1.7.18.tar.gz |
