From bb904f7d23e6106ca7b5b62f31931641a13507a0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 May 2024 12:18:01 +0200 Subject: [PATCH] Remove transfig dependency for RHEL --- libtheora.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libtheora.spec b/libtheora.spec index ec45055..3375adf 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,3 +1,4 @@ +%bcond transfig %{undefined rhel} # enable bootstrap mode (e.g. disables doc generation) #global bootstrap 1 @@ -5,7 +6,7 @@ Name: libtheora Epoch: 1 Version: 1.1.1 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Theora Video Compression Codec License: BSD URL: http://www.theora.org @@ -24,7 +25,10 @@ BuildRequires: SDL-devel libpng-devel Obsoletes: %{name}-devel-docs < %{epoch}:%{version}-%{release} %else BuildRequires: doxygen -BuildRequires: tetex-latex transfig +BuildRequires: tetex-latex +%if %{with transfig} +BuildRequires: transfig +%endif %endif %description @@ -124,6 +128,9 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora %changelog +* Fri May 03 2024 Wim Taymans - 1:1.1.1-37 +- Remove transfig dependency for RHEL + * Thu Jan 25 2024 Fedora Release Engineering - 1:1.1.1-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild