diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:02:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:02:53 +0000 |
commit | e68ca7208ee735f768eea4c3a5ddbe50c8959677 (patch) | |
tree | cfb1964fdcb79e1b3ddcd5972c576abdbd5cfec2 | |
parent | d7254eff3d31ed39622e9cda39022113e30f84c3 (diff) |
automatic import of python-django-rebelopeneuler20.03
-rw-r--r-- | python-django-rebel.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-rebel.spec b/python-django-rebel.spec index a89104e..94347ec 100644 --- a/python-django-rebel.spec +++ b/python-django-rebel.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Mailgun Backend for Django License: MIT URL: https://gitlab.com/socivy/django-rebel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/c9/aed1570169b3e3df80a8ee2642117187b91efd298e966aaf8af6f13e3c3e/django-rebel-0.2.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/c9/aed1570169b3e3df80a8ee2642117187b91efd298e966aaf8af6f13e3c3e/django-rebel-0.2.0.tar.gz BuildArch: noarch Requires: python3-django @@ -162,20 +162,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 . @@ -188,5 +188,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 - Package Spec generated |