From be2777ae257aa31efb1c83a8126393c0e142ddb0 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Tue, 20 Aug 2024 13:19:01 +0800 Subject: [PATCH] libffado.spec --- libffado.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libffado.spec b/libffado.spec index 4e7a42f..c9e834d 100644 --- a/libffado.spec +++ b/libffado.spec @@ -5,7 +5,7 @@ export LDFLAGS="%{build_ldflags}" Name: libffado Version: 2.4.1 -Release: 6 +Release: 7 Summary: Free firewire audio driver library License: LGPLv2+ and GPLv2 and GPLv3 and GPLv3+ URL: http://www.ffado.org/ @@ -35,11 +35,7 @@ Requires: %{name} = %{version}-%{release} %description devel The libffado-devel package conatins development files to build applications for libffado. -%package help -Summary: Help documents for libffado - -%description help -The libffado-help package conatins manual pages for libffado. +%package_help %prep %autosetup -p1 @@ -102,6 +98,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ffado-mi %{_mandir}/man1/ffado-*.1* %changelog +* Tue Aug 20 2024 Lin Zhao - 2.4.1-7 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Oct 13 2020 maminjie - 2.4.1-6 - Rebuilt for python3 -- Gitee