diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-loutilities.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /loutilities-3.8.2.tar.gz +/loutilities-3.8.3.tar.gz 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 @@ -1 +1 @@ -4dda152ed1dac0390cf2ede7641a6a27 loutilities-3.8.2.tar.gz +dfc5063108c2a41a9e1e181d188c11fb loutilities-3.8.3.tar.gz |
