diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:58:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:58:13 +0000 |
| commit | 82835d7923e94d6c32ec66ba577d6a599cbbabe8 (patch) | |
| tree | b8c54ff6df39983f513bfdad6a24fc6991ff7de3 /python-django-log-formatter-ecs.spec | |
| parent | 4e4c01ee1d683d9368977fb0392221721b636ec6 (diff) | |
automatic import of python-django-log-formatter-ecsopeneuler20.03
Diffstat (limited to 'python-django-log-formatter-ecs.spec')
| -rw-r--r-- | python-django-log-formatter-ecs.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-django-log-formatter-ecs.spec b/python-django-log-formatter-ecs.spec index 6571ae8..4f0585f 100644 --- a/python-django-log-formatter-ecs.spec +++ b/python-django-log-formatter-ecs.spec @@ -5,7 +5,7 @@ Release: 1 Summary: ECS log formatter for Django License: MIT License URL: https://github.com/uktrade/django-log-formatter-ecs -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/58/2e48c32905202857a37e4abf1847c2eab11c6260deea7d2eced53b9fa642/django_log_formatter_ecs-0.0.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/58/2e48c32905202857a37e4abf1847c2eab11c6260deea7d2eced53b9fa642/django_log_formatter_ecs-0.0.5.tar.gz BuildArch: noarch Requires: python3-django-ipware @@ -30,7 +30,7 @@ Provides: python3-django-log-formatter-ecs-doc %prep -%autosetup -n django-log-formatter-ecs-0.0.5 +%autosetup -n django_log_formatter_ecs-0.0.5 %build %py3_build @@ -44,20 +44,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 . @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 - Package Spec generated |
