summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:36:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:36:42 +0000
commitc9b8d014689bb90f4ff1a3665a53b08805154bfc (patch)
treee65657f452df3173e38a4e487d349f2362b37c75
parent9467c3efb89b147bf385cb437bd0bf9f5e658b06 (diff)
automatic import of python-lodopeneuler20.03
-rw-r--r--python-lod.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-lod.spec b/python-lod.spec
index ae04245..fe72ce3 100644
--- a/python-lod.spec
+++ b/python-lod.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library containing basic code useful when creating Docker Images for elody.com
License: MIT
URL: https://elody.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/dd/f032fc93f84cf3536542575f6e8017c4e9b9ea6859a19c19c97dab6de6a4/lod-1.0.77.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b7/dd/f032fc93f84cf3536542575f6e8017c4e9b9ea6859a19c19c97dab6de6a4/lod-1.0.77.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.77-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.77-1
- Package Spec generated