summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:53:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:53:53 +0000
commit5bef37a43c5d2faf5e07ef2e19d187d69946bfea (patch)
treed30d8f14e4aefa84775543ca074f446b525c7099
parent5ab51309e5e8e67dc6cfd5c7d41d042e8af0b57d (diff)
automatic import of python-photon-pumpopeneuler20.03
-rw-r--r--python-photon-pump.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-photon-pump.spec b/python-photon-pump.spec
index 3a864c0..7a07dc6 100644
--- a/python-photon-pump.spec
+++ b/python-photon-pump.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Fast, easy to use client for EventStore
License: MIT
URL: http://github.com/madedotcom/photon-pump/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/b0/673089365ec18196a90b01a38e6f9f3e46c6e1958909112871f77aee44c2/photon-pump-0.9.5.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8e/b0/673089365ec18196a90b01a38e6f9f3e46c6e1958909112871f77aee44c2/photon-pump-0.9.5.2.tar.gz
BuildArch: noarch
@@ -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
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.5.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.5.2-1
- Package Spec generated