diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:24:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:24:38 +0000 |
| commit | c54c5f43e3615329c5b14d881a3a1c48cad1e86e (patch) | |
| tree | cf7f565a84d2049aa90bff25e7a7cf72e76fe269 | |
| parent | 83d0395f9ce1559ffc08249e97593b755850749b (diff) | |
automatic import of python-pypostalcodeopeneuler20.03
| -rw-r--r-- | python-pypostalcode.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pypostalcode.spec b/python-pypostalcode.spec index 8407548..4ee5dde 100644 --- a/python-pypostalcode.spec +++ b/python-pypostalcode.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Radius searches on Canadian postal codes, location data License: MIT URL: https://github.com/inkjet/pypostalcode -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/66/9fb766b7d854d54e5f7e3aad729a6bcdd4762f3fab4623af9ed476fd3d14/pypostalcode-0.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/66/9fb766b7d854d54e5f7e3aad729a6bcdd4762f3fab4623af9ed476fd3d14/pypostalcode-0.4.1.tar.gz BuildArch: noarch Requires: python3-pytz @@ -233,20 +233,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 . @@ -259,5 +259,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 |
