summaryrefslogtreecommitdiff
path: root/python-pydasher.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:43:45 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:43:45 +0000
commit74bc758ff997e01a43941cd50e0edcb153fa7724 (patch)
treedc06fb6ea18494b3df89db8529c6042f62f401fb /python-pydasher.spec
parent76b6e7f8d122db9be6977f51f6ade451ad8b34c9 (diff)
automatic import of python-pydasheropeneuler20.03
Diffstat (limited to 'python-pydasher.spec')
-rw-r--r--python-pydasher.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pydasher.spec b/python-pydasher.spec
index 45f3b9f..2809bf3 100644
--- a/python-pydasher.spec
+++ b/python-pydasher.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A small set of utility functions for deterministically hashing pydantic base-models.
License: Apache-2.0
URL: https://pypi.org/project/pydasher/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/4d/125b30a33b8b223294773e6baa12538978a66b77764d1570e3bc13146a71/pydasher-0.0.13.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/35/4d/125b30a33b8b223294773e6baa12538978a66b77764d1570e3bc13146a71/pydasher-0.0.13.tar.gz
BuildArch: noarch
Requires: python3-markdown-include
@@ -51,20 +51,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 .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.13-1
- Package Spec generated