summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:48:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:48:06 +0000
commitadae6b6e6bcdaf41067f2d006552c122b7b8d8e8 (patch)
treecd131d11e4dc569e2224a6cd144d6866341ef084
parent69b71afa44e190ad9d80b89d8147ae6221f03384 (diff)
automatic import of python-forwardableopeneuler20.03
-rw-r--r--python-forwardable.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-forwardable.spec b/python-forwardable.spec
index 7312879..7f4a4e9 100644
--- a/python-forwardable.spec
+++ b/python-forwardable.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Forwardable as in Ruby's stdlib
License: MIT
URL: https://github.com/5long/forwardable
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/01/af9252495478b84ecb6a139b67df57da4e32da5670f33028396111a962c7/forwardable-0.4.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/74/01/af9252495478b84ecb6a139b67df57da4e32da5670f33028396111a962c7/forwardable-0.4.1.tar.gz
BuildArch: noarch
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.1-1
- Package Spec generated