summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:27:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:27:57 +0000
commit36dc6a03c4634a41aadc243808b12e77c2b98c37 (patch)
tree7bf53b0dffbb6431eaec16cfed0648609c8418b0
parentaa6751b235feea5d0f3e6c683dff54cc63eaa676 (diff)
automatic import of python-django-dynamic-model-validationopeneuler20.03
-rw-r--r--python-django-dynamic-model-validation.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-dynamic-model-validation.spec b/python-django-dynamic-model-validation.spec
index 933468d..3074e07 100644
--- a/python-django-dynamic-model-validation.spec
+++ b/python-django-dynamic-model-validation.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Extra django model validation.
License: MIT/Apache-2.0
URL: https://github.com/jackton1/django-dynamic-model-validation.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/c0/340a05de9b01d93c95d11b27782b952ea23c4cba9f28318ba4314c17834f/django-dynamic-model-validation-1.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b8/c0/340a05de9b01d93c95d11b27782b952ea23c4cba9f28318ba4314c17834f/django-dynamic-model-validation-1.0.0.tar.gz
BuildArch: noarch
Requires: python3-future
@@ -73,20 +73,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 .
@@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
- Package Spec generated