diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-invenio-theme-tugraz.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /invenio-theme-tugraz-4.11.1.tar.gz +/invenio-theme-tugraz-4.11.3.tar.gz diff --git a/python-invenio-theme-tugraz.spec b/python-invenio-theme-tugraz.spec index ca8046a..beb66ed 100644 --- a/python-invenio-theme-tugraz.spec +++ b/python-invenio-theme-tugraz.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-invenio-theme-tugraz -Version: 4.11.1 +Version: 4.11.3 Release: 1 Summary: "Invenio module for TUGRAZ theme." License: MIT URL: https://github.com/tu-graz-library/invenio-theme-tugraz -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/cf/7cba271b8081ede63f54cca0da12600825c6e1336985fc375e07ab6dc06b/invenio-theme-tugraz-4.11.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b3/ef/b2a41ade256cc31565e9303d580422e72b8f90e5fd42b59d4fc8477a8f46/invenio-theme-tugraz-4.11.3.tar.gz BuildArch: noarch Requires: python3-flask-babel @@ -37,7 +37,7 @@ Provides: python3-invenio-theme-tugraz-doc %prep -%autosetup -n invenio-theme-tugraz-4.11.1 +%autosetup -n invenio-theme-tugraz-4.11.3 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.11.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.11.3-1 - Package Spec generated @@ -1 +1 @@ -df6b0247acf929e7b10dff11650e933b invenio-theme-tugraz-4.11.1.tar.gz +015c6b3d4281b1f6aa8fb923935ae15f invenio-theme-tugraz-4.11.3.tar.gz |
