diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:08:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:08:16 +0000 |
| commit | 72de80ed584523fd35b261453d29098a00216613 (patch) | |
| tree | f1bcbc68eb00018dc14445ab357b04c4826adffd | |
| parent | f0ba96a7cd32d6158a7436265abc1b567f03a4cd (diff) | |
automatic import of python-sap-xssecopeneuler20.03
| -rw-r--r-- | python-sap-xssec.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-sap-xssec.spec b/python-sap-xssec.spec index f22976f..ef997f8 100644 --- a/python-sap-xssec.spec +++ b/python-sap-xssec.spec @@ -5,7 +5,7 @@ Release: 1 Summary: SAP Python Security Library License: Apache Software License URL: https://github.com/SAP/cloud-pysec -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/3b/5de30698e865b41cbfcc892d238970535453c4b697305359cd82624b521e/sap_xssec-4.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/3b/5de30698e865b41cbfcc892d238970535453c4b697305359cd82624b521e/sap_xssec-4.0.0.tar.gz BuildArch: noarch Requires: python3-deprecation @@ -440,7 +440,7 @@ Open an issue in GitHub. %prep -%autosetup -n sap-xssec-4.0.0 +%autosetup -n sap_xssec-4.0.0 %build %py3_build @@ -454,20 +454,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 . @@ -480,5 +480,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.0-1 - Package Spec generated |
