From e6fd16cb914f7a9fadba71290bfb24561bff2c80 Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 10 Aug 2024 16:20:40 +0800 Subject: [PATCH] update summary/description for the devel package Signed-off-by: madomado --- anda/lib/lsp-dsp/liblsp-dsp.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/anda/lib/lsp-dsp/liblsp-dsp.spec b/anda/lib/lsp-dsp/liblsp-dsp.spec index d29880283a..dba228b83a 100644 --- a/anda/lib/lsp-dsp/liblsp-dsp.spec +++ b/anda/lib/lsp-dsp/liblsp-dsp.spec @@ -19,9 +19,8 @@ This library provides set of functions that perform SIMD-optimized computing on several hardware architectures. %package devel -Summary: DSP library for signal processing (development files) -Group: Development/Libraries/C and C++ -Requires: %name = %version +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel DSP library for digital signal processing (and more). @@ -29,7 +28,7 @@ DSP library for digital signal processing (and more). This library provides set of functions that perform SIMD-optimized computing on several hardware architectures. -These are the development files for lsp-dsp-lib. +This package contains the development files for the %name package. %prep rm -rf * .*