summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:33:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:33:55 +0000
commit5a794a5863f951ec361b4b1bd400334c34a07055 (patch)
tree1d9d3d9267e31d5eb874a1e487f0f0180d21f629
parent9f1d0cba15dd993ea8ecce26e3713867f294e00d (diff)
automatic import of python-django-rest-serializer-field-permissionsopeneuler20.03
-rw-r--r--python-django-rest-serializer-field-permissions.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-django-rest-serializer-field-permissions.spec b/python-django-rest-serializer-field-permissions.spec
index 4756b87..46ab949 100644
--- a/python-django-rest-serializer-field-permissions.spec
+++ b/python-django-rest-serializer-field-permissions.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Field-by-field serializer permissions for Django Rest Framework.
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/InterSIS/django-rest-serializer-field-permissions/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/30/f7eb65251eac8cd1b84e57e89810d981da3ba23940b98aa203c3e044e09b/django-rest-serializer-field-permissions-4.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/dc/30/f7eb65251eac8cd1b84e57e89810d981da3ba23940b98aa203c3e044e09b/django-rest-serializer-field-permissions-4.1.0.tar.gz
BuildArch: noarch
@@ -66,20 +66,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 .
@@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1
- Package Spec generated