diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:34:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:34:59 +0000 |
commit | 3156de3f88af7ee25b63266877982b20906d2a13 (patch) | |
tree | 1fa164024d70adfb2d379e759c72304d03ac84e2 | |
parent | 08e1eac4f188365b20902ecf5093d338040200ad (diff) |
automatic import of python-aio-geojson-flightairmapopeneuler20.03
-rw-r--r-- | python-aio-geojson-flightairmap.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aio-geojson-flightairmap.spec b/python-aio-geojson-flightairmap.spec index e50f414..d38b6c7 100644 --- a/python-aio-geojson-flightairmap.spec +++ b/python-aio-geojson-flightairmap.spec @@ -5,7 +5,7 @@ Release: 1 Summary: An async GeoJSON client library for planes using information from a Flight Air Map server. License: Apache Software License URL: https://github.com/kuchel77/python-aio-geojson-flightairmap -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/0e/c6597ef2fac10b8a1056a5654cff6683027b0f8c7e11d50d3a58b0d7dcec/aio_geojson_flightairmap-0.4.21.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ad/0e/c6597ef2fac10b8a1056a5654cff6683027b0f8c7e11d50d3a58b0d7dcec/aio_geojson_flightairmap-0.4.21.tar.gz BuildArch: noarch Requires: python3-aio-geojson-client @@ -370,7 +370,7 @@ different dates: %prep -%autosetup -n aio-geojson-flightairmap-0.4.21 +%autosetup -n aio_geojson_flightairmap-0.4.21 %build %py3_build @@ -384,20 +384,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 . @@ -410,5 +410,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.21-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.21-1 - Package Spec generated |