diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:57:18 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:57:18 +0000 |
| commit | 0c531efaacec6356b2ace75e2876264a164baf37 (patch) | |
| tree | 32f557eaa146af2be718d1f0882a83b5ee10e072 | |
| parent | 06dd9b40c29dfbbc457fd63d8324e665b7801c73 (diff) | |
automatic import of python-django-geonode-clientopeneuler20.03
| -rw-r--r-- | python-django-geonode-client.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-geonode-client.spec b/python-django-geonode-client.spec index ed1c48e..d7dddb8 100644 --- a/python-django-geonode-client.spec +++ b/python-django-geonode-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Use GeoNode client in your django projects License: LGPL, see LICENSE file. URL: https://github.com/GeoNode/geonode-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/bd/2296876811013f7b21c80b5c5151f38b2701083dea086120d77b6712475f/django-geonode-client-1.0.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/15/bd/2296876811013f7b21c80b5c5151f38b2701083dea086120d77b6712475f/django-geonode-client-1.0.9.tar.gz BuildArch: noarch @@ -204,20 +204,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 . @@ -230,5 +230,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.9-1 - Package Spec generated |
