diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:37:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:37:50 +0000 |
| commit | 00110523bd81839725da60f4a1065fb7e413e9cf (patch) | |
| tree | 3da5d5630ca35c96e0ea3d6159e84309026b19f3 | |
| parent | 5527fb0dfcb6ad2e00bb65c3f98093e052489b2c (diff) | |
automatic import of python-django-extra-checksopeneuler20.03
| -rw-r--r-- | python-django-extra-checks.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-extra-checks.spec b/python-django-extra-checks.spec index f573355..75bd4a2 100644 --- a/python-django-extra-checks.spec +++ b/python-django-extra-checks.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Collection of useful checks for Django Checks Framework License: MIT License URL: https://github.com/kalekseev/django-extra-checks -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/4c/e470431b0c5614683a63a0084bef58153081b4756c6a6a809bba2ebb2768/django-extra-checks-0.13.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/4c/e470431b0c5614683a63a0084bef58153081b4756c6a6a809bba2ebb2768/django-extra-checks-0.13.3.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -450,20 +450,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 . @@ -476,5 +476,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.3-1 - Package Spec generated |
