summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:42:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:42:54 +0000
commit942bcd93ffd145b5d63cc89ba75b0942190fefad (patch)
tree35ad9a4161eb6c897b9e87546bd29f4e9fc71d32
parentba4d8e2d119063902dc5fea7886b435c3903d298 (diff)
automatic import of python-django-password-policies-iplwebopeneuler20.03
-rw-r--r--python-django-password-policies-iplweb.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-password-policies-iplweb.spec b/python-django-password-policies-iplweb.spec
index 80b9c9e..8cd5c17 100644
--- a/python-django-password-policies-iplweb.spec
+++ b/python-django-password-policies-iplweb.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Django application to implent password policies.
License: BSD License
URL: https://github.com/iplweb/django-password-policies-iplweb
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/ff/2c2a0983de60cff1cef98f750a13d623aa4557747dc6a49a78d0eb65d692/django-password-policies-iplweb-0.8.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5c/ff/2c2a0983de60cff1cef98f750a13d623aa4557747dc6a49a78d0eb65d692/django-password-policies-iplweb-0.8.4.tar.gz
BuildArch: noarch
Requires: python3-django
@@ -58,20 +58,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 .
@@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.4-1
- Package Spec generated