summaryrefslogtreecommitdiff
path: root/python-invenio-theme-tugraz.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:42:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:42:44 +0000
commitab42312b0e1f5431b1d01a2e5ea8ddb87ec52a2b (patch)
treea77eb82f47991a90a32568a2ea4b854ecccd2f4e /python-invenio-theme-tugraz.spec
parentef11028e9534f94d47435d90dd1066af92270d26 (diff)
automatic import of python-invenio-theme-tugrazopeneuler20.03
Diffstat (limited to 'python-invenio-theme-tugraz.spec')
-rw-r--r--python-invenio-theme-tugraz.spec18
1 files changed, 9 insertions, 9 deletions
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