summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:56:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:56:26 +0000
commit01f45bf4c6a13048525f6de2c5baf45417ef8f9e (patch)
tree827a0628e3c179f77a2c9f8ac2eb9eb2fe0538a7
parent72a2ee98d61ee3d698265f7237ebfb7359f04840 (diff)
automatic import of python-django-auto-prefetchopeneuler20.03
-rw-r--r--python-django-auto-prefetch.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-django-auto-prefetch.spec b/python-django-auto-prefetch.spec
index b42508f..7b7aedd 100644
--- a/python-django-auto-prefetch.spec
+++ b/python-django-auto-prefetch.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Automatically prefetch foreign key values as needed.
License: BSD-3-Clause
URL: https://github.com/tolomea/django-auto-prefetch
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/be/a000188cfb188269990e2006104cdfc687872143f89d1726ad7e6409a4ce/django_auto_prefetch-1.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/81/be/a000188cfb188269990e2006104cdfc687872143f89d1726ad7e6409a4ce/django_auto_prefetch-1.5.1.tar.gz
BuildArch: noarch
Requires: python3-Django
@@ -29,7 +29,7 @@ Provides: python3-django-auto-prefetch-doc
Automatically prefetch foreign key values as needed.
%prep
-%autosetup -n django-auto-prefetch-1.5.1
+%autosetup -n django_auto_prefetch-1.5.1
%build
%py3_build
@@ -43,20 +43,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 .
@@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1
- Package Spec generated