diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:40:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:40:58 +0000 |
commit | 4c16c281220d8a599460467faa7fa97a74918dcf (patch) | |
tree | caf4ac72fca63b7566d3defaeba8999a2f21e538 | |
parent | c39eabbc4c069058957ac94a9aee252c455aecd6 (diff) |
automatic import of python-django-admin-searchopeneuler20.03
-rw-r--r-- | python-django-admin-search.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-admin-search.spec b/python-django-admin-search.spec index 86dc023..b0c906a 100644 --- a/python-django-admin-search.spec +++ b/python-django-admin-search.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The "Django Admin Search" is a advanced search modal for django admin License: MIT URL: https://github.com/shinneider/django_admin_search -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/79/f38ca6bd8a0629c2ce9ac91aa0133dd671abd0b40bc17817eaf41d75a0d7/django-admin-search-0.3.15.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e7/79/f38ca6bd8a0629c2ce9ac91aa0133dd671abd0b40bc17817eaf41d75a0d7/django-admin-search-0.3.15.tar.gz BuildArch: noarch Requires: python3-django @@ -415,20 +415,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 . @@ -441,5 +441,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.15-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.15-1 - Package Spec generated |