summaryrefslogtreecommitdiff
path: root/python-crispy-forms-foundation.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-crispy-forms-foundation.spec')
-rw-r--r--python-crispy-forms-foundation.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-crispy-forms-foundation.spec b/python-crispy-forms-foundation.spec
index 65eb933..1102896 100644
--- a/python-crispy-forms-foundation.spec
+++ b/python-crispy-forms-foundation.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-crispy-forms-foundation
-Version: 0.9.0
+Version: 1.0.0
Release: 1
Summary: Django application to add 'django-crispy-forms' layout objects for 'Foundation for sites'
License: MIT
URL: https://github.com/sveetch/crispy-forms-foundation
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/26/08/a05d8b84727ddb02fbb5cae1b4b9ab28d69c32b812913c44fd6c8a0fcf62/crispy-forms-foundation-0.9.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b1/f2/22e5097caf41646ae176d3087f5e578955f6e56a8587cd6380196b89fcfa/crispy-forms-foundation-1.0.0.tar.gz
BuildArch: noarch
@@ -52,7 +52,7 @@ Links
* Clone it on its `Github repository <https://github.com/sveetch/crispy-forms-foundation>`_;
%prep
-%autosetup -n crispy-forms-foundation-0.9.0
+%autosetup -n crispy-forms-foundation-1.0.0
%build
%py3_build
@@ -66,20 +66,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 .
@@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
- Package Spec generated