diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:07:54 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:07:54 +0000 |
| commit | 2e62b02378f7732d83fd03a84e0a79846a08356a (patch) | |
| tree | 721230bf99f440a398f77de5722f906ae36a17ce | |
| parent | d4f5171ddc7b2fe151e034c1f64e15a3605ff4cf (diff) | |
automatic import of python-beerbolagetopeneuler20.03
| -rw-r--r-- | python-beerbolaget.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-beerbolaget.spec b/python-beerbolaget.spec index 72b8855..8035b03 100644 --- a/python-beerbolaget.spec +++ b/python-beerbolaget.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A python package to get information about the latest beer available at Systembolaget. License: MIT License URL: https://github.com/Ceerbeerus/pybeerbolaget -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/f1/9c45c21548ecab606f58ae369ea347caa57d3e0ce4be4a4dbddd9d36ba32/beerbolaget-0.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3b/f1/9c45c21548ecab606f58ae369ea347caa57d3e0ce4be4a4dbddd9d36ba32/beerbolaget-0.4.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -52,20 +52,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 . @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1 - Package Spec generated |
