diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:06:40 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:06:40 +0000 |
| commit | 1c9706a7096eb317670bdd67f6badbe79454cf48 (patch) | |
| tree | 9fbb918be7b3e7153984b04bb4c0f7c6c14808cf | |
| parent | 82034367a103f903c1960ca42dc8f2048f560f26 (diff) | |
automatic import of python-pyflockeropeneuler20.03
| -rw-r--r-- | python-pyflocker.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyflocker.spec b/python-pyflocker.spec index da3a2aa..ec2a8df 100644 --- a/python-pyflocker.spec +++ b/python-pyflocker.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python Cryptographic (File Locking) Library License: MIT URL: https://github.com/arunanshub/pyflocker -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e9/3b/697a905ea685938def466ccfb029aa499179177b5d92410d3bdce570b23e/pyflocker-0.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e9/3b/697a905ea685938def466ccfb029aa499179177b5d92410d3bdce570b23e/pyflocker-0.4.1.tar.gz BuildArch: noarch Requires: python3-pycryptodomex @@ -503,20 +503,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 . @@ -529,5 +529,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 - Package Spec generated |
