From 49550a0078549c1e0c0915f305e43f0d9d080251 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Tue, 20 Aug 2024 13:38:40 +0800 Subject: [PATCH] libffado.spec --- libffado.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libffado.spec b/libffado.spec index d3afeb0..3b119ab 100644 --- a/libffado.spec +++ b/libffado.spec @@ -5,7 +5,7 @@ export LDFLAGS="%{build_ldflags}" Name: libffado Version: 2.4.1 -Release: 7 +Release: 8 Summary: Free firewire audio driver library License: LGPLv2+ and GPLv2 and GPLv3 and GPLv3+ URL: http://www.ffado.org/ @@ -38,11 +38,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 @@ -110,6 +106,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-8 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jan 07 2022 lvxiaoqian - 2.4.1-7 - update for riscv -- Gitee