Update language to comply with sphinx5
resolves: rhbz#2105934
This commit is contained in:
parent
f089736ec1
commit
99b9cc06e1
12
liblognorm-2.0.6-rhbz2105934-sphinx5.patch
Normal file
12
liblognorm-2.0.6-rhbz2105934-sphinx5.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up liblognorm-2.0.6/doc/conf.py.orig liblognorm-2.0.6/doc/conf.py
|
||||||
|
--- liblognorm-2.0.6/doc/conf.py.orig 2022-07-19 14:01:01.094313222 +0200
|
||||||
|
+++ liblognorm-2.0.6/doc/conf.py 2022-07-19 14:01:43.454310057 +0200
|
||||||
|
@@ -56,7 +56,7 @@ release = '1.1.2'
|
||||||
|
|
||||||
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
# for a list of supported languages.
|
||||||
|
-language = None
|
||||||
|
+language = 'en'
|
||||||
|
|
||||||
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
|
# non-false value, then it is used:
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: liblognorm
|
Name: liblognorm
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Fast samples-based log normalization library
|
Summary: Fast samples-based log normalization library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.liblognorm.com
|
URL: http://www.liblognorm.com
|
||||||
@ -14,6 +14,8 @@ BuildRequires: libfastjson-devel
|
|||||||
BuildRequires: libestr-devel
|
BuildRequires: libestr-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
|
|
||||||
|
Patch0: liblognorm-2.0.6-rhbz2105934-sphinx5.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Briefly described, liblognorm is a tool to normalize log data.
|
Briefly described, liblognorm is a tool to normalize log data.
|
||||||
|
|
||||||
@ -54,6 +56,8 @@ log files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .sphinx5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-regexp --enable-docs --docdir=%{htmldir} --includedir=%{_includedir}/%{name}/
|
%configure --enable-regexp --enable-docs --docdir=%{htmldir} --includedir=%{_includedir}/%{name}/
|
||||||
|
|
||||||
@ -88,6 +92,10 @@ rm %{buildroot}%{htmldir}/{objects.inv,.buildinfo}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 19 2022 Attila Lakatos <alakatos@redhat.com> - 2.0.6-4
|
||||||
|
- Update language to comply with sphinx5
|
||||||
|
resolves: rhbz#2105934
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user