summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 21:11:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 21:11:08 +0000
commita39bf140119bdeff55d6095d0db8ca443ffb7f67 (patch)
tree4ade867440cc8aa1dece29e385f29ba57aaccc32
parent05eac5f298803a2b3d643a06846d3f2e7b66cc0b (diff)
automatic import of python-simple-value-objectopeneuler20.03
-rw-r--r--python-simple-value-object.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-simple-value-object.spec b/python-simple-value-object.spec
index 24395af..7483c99 100644
--- a/python-simple-value-object.spec
+++ b/python-simple-value-object.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A simple mixin to create Value Objects
License: MIT/X11
URL: https://github.com/quiqueporta/value-object
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/bb/455cc9173917266e270381e8ebdaa19f0fee8d2da79183175a29833538f3/simple-value-object-2.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ff/bb/455cc9173917266e270381e8ebdaa19f0fee8d2da79183175a29833538f3/simple-value-object-2.0.tar.gz
BuildArch: noarch
@@ -54,20 +54,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 .
@@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0-1
- Package Spec generated