diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:48:19 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:48:19 +0000 |
| commit | 343961b1ec876c64645244fa496eae6184f5f706 (patch) | |
| tree | 47ba4c2d62b3a2d1b7648ff700d14221fa8a757a | |
| parent | fe6536d29c3eff0c795429c92765684f8d824028 (diff) | |
automatic import of python-unicms-template-italiaopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-unicms-template-italia.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /unicms_template_italia-1.0.3.tar.gz +/unicms_template_italia-1.1.0.tar.gz 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 @@ -1 +1 @@ -e4b0e38ab49def516dfda53522fbde02 unicms_template_italia-1.0.3.tar.gz +809510fe3753f05bf5302186b381b347 unicms_template_italia-1.1.0.tar.gz |
