From 3900c414a06b801e869e54e10dc593a60ec03ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=B6=85=E8=B6=85?= Date: Mon, 19 Aug 2024 14:18:44 +0800 Subject: [PATCH] Add the _summary macro to resolve the macro error in the libs package --- mpg123.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mpg123.spec b/mpg123.spec index 8971271..4f89c20 100644 --- a/mpg123.spec +++ b/mpg123.spec @@ -7,7 +7,7 @@ libraries. Name: mpg123 Version: 1.29.3 -Release: 3 +Release: 4 Summary: Real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 License: LGPLv2+ URL: http://mpg123.org @@ -17,6 +17,8 @@ Requires: %{name}-libs = %{version}-%{release} %description %{_description} +%global _summary %{summary} + %package plugins-pulseaudio Summary: Pulseaudio output plug-in for mpg123 BuildRequires: pulseaudio-libs-devel @@ -124,6 +126,9 @@ popd %doc %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 Chaochao Bai - 1.29.3-4 +- Add the _summary macro to resolve the macro error in the libs package + * Mon Feb 28 2022 pei-jiankang - 1.29.3-3 - modify libdir Repeat packaging -- Gitee