From 4d8c232279ca719ce1b128b3ad3b25af277ee398 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Tue, 20 Aug 2024 13:36:54 +0800 Subject: [PATCH] libffado.spec --- libffado.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libffado.spec b/libffado.spec index 40521eb..ea73b70 100644 --- a/libffado.spec +++ b/libffado.spec @@ -5,7 +5,7 @@ export LDFLAGS="%{build_ldflags}" Name: libffado Version: 2.4.1 -Release: 8 +Release: 9 Summary: Free firewire audio driver library License: LGPLv2+ and GPLv2 and GPLv3 and GPLv3+ URL: http://www.ffado.org/ @@ -36,11 +36,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 @@ -107,6 +103,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-9 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Mar 16 2023 Wenlong Zhang - 2.4.1-8 - update config.guess and config.sub for loongarch64 -- Gitee