|
|
|
@ -4,14 +4,13 @@
|
|
|
|
|
|
|
|
|
|
Name: libkate
|
|
|
|
|
Version: 0.4.1
|
|
|
|
|
Release: 24%{?dist}
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
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
|
|
|
|
@ -75,8 +74,6 @@ rm tools/kate_lexer.c
|
|
|
|
|
%build
|
|
|
|
|
%if 0%{!?_without_python2}
|
|
|
|
|
export PYTHON=python2
|
|
|
|
|
%else
|
|
|
|
|
export PYTHON=:
|
|
|
|
|
%endif
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
|
@ -90,8 +87,6 @@ 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 {} ';'
|
|
|
|
@ -141,24 +136,6 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-23
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-22
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-21
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 16 2020 Merlin Mathesius <mmathesi@redhat.com> - 0.4.1-20
|
|
|
|
|
- Explicitly disable python when building without python2
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-19
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|