summaryrefslogtreecommitdiff
path: root/python-loutilities.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:40:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:40:42 +0000
commit0e769e4998f02295caf19e2cd23f4a34874e3edf (patch)
treeb18b0517600078697666df408965efcd5fb416e8 /python-loutilities.spec
parent40ecd10f14104137f5161a0db711af2a35eec3f9 (diff)
automatic import of python-loutilitiesopeneuler20.03
Diffstat (limited to 'python-loutilities.spec')
-rw-r--r--python-loutilities.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-loutilities.spec b/python-loutilities.spec
index 6a72a5b..166f5a6 100644
--- a/python-loutilities.spec
+++ b/python-loutilities.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-loutilities
-Version: 3.8.2
+Version: 3.8.3
Release: 1
Summary: some hopefully useful utilities
License: Apache License, Version 2.0
URL: http://github.com/louking/loutilities
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/3c/25c2ae6f6926e3c509252947f678ad27ecffa3abdc7a30b755117f816031/loutilities-3.8.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/13/ad607725ea208dfcb409f955dfbc43d6d54a023fa99e66074b5f435f0f08/loutilities-3.8.3.tar.gz
BuildArch: noarch
Requires: python3-flask-security-too
@@ -110,7 +110,7 @@ Command line scripts
* makerst - make rst files as input for Sphinx documentation for a given package
%prep
-%autosetup -n loutilities-3.8.2
+%autosetup -n loutilities-3.8.3
%build
%py3_build
@@ -124,20 +124,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 .
@@ -150,5 +150,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.8.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.8.3-1
- Package Spec generated