diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:21:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:21:28 +0000 |
commit | 10bfb249e7f4a69329eecea4362bfb23fc99c6f0 (patch) | |
tree | d037e6a9f19ccce00c74f86875bb31777e139252 | |
parent | bc32e40fc38d89dfa73e5f3b41909d98303a93c0 (diff) |
automatic import of python-hmacopeneuler20.03
-rw-r--r-- | python-hmac.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-hmac.spec b/python-hmac.spec index b80df4a..3fb619d 100644 --- a/python-hmac.spec +++ b/python-hmac.spec @@ -5,7 +5,7 @@ Release: 1 Summary: HMAC (Keyed-Hashing for Message Authentication) Python module. License: PSF license URL: UNKNOWN -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/02/14b2ade413d3f34caffadfa6ed59f3769fe108a78e34931a2cdd1762cb32/hmac-20101005.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b2/02/14b2ade413d3f34caffadfa6ed59f3769fe108a78e34931a2cdd1762cb32/hmac-20101005.tar.gz BuildArch: noarch @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 20101005-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 20101005-1 - Package Spec generated |