diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-liquidpy.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /liquidpy-0.8.0.tar.gz +/liquidpy-0.8.1.tar.gz diff --git a/python-liquidpy.spec b/python-liquidpy.spec index ca85d8a..a33ed09 100644 --- a/python-liquidpy.spec +++ b/python-liquidpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-liquidpy -Version: 0.8.0 +Version: 0.8.1 Release: 1 Summary: A port of liquid template engine for python License: MIT URL: https://github.com/pwwang/liquidpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/2a/156f348fc1cfb16b49070ea236b0da89cb12c37dc61c90447c7874958f28/liquidpy-0.8.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/74/14/76bd266818fff814fa4ec429bcfd265adf448e86cfb055363d7f37f19fb3/liquidpy-0.8.1.tar.gz BuildArch: noarch Requires: python3-jinja2 @@ -332,7 +332,7 @@ liq.render() %prep -%autosetup -n liquidpy-0.8.0 +%autosetup -n liquidpy-0.8.1 %build %py3_build @@ -346,20 +346,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 . @@ -372,5 +372,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1 - Package Spec generated @@ -1 +1 @@ -3e34e4106b53442d2d8031fe7da6ca8f liquidpy-0.8.0.tar.gz +a5b14d5c49522aa4961a54a2ae169f75 liquidpy-0.8.1.tar.gz |
