diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:19:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:19:13 +0000 |
commit | 33d0da6af0e2089940ab28ed9c08b1de6a8a2ad9 (patch) | |
tree | f3f73f944bb6336ab59d7f097d7f6c1b6a2e0b59 | |
parent | 60687f4513487d2a1630d3bb447d4cd250414584 (diff) |
automatic import of python-flask-pyoidc-odaopeneuler20.03
-rw-r--r-- | python-flask-pyoidc-oda.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-flask-pyoidc-oda.spec b/python-flask-pyoidc-oda.spec index 63c7f59..b1151af 100644 --- a/python-flask-pyoidc-oda.spec +++ b/python-flask-pyoidc-oda.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Flask extension for OpenID Connect authentication, modified for use at ODA. License: Apache 2.0 URL: https://github.com/KLMatlock/Flask-pyoidc-oda -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/39/91cdebaa2b40cfc84cc275943ab4a1f47ac2f2f4880efc8f2a690142e9d0/Flask-pyoidc-oda-0.6.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/19/39/91cdebaa2b40cfc84cc275943ab4a1f47ac2f2f4880efc8f2a690142e9d0/Flask-pyoidc-oda-0.6.3.tar.gz BuildArch: noarch Requires: python3-oic @@ -98,20 +98,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 . @@ -124,5 +124,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.3-1 - Package Spec generated |