summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:22:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:22:29 +0000
commitb8f539afb880d5c7ae5720f36eb522927762da54 (patch)
treeee912984ab98663c09a5418ebba02f1a0fb8ffb7
parent47d15dbb4a9d16b7062884d02c8f60cf67e3ce30 (diff)
automatic import of python-orjson-pydanticopeneuler20.03
-rw-r--r--python-orjson-pydantic.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-orjson-pydantic.spec b/python-orjson-pydantic.spec
index a6c78ac..1cf7dfb 100644
--- a/python-orjson-pydantic.spec
+++ b/python-orjson-pydantic.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
License: Apache-2.0 OR MIT
URL: https://github.com/aviramha/orjson-pydantic
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/a7/ee32301b4d39f01939e56eca64fc0d0345a888e8f86337045717034cc2eb/orjson_pydantic-3.6.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/a7/ee32301b4d39f01939e56eca64fc0d0345a888e8f86337045717034cc2eb/orjson_pydantic-3.6.7.tar.gz
%description
@@ -3645,7 +3645,7 @@ under both the Apache 2 and MIT licenses.
%prep
-%autosetup -n orjson-pydantic-3.6.7
+%autosetup -n orjson_pydantic-3.6.7
%build
%py3_build
@@ -3659,20 +3659,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 .
@@ -3685,5 +3685,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.7-1
- Package Spec generated