summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:13:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:13:29 +0000
commita33c6641295aec2b5a94f2d2c325e5488e0077d4 (patch)
tree69802a24550679e99dc9ca6f3db44b2d9dd037ff
parent4a045e0067b5c62bcd6279b4ba71fd6b99c2f1e7 (diff)
automatic import of python-django-postgres-extensionsopeneuler20.03
-rw-r--r--python-django-postgres-extensions.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-django-postgres-extensions.spec b/python-django-postgres-extensions.spec
index d2d7df8..6c5e380 100644
--- a/python-django-postgres-extensions.spec
+++ b/python-django-postgres-extensions.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Extra features for django.contrib.postgres
License: BSD License
URL: https://github.com/primal100/django_postgres_extensions
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/21/4fe39d09f6471aea59bc2dccf7c3b3ed2dd7a47c9d001a367cfa0be9e46b/django_postgres_extensions-0.9.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/21/4fe39d09f6471aea59bc2dccf7c3b3ed2dd7a47c9d001a367cfa0be9e46b/django_postgres_extensions-0.9.3.tar.gz
BuildArch: noarch
@@ -34,7 +34,7 @@ Django Postgres Extensions adds a lot of functionality to Django.contrib.postgre
Check out http://django-postgres-extensions.readthedocs.io/en/latest/ to get started.
%prep
-%autosetup -n django-postgres-extensions-0.9.3
+%autosetup -n django_postgres_extensions-0.9.3
%build
%py3_build
@@ -48,20 +48,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 .
@@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1
- Package Spec generated