Accepting request 713874 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/713874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreplaygain?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-07-08 13:12:07 +00:00 committed by Git OBS Bridge
commit 3b9bf7ff73
2 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 7 00:41:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Make descriptions more meaningful.
-------------------------------------------------------------------
Thu Jul 4 10:42:03 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package libreplaygain
#
# Copyright (c) 2013 Asterios Dramis <asterios.dramis@gmail.com>.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Asterios Dramis <asterios.dramis@gmail.com>.
#
# 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}