diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:30:32 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:30:32 +0000 |
| commit | 6c0b42c0b38979a3e88ffa849ab90e31ee4d1c56 (patch) | |
| tree | 8a6fb0f0bacdbfb20becef0a140dbb7d7e1e59cd | |
| parent | f237c3cb0f377c2f8c3bd903f55ed33b03ef14de (diff) | |
automatic import of python-pytrafikverketopeneuler20.03
| -rw-r--r-- | python-pytrafikverket.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytrafikverket.spec b/python-pytrafikverket.spec index 83c1bef..01559cd 100644 --- a/python-pytrafikverket.spec +++ b/python-pytrafikverket.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Retreive values from public API at the Swedish Transport Administration (Trafikverket). License: MIT URL: https://github.com/endor-force/pytrafikverket -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/6d/e1e80a946a08e21d9e38c731aa30527f5550545dc9c3a23a8ad8fb8b7559/pytrafikverket-0.3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/1a/6d/e1e80a946a08e21d9e38c731aa30527f5550545dc9c3a23a8ad8fb8b7559/pytrafikverket-0.3.3.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -177,20 +177,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 . @@ -203,5 +203,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 - Package Spec generated |
