1
0
forked from pool/libreplaygain

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> 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 # spec file for package libreplaygain
# #
# Copyright (c) 2013 Asterios Dramis <asterios.dramis@gmail.com>.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,19 +20,19 @@
%define so_ver 1 %define so_ver 1
Name: libreplaygain 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 Version: r475
Release: 0 Release: 0
License: LGPL-2.1-or-later URL: https://www.musepack.net/
Summary: Analyze Input Samples and Give the Recommended dB Change
Url: https://www.musepack.net/
Group: System/Libraries
Source0: https://files.musepack.net/source/%{name}_%{version}.tar.gz Source0: https://files.musepack.net/source/%{name}_%{version}.tar.gz
Patch0: libreplaygain-math.patch Patch0: libreplaygain-math.patch
BuildRequires: cmake BuildRequires: cmake
%description %description
libreplaygain is a library that analyzes input samples and give the recommended libreplaygain is a library that analyzes input samples and gives the
dB change. recommended volume change.
%package devel %package devel
Summary: Development files for libreplaygain Summary: Development files for libreplaygain
@ -43,12 +43,12 @@ Requires: libreplaygain%{so_ver} = %{version}
This package includes development files for libreplaygain. This package includes development files for libreplaygain.
%package -n libreplaygain%{so_ver} %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 Group: System/Libraries
%description -n libreplaygain%{so_ver} %description -n libreplaygain%{so_ver}
libreplaygain is a library that analyzes input samples and give the recommended libreplaygain is a library that analyzes input samples and gives the
dB change. recommended volume change.
%prep %prep
%setup -q -n %{name}_%{version} %setup -q -n %{name}_%{version}