summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:02:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:02:33 +0000
commit9dd912520eff13e3f253d9850d33d9306f46d2ba (patch)
tree3c4312ea69f309da8dea906727f7d15a0dfa95cb
parent0d41e071872e7f61738299b05491e80ce4f795fe (diff)
automatic import of python-ldap2pgopeneuler20.03
-rw-r--r--python-ldap2pg.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ldap2pg.spec b/python-ldap2pg.spec
index 0717ba4..dc5de01 100644
--- a/python-ldap2pg.spec
+++ b/python-ldap2pg.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Manage PostgreSQL roles and privileges from YAML or LDAP
License: PostgreSQL
URL: https://labs.dalibo.com/ldap2pg
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/3a/168db93a4cbd03b6b9058c3103343480ad68dd14e763579c0fee3807c5fc/ldap2pg-5.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/12/3a/168db93a4cbd03b6b9058c3103343480ad68dd14e763579c0fee3807c5fc/ldap2pg-5.9.tar.gz
BuildArch: noarch
Requires: python3-ldap
@@ -146,20 +146,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 .
@@ -172,5 +172,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9-1
- Package Spec generated