From ef440b5123600e6ae93385b682895a4665cf4180 Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Mon, 28 Feb 2022 13:26:23 +0800 Subject: [PATCH] modify libdir Repeat packaging --- mpg123.spec | 6 ++++-- mpg123.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mpg123.spec b/mpg123.spec index c8d7a02..8971271 100644 --- a/mpg123.spec +++ b/mpg123.spec @@ -7,7 +7,7 @@ libraries. Name: mpg123 Version: 1.29.3 -Release: 2 +Release: 3 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 @@ -90,7 +90,6 @@ popd %files %{_bindir}/* -%{_libdir}/*.so.* %dir %{_libdir}/%{name} %{_libdir}/%{name}/output_alsa.* %{_libdir}/%{name}/output_dummy.* @@ -125,6 +124,9 @@ popd %doc %{_mandir}/man1/* %changelog +* Mon Feb 28 2022 pei-jiankang - 1.29.3-3 +- modify libdir Repeat packaging + * Sat Feb 19 2022 baizhonggui - 1.29.3-2 - Add portaudio and jack audio plugin to fix mpg123 xxx.mp3 error diff --git a/mpg123.yaml b/mpg123.yaml index 7c631bf..5589b32 100644 --- a/mpg123.yaml +++ b/mpg123.yaml @@ -1,4 +1,4 @@ version_control: svn src_repo: http://mpg123.org/cgi-bin/scm/mpg123 tag_prefix: "v" -seperator: "." +separator: "." -- Gitee