summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:37:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:37:14 +0000
commit49c1f7206554d298e21b3bb8ededa749e1a5a2f9 (patch)
tree2731ec9243adc25082d701ad385e42e7fe042b7a
parenta4a7ccc5f88705bddab2e750a33c68ebbe306801 (diff)
automatic import of python-informopeneuler20.03
-rw-r--r--python-inform.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-inform.spec b/python-inform.spec
index b9601ad..5d54450 100644
--- a/python-inform.spec
+++ b/python-inform.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: print & logging utilities for communicating with user
License: MIT License
URL: https://pypi.org/project/inform/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/f5/5d1bcf7733cedab7e4448a7158e3435f79b7ed342f6422dc6c4268898f54/inform-1.28.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/2a/f5/5d1bcf7733cedab7e4448a7158e3435f79b7ed342f6422dc6c4268898f54/inform-1.28.tar.gz
BuildArch: noarch
Requires: python3-arrow
@@ -114,20 +114,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 .
@@ -140,5 +140,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.28-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.28-1
- Package Spec generated