summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:10:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:10:46 +0000
commitfda5b6e01e8d9bce5534bebd7eb6ed65958f5376 (patch)
tree87490f449aace156333abee5d1df20d47da09d24
parent22bcd4d0ef9eb36325fb74afb386b6b348492aea (diff)
automatic import of python-stac-pydanticopeneuler20.03
-rw-r--r--python-stac-pydantic.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-stac-pydantic.spec b/python-stac-pydantic.spec
index 239f00a..589ae09 100644
--- a/python-stac-pydantic.spec
+++ b/python-stac-pydantic.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Pydantic data models for the STAC spec
License: MIT
URL: https://github.com/stac-utils/stac-pydantic
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/44/8bb64915e137cbfc05950bf62d2325a2c92d4a5fe983b154d880a43ceac1/stac-pydantic-2.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c3/44/8bb64915e137cbfc05950bf62d2325a2c92d4a5fe983b154d880a43ceac1/stac-pydantic-2.0.3.tar.gz
BuildArch: noarch
Requires: python3-click
@@ -388,20 +388,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 .
@@ -414,5 +414,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.3-1
- Package Spec generated