From e55b18388388961e4342f8a3e9baa75ef6da256a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 13 Jan 2026 00:36:12 -0500 Subject: [PATCH 1/3] Disable doxygen manpages This creates and installs manpages with non-unique and bizarre names, including (with recent doxygen versions) a 'noname' manpage with no section. --- v4l-utils.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/v4l-utils.spec b/v4l-utils.spec index 0d5e1ae..9749d98 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -6,7 +6,7 @@ Name: v4l-utils Version: 1.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for video4linux and DVB devices # libdvbv5, dvbv5 utils, ir-keytable are GPL-2.0-only # e.g. utils/cec-follower/cec-follower.cpp is (GPL-2.0-only OR BSD-3-Clause) @@ -20,12 +20,12 @@ Source0: %{url}/v4l-utils-%{version}.tar.xz Patch0: sbin-location.diff BuildRequires: alsa-lib-devel -BuildRequires: doxygen BuildRequires: gettext BuildRequires: json-c-devel BuildRequires: kernel-headers BuildRequires: libjpeg-devel BuildRequires: meson >= 0.56 +BuildRequires: perl-interpreter %if %{with qt} BuildRequires: desktop-file-utils %if 0%{?fedora} < 41 || 0%{?rhel} @@ -168,7 +168,8 @@ Utilities for Infrared receivers and transmitters using RC core. %autosetup -p1 %build -%meson -Dbpf=auto -Ddoxygen-man=true -Ddoxygen-html=false \ +%meson -Dbpf=auto \ + -Ddoxygen-doc=disabled -Ddoxygen-man=false -Ddoxygen-html=false \ %{!?with_dvb:-Dlibdvbv5=disabled} \ %{!?with_qt:-Dqv4l2=disabled -Dqvidcap=disabled} @@ -264,7 +265,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qvidcap.desktop %{_includedir}/libdvbv5/*.h %{_libdir}/libdvbv5*.so %{_libdir}/pkgconfig/libdvbv5*.pc -%{_mandir}/man3/*.3* %files -n dvb-tools %{_bindir}/cx18-ctl @@ -286,6 +286,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qvidcap.desktop %changelog +* Tue Jan 13 2026 Yaakov Selkowitz - 1.32.0-2 +- Disable doxygen manpages + * Mon Oct 06 2025 Peter Robinson - 1.32.0-1 - Update to 1.32.0 From e37112d2129d5114a97e625673c89a43b78ad5d2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:44:53 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- v4l-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v4l-utils.spec b/v4l-utils.spec index 9749d98..619b8d5 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -6,7 +6,7 @@ Name: v4l-utils Version: 1.32.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities for video4linux and DVB devices # libdvbv5, dvbv5 utils, ir-keytable are GPL-2.0-only # e.g. utils/cec-follower/cec-follower.cpp is (GPL-2.0-only OR BSD-3-Clause) @@ -286,6 +286,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qvidcap.desktop %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.32.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Tue Jan 13 2026 Yaakov Selkowitz - 1.32.0-2 - Disable doxygen manpages From 40199e4eba1f1872092cce4390c6dbd5db892515 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:19:39 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- v4l-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v4l-utils.spec b/v4l-utils.spec index 619b8d5..0cbadaa 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -6,7 +6,7 @@ Name: v4l-utils Version: 1.32.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utilities for video4linux and DVB devices # libdvbv5, dvbv5 utils, ir-keytable are GPL-2.0-only # e.g. utils/cec-follower/cec-follower.cpp is (GPL-2.0-only OR BSD-3-Clause) @@ -286,6 +286,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/qvidcap.desktop %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.32.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.32.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild