From 2abe183f87d93b26c748004279d446511cad18e8 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Thu, 29 Feb 2024 14:44:09 +0300 Subject: [PATCH] Fixed build problem --- SPECS/libkate.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SPECS/libkate.spec b/SPECS/libkate.spec index aa0379a..9ac2f3d 100644 --- a/SPECS/libkate.spec +++ b/SPECS/libkate.spec @@ -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 - 0.4.1-18.inferit +- Fixed build problem + * Thu Feb 29 2024 Sergey Cherevko - 0.4.1-18 - Rebuilt for MSVSphere 8.9