diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-wagtailstreamforms.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <Python_Bot@openeuler.org> - 4.0.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.5-1 - Package Spec generated @@ -1 +1 @@ -12bd2edcaff48b76da2360401bbecb28 wagtailstreamforms-4.0.4.tar.gz +5ddee561fda29cf8cbf1852f35b98589 wagtailstreamforms-4.0.5.tar.gz |
