Fixed build problem

i8e changed/i8e/libkate-0.4.1-18.el8.inferit
Sergey Cherevko 12 months ago
parent ddb820a10a
commit 2abe183f87
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -4,13 +4,14 @@
Name: libkate
Version: 0.4.1
Release: 18%{?dist}
Release: 18%{?dist}.inferit
Summary: Libraries to handle the Kate bitstream format
License: BSD
URL: http://git.xiph.org/?p=users/oggk/kate.git;a=summary
Source0: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc
%if 0%{!?_without_python2}
BuildRequires: python2-devel
@ -74,6 +75,8 @@ rm tools/kate_lexer.c
%build
%if 0%{!?_without_python2}
export PYTHON=python2
%else
export PYTHON=:
%endif
%configure --disable-static
@ -87,6 +90,8 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%install
%if 0%{!?_without_python2}
export PYTHON=python2
%else
export PYTHON=:
%endif
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
@ -136,6 +141,9 @@ make check
%changelog
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.4.1-18.inferit
- Fixed build problem
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.4.1-18
- Rebuilt for MSVSphere 8.9

Loading…
Cancel
Save