summaryrefslogtreecommitdiff
path: root/python-request-id-django-log.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 05:18:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 05:18:35 +0000
commit4cd423fa3f8516bbb5a84148e6f354776f5ce0b4 (patch)
treeef08ca880b8a484f4076b09ba5b53a959dfe2855 /python-request-id-django-log.spec
parentfc95ddde3dd09133ab2aefab610bbde372d7128f (diff)
automatic import of python-request-id-django-logopeneuler20.03
Diffstat (limited to 'python-request-id-django-log.spec')
-rw-r--r--python-request-id-django-log.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-request-id-django-log.spec b/python-request-id-django-log.spec
index 248ef70..eaac13e 100644
--- a/python-request-id-django-log.spec
+++ b/python-request-id-django-log.spec
@@ -259,7 +259,7 @@ LOGGING = {
%prep
-%autosetup -n request-id-django-log-0.2.0
+%autosetup -n request_id_django_log-0.2.0
%build
%py3_build
@@ -273,20 +273,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 .
@@ -299,5 +299,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1
- Package Spec generated