From 62d3557245678683e8cd09ba366b1cf00902a2f42fa93557d4c88f63c933a925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jul 2019 20:00:45 +0000 Subject: [PATCH] Accepting request 713768 from home:jengelh:branches:multimedia:libs - Make descriptions more meaningful. OBS-URL: https://build.opensuse.org/request/show/713768 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libreplaygain?expand=0&rev=4 --- libreplaygain.changes | 5 +++++ libreplaygain.spec | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/libreplaygain.changes b/libreplaygain.changes index 7eb0e5c..a73ed7b 100644 --- a/libreplaygain.changes +++ b/libreplaygain.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 7 00:41:38 UTC 2019 - Jan Engelhardt + +- Make descriptions more meaningful. + ------------------------------------------------------------------- Thu Jul 4 10:42:03 UTC 2019 - Stefan BrĂ¼ns diff --git a/libreplaygain.spec b/libreplaygain.spec index d7d87af..ee794ae 100644 --- a/libreplaygain.spec +++ b/libreplaygain.spec @@ -1,8 +1,8 @@ # # spec file for package libreplaygain # -# Copyright (c) 2013 Asterios Dramis . # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2013 Asterios Dramis . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,19 +20,19 @@ %define so_ver 1 Name: libreplaygain +Summary: Library for analyzing sound and recommending volume change +License: LGPL-2.1-or-later +Group: Development/Libraries/C and C++ Version: r475 Release: 0 -License: LGPL-2.1-or-later -Summary: Analyze Input Samples and Give the Recommended dB Change -Url: https://www.musepack.net/ -Group: System/Libraries +URL: https://www.musepack.net/ Source0: https://files.musepack.net/source/%{name}_%{version}.tar.gz Patch0: libreplaygain-math.patch BuildRequires: cmake %description -libreplaygain is a library that analyzes input samples and give the recommended -dB change. +libreplaygain is a library that analyzes input samples and gives the +recommended volume change. %package devel Summary: Development files for libreplaygain @@ -43,12 +43,12 @@ Requires: libreplaygain%{so_ver} = %{version} This package includes development files for libreplaygain. %package -n libreplaygain%{so_ver} -Summary: Analyze Input Samples and Give the Recommended dB Change +Summary: Library for analyzing sound and recommending volume change Group: System/Libraries %description -n libreplaygain%{so_ver} -libreplaygain is a library that analyzes input samples and give the recommended -dB change. +libreplaygain is a library that analyzes input samples and gives the +recommended volume change. %prep %setup -q -n %{name}_%{version}