From 75256b1ede2d4031c10d3c141cd0ca18918792e7 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:13:46 +0000 Subject: automatic import of python-liquidpy --- python-liquidpy.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-liquidpy.spec') 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 - 0.8.0-1 +* Thu Jun 08 2023 Python_Bot - 0.8.1-1 - Package Spec generated -- cgit v1.2.3