summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:26:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:26:21 +0000
commit6ab52fceab7ff30486cc9dc32a1297994bdf689f (patch)
treeaad08691e7dd59bc2a043eb3795fc9d1b1765d31
parentfbe18fcfa927342a2cfdeded34f29cc8c79c8803 (diff)
automatic import of python-polidoro-argumentopeneuler20.03
-rw-r--r--python-polidoro-argument.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-polidoro-argument.spec b/python-polidoro-argument.spec
index 261f58c..027f7d6 100644
--- a/python-polidoro-argument.spec
+++ b/python-polidoro-argument.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Package to create command line arguments for Python.
License: unlicense
URL: https://github.com/heitorpolidoro/polidoro-argument
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/36/dc/c8af0d34dfa62643146cd1971c871cc44f996bdb488d46651c4db796768e/polidoro-argument-4.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/36/dc/c8af0d34dfa62643146cd1971c871cc44f996bdb488d46651c4db796768e/polidoro-argument-4.1.0.tar.gz
BuildArch: noarch
@@ -534,20 +534,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 .
@@ -560,5 +560,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1
- Package Spec generated