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:
commit
7f61f9b927
@ -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>
|
Sat Jun 18 13:14:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package speexdsp
|
# 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
|
# 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
|
||||||
@ -55,6 +55,7 @@ Summary: Development package for SpeeX
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Conflicts: pkgconfig(speex) <= 1.1.999_1.2rc1
|
Conflicts: pkgconfig(speex) <= 1.1.999_1.2rc1
|
||||||
|
License: BSD-3-Clause AND GFDL-1.1-or-later
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the files needed to compile programs that use the
|
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
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/libspeexdsp.so.%{sover}*
|
%{_libdir}/libspeexdsp.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user