summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:43:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:43:22 +0000
commitf58565ed17e006060ed8edf29e459820240eadba (patch)
tree245c84183f8e7a4c155282de46e3e701a4c5a585
parent96037c7f6d26534c9671289c2e21c9dfe6636274 (diff)
automatic import of python-privex-helpersopeneuler20.03
-rw-r--r--python-privex-helpers.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-privex-helpers.spec b/python-privex-helpers.spec
index 2553a30..abeb7fb 100644
--- a/python-privex-helpers.spec
+++ b/python-privex-helpers.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A variety of helper functions and classes, useful for many different projects
License: MIT
URL: https://github.com/Privex/python-helpers
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/e8/b179dadc0c73b88c51b5e2c0563d6ead690093165fadaaa0549f0cb71ed1/privex_helpers-3.2.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/44/e8/b179dadc0c73b88c51b5e2c0563d6ead690093165fadaaa0549f0cb71ed1/privex_helpers-3.2.1.tar.gz
BuildArch: noarch
Requires: python3-privex-loghelper
@@ -1741,7 +1741,7 @@ If you'd rather read the whole legal text, it should be included as `privex_cont
%prep
-%autosetup -n privex-helpers-3.2.1
+%autosetup -n privex_helpers-3.2.1
%build
%py3_build
@@ -1755,20 +1755,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 .
@@ -1781,5 +1781,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.1-1
- Package Spec generated