diff --git a/speexdsp.changes b/speexdsp.changes index 109e7a8..c294f40 100644 --- a/speexdsp.changes +++ b/speexdsp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 24 13:46:13 UTC 2023 - Frederic Crozat + +- Ensure COPYING is shipped as license file +- Add license tag to devel package. + ------------------------------------------------------------------- Sat Jun 18 13:14:44 UTC 2022 - Dirk Müller diff --git a/speexdsp.spec b/speexdsp.spec index efbd228..43e337e 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,7 +1,7 @@ # # spec file for package speexdsp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,6 +55,7 @@ Summary: Development package for SpeeX Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Conflicts: pkgconfig(speex) <= 1.1.999_1.2rc1 +License: BSD-3-Clause AND GFDL-1.1-or-later %description devel This package contains the files needed to compile programs that use the @@ -81,6 +82,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} +%license COPYING %{_libdir}/libspeexdsp.so.%{sover}* %files devel