- Correct the license tag to GPL-3.0+

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=15
This commit is contained in:
Takashi Iwai 2017-05-18 15:45:31 +00:00 committed by Git OBS Bridge
parent 7c69e8e079
commit c197586d44
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 18 17:45:04 CEST 2017 - tiwai@suse.de
- Correct the license tag to GPL-3.0+
-------------------------------------------------------------------
Fri Apr 28 11:26:24 UTC 2017 - alarrosa@suse.com

View File

@ -19,7 +19,7 @@
Name: aubio
%define libpkgname libaubio5
Summary: Library for real-time audio labelling
License: GPL-2.0
License: GPL-3.0+
Group: System/Libraries
BuildRequires: alsa-devel
BuildRequires: doxygen
@ -54,7 +54,6 @@ errors are likely to be found in the results too.
%package -n %{libpkgname}
Summary: Library for real-time audio labelling
License: GPL-2.0
Group: System/Libraries
%description -n %{libpkgname}
@ -66,7 +65,6 @@ errors are likely to be found in the results too.
%package -n libaubio-devel
Summary: Development package for aubio library
License: GPL-2.0+
Group: Development/Libraries/C and C++
Requires: %{libpkgname} = %{version}
Requires: glibc-devel
@ -77,7 +75,6 @@ aubio library.
%package tools
Summary: Example programs for aubio library
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Editors and Convertors
%description tools