From 5502f88b5964a9f3f6f397b93312fb181d66cc54 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 13:31:26 +0000 Subject: automatic import of python-wagtailstreamforms --- .gitignore | 1 + python-wagtailstreamforms.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 04aad06..8550881 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wagtailstreamforms-4.0.4.tar.gz +/wagtailstreamforms-4.0.5.tar.gz diff --git a/python-wagtailstreamforms.spec b/python-wagtailstreamforms.spec index d5902ef..708b9ce 100644 --- a/python-wagtailstreamforms.spec +++ b/python-wagtailstreamforms.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wagtailstreamforms -Version: 4.0.4 +Version: 4.0.5 Release: 1 Summary: Wagtail forms in a streamfield License: MIT URL: https://github.com/AccentDesign/wagtailstreamforms/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/a2/3338bb53aabbad2590cc8d3285c47b9bd27495240f807fab85b31c39e5be/wagtailstreamforms-4.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d0/50/dcfdb714aa1671bd2533cf9041435043e0cebe06938e8108546ae3ecec4c/wagtailstreamforms-4.0.5.tar.gz BuildArch: noarch Requires: python3-wagtail @@ -55,7 +55,7 @@ Templates can be created which will then appear as choices when you build your f allowing you to display and submit a form however you want. %prep -%autosetup -n wagtailstreamforms-4.0.4 +%autosetup -n wagtailstreamforms-4.0.5 %build %py3_build @@ -69,20 +69,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 . @@ -95,5 +95,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 4.0.4-1 +* Thu Jun 08 2023 Python_Bot - 4.0.5-1 - Package Spec generated diff --git a/sources b/sources index 841dbaa..1a1e62c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12bd2edcaff48b76da2360401bbecb28 wagtailstreamforms-4.0.4.tar.gz +5ddee561fda29cf8cbf1852f35b98589 wagtailstreamforms-4.0.5.tar.gz -- cgit v1.2.3