summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:21:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:21:19 +0000
commit13e7a310d7e7e8fc48507e136774258ebdbf78f0 (patch)
tree594b8108bc72c1af5e27e00774484ccc386a9f0d
parent5b6ccf69ff888a16d356f1b00c37579c5fa2b3b1 (diff)
automatic import of python-quilt-langopeneuler20.03
-rw-r--r--python-quilt-lang.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-quilt-lang.spec b/python-quilt-lang.spec
index 1e3a018..0ae1b83 100644
--- a/python-quilt-lang.spec
+++ b/python-quilt-lang.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Python library that lets you write less code to do more things.
License: Apache Software License
URL: https://github.com/Richienb/quilt
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/0e/4a2bdb7cb7865af5aadbb70b4eefd1384592c4bd6cdedab857a42dc95ccb/quilt-lang-0.11.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/80/0e/4a2bdb7cb7865af5aadbb70b4eefd1384592c4bd6cdedab857a42dc95ccb/quilt-lang-0.11.1.tar.gz
BuildArch: noarch
@@ -168,20 +168,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 .
@@ -194,5 +194,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1
- Package Spec generated