summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:12:10 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:12:10 +0000
commit2a434b20ee022bd976b14589394c43ad48f5626a (patch)
tree6ad63d03861cdf560d705428d262e564982eabc8
parent405dd9dddacbf1c8a93dde2a6e3e333ede3dedb2 (diff)
automatic import of python-postgrest-pyopeneuler20.03
-rw-r--r--python-postgrest-py.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-postgrest-py.spec b/python-postgrest-py.spec
index afbcbbc..d2d0908 100644
--- a/python-postgrest-py.spec
+++ b/python-postgrest-py.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: PostgREST client for Python. This library provides an ORM interface to PostgREST.
License: MIT
URL: https://github.com/supabase-community/postgrest-py
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/55/dbed1b827241e1ab87811568d9c8099f7b421743b828297945c2cfc2ca91/postgrest_py-0.10.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/67/55/dbed1b827241e1ab87811568d9c8099f7b421743b828297945c2cfc2ca91/postgrest_py-0.10.6.tar.gz
BuildArch: noarch
Requires: python3-httpx
@@ -401,7 +401,7 @@ We are building the features of Firebase using enterprise-grade, open source pro
%prep
-%autosetup -n postgrest-py-0.10.6
+%autosetup -n postgrest_py-0.10.6
%build
%py3_build
@@ -415,20 +415,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 .
@@ -441,5 +441,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.6-1
- Package Spec generated