summaryrefslogtreecommitdiff
path: root/python-unicms-template-italia.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-unicms-template-italia.spec')
-rw-r--r--python-unicms-template-italia.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.0.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Spec generated