diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:44:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:44:19 +0000 |
commit | 84021d50dda52ab6bc1432ea5e4a20a1849d593a (patch) | |
tree | dae62a9a047a9e6ee518403c905c129affe3b4ba | |
parent | a94cb1d46de95ccaed59a32f6f8b0716d853e781 (diff) |
automatic import of python-pgnotifyopeneuler20.03
-rw-r--r-- | python-pgnotify.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pgnotify.spec b/python-pgnotify.spec index b97cdc7..15883c6 100644 --- a/python-pgnotify.spec +++ b/python-pgnotify.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Easily LISTEN to PostgreSQL NOTIFY notifications License: Unlicense URL: https://github.com/djrobstep/pgnotify -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/23/01bc239fd97b399373b639a20f04082cb062fb566dd116f953d9c270f2a2/pgnotify-0.1.1561372201.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/79/23/01bc239fd97b399373b639a20f04082cb062fb566dd116f953d9c270f2a2/pgnotify-0.1.1561372201.tar.gz BuildArch: noarch Requires: python3-psycopg2-binary @@ -251,20 +251,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 . @@ -277,5 +277,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1561372201-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1561372201-1 - Package Spec generated |