From 343961b1ec876c64645244fa496eae6184f5f706 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:48:19 +0000 Subject: automatic import of python-unicms-template-italia --- python-unicms-template-italia.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-unicms-template-italia.spec') diff --git a/python-unicms-template-italia.spec b/python-unicms-template-italia.spec index 3d87d05..d468e12 100644 --- a/python-unicms-template-italia.spec +++ b/python-unicms-template-italia.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-unicms-template-italia -Version: 1.0.3 +Version: 1.1.0 Release: 1 Summary: uniCMS Template based on Bootstrap Italia design License: Apache License 2.0 URL: https://github.com/UniversitaDellaCalabria/unicms-template-italia -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/c3/eaafdd12a967f5f0acf566ee2782bb10d84c22a79f06cb9328adb8cefe6e/unicms_template_italia-1.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/70/4e/f92b345526dcac2ac06319fc476bdfeee69c75e92df015db22a7503c9295/unicms_template_italia-1.1.0.tar.gz BuildArch: noarch Requires: python3-django @@ -39,7 +39,7 @@ Provides: python3-unicms-template-italia-doc %prep -%autosetup -n unicms-template-italia-1.0.3 +%autosetup -n unicms_template_italia-1.1.0 %build %py3_build @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 1.0.3-1 +* Thu Jun 08 2023 Python_Bot - 1.1.0-1 - Package Spec generated -- cgit v1.2.3