summaryrefslogtreecommitdiff
path: root/python-pg-python2.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:56:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:56:56 +0000
commitdf9ca398afeec9033989816e0999de3065958238 (patch)
tree5fe2bd21b18421f0625386d45c60ece06fdc0a38 /python-pg-python2.spec
parent6f41bb5bf2d7ea59ca6ba11f11e788b33c641128 (diff)
automatic import of python-pg-python2openeuler20.03
Diffstat (limited to 'python-pg-python2.spec')
-rw-r--r--python-pg-python2.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pg-python2.spec b/python-pg-python2.spec
index 1b88833..c52fa71 100644
--- a/python-pg-python2.spec
+++ b/python-pg-python2.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Library to communicate with postgres from python
License: MIT License
URL: http://github.com/ingloriousb/pg_python2
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/f0/c88abd798c2e829215c5c2a03566fa1432a4bc7ff88154609456c969b70f/pg_python2-1.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/da/f0/c88abd798c2e829215c5c2a03566fa1432a4bc7ff88154609456c969b70f/pg_python2-1.0.3.tar.gz
BuildArch: noarch
@@ -48,20 +48,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 .
@@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.3-1
- Package Spec generated