summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:17:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:17:29 +0000
commit0944c81da17b672370e872cc9d5cf86c26452201 (patch)
treea891241ebd0178f92cedfa3593ab83084cb7f98a
parent4fd95ad341faaadeb340bcb6c0f106ca3dce5890 (diff)
automatic import of python-crispy-forms-foundationopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-crispy-forms-foundation.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index c4ceba9..f27a16e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/crispy-forms-foundation-0.9.0.tar.gz
+/crispy-forms-foundation-1.0.0.tar.gz
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
diff --git a/sources b/sources
index 30c1231..af12535 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd59077274cc496f48096e0ed1f7e100 crispy-forms-foundation-0.9.0.tar.gz
+8d4f3060678c5ed67a98c216f37ec812 crispy-forms-foundation-1.0.0.tar.gz