Accepting request 1082547 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1082547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/speexdsp?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2023-04-25 14:54:11 +00:00 committed by Git OBS Bridge
commit 7f61f9b927
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 24 13:46:13 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Ensure COPYING is shipped as license file
- Add license tag to devel package.
-------------------------------------------------------------------
Sat Jun 18 13:14:44 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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