diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:34:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:34:31 +0000 |
| commit | 4232878a3d8311a87a191ca14b5586fb1da009fb (patch) | |
| tree | 3317bf45c97f70ed362fb8538f9490f9282b2f99 | |
| parent | 07b38bb9573695d570964a16c79fe669169b0956 (diff) | |
automatic import of python-citiesopeneuler20.03
| -rw-r--r-- | python-cities.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cities.spec b/python-cities.spec index 26d66c2..c953341 100644 --- a/python-cities.spec +++ b/python-cities.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Cities is a simple tool for searching cities located at a given longitude and latitude range. License: MIT URL: https://github.com/131250208/Cities -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/1a/ba1b720771c22ea6f20023c5e244978d5c1d8b832fab3005a490350a39b5/Cities-1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/dd/1a/ba1b720771c22ea6f20023c5e244978d5c1d8b832fab3005a490350a39b5/Cities-1.1.tar.gz BuildArch: noarch Requires: python3-pyprind @@ -164,20 +164,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 . @@ -190,5 +190,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1-1 - Package Spec generated |
