diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:10:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:10:03 +0000 |
commit | 96858ae52c4ee39aa0fe6cf9b5591b7e4ddb7bc1 (patch) | |
tree | 74d01710829f4e40a5088f35173a3c306c62a275 | |
parent | 1ffaf2a226992da937203b952ce3ffd6cff82848 (diff) |
automatic import of python-flask-ldapconnopeneuler20.03
-rw-r--r-- | python-flask-ldapconn.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-flask-ldapconn.spec b/python-flask-ldapconn.spec index b8cb004..3bf9074 100644 --- a/python-flask-ldapconn.spec +++ b/python-flask-ldapconn.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Pure python, LDAP connection and ORM for Flask Applications License: BSD URL: http://github.com/rroemhild/flask-ldapconn -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/4e/5a357ffdcbe9f1545ad498cabb3d02af9035810732b2a208b04d654da765/Flask-LDAPConn-0.10.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/4e/5a357ffdcbe9f1545ad498cabb3d02af9035810732b2a208b04d654da765/Flask-LDAPConn-0.10.1.tar.gz BuildArch: noarch Requires: python3-Flask @@ -48,20 +48,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 . @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 - Package Spec generated |