diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:26:29 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:26:29 +0000 |
| commit | cca624c6c395cf13df52744099147306f58c6757 (patch) | |
| tree | f6ebcefb9248ec492622ae4595f31c8859d60b73 | |
| parent | 086d463de8577839764a6be278a7c4ea23525923 (diff) | |
automatic import of python-solo-pythonopeneuler20.03
| -rw-r--r-- | python-solo-python.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-solo-python.spec b/python-solo-python.spec index 8eb11b7..6976ead 100644 --- a/python-solo-python.spec +++ b/python-solo-python.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Dummy package pulling in solo1. License: None URL: https://github.com/solokeys/solo1-cli -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d8/17/3b58e6e94a1fe5eb69ad5f23529779f011884ffc4c552f6160709225e7cb/solo-python-0.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d8/17/3b58e6e94a1fe5eb69ad5f23529779f011884ffc4c552f6160709225e7cb/solo-python-0.1.1.tar.gz BuildArch: noarch Requires: python3-solo1 @@ -64,20 +64,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 . @@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 - Package Spec generated |
