.
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/codec2?expand=0&rev=4
This commit is contained in:
parent
3b0a5caae9
commit
0b8d25c7fa
10
codec2.spec
10
codec2.spec
@ -21,7 +21,7 @@ Name: codec2
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: Low bit rate speech codec
|
||||
License: LGPL-2.1
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
Group: Productivity/Hamradio/Other
|
||||
Url: http://rowetel.com/codec2.html
|
||||
Source: http://files.freedv.org/codec2/codec2-%{version}.tar.xz
|
||||
@ -38,6 +38,9 @@ between 700 and 3200 bit/s.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Low bit rate speech codec
|
||||
Summary: Low bit rate speech codec
|
||||
License: LGPL-2.1
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{libname}
|
||||
Codec 2 is a speech codec designed for communications quality speech
|
||||
@ -45,6 +48,7 @@ between 700 and 3200 bit/s.
|
||||
|
||||
%package devel
|
||||
Summary: Development library for codec2
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
@ -54,6 +58,7 @@ between 700 and 3200 bit/s.
|
||||
|
||||
%package examples
|
||||
Summary: Example code for Codec 2
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
Requires: %{name}-devel = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -84,6 +89,7 @@ libdir=\${exec_prefix}/%{_lib}
|
||||
|
||||
Name: codec2
|
||||
Version: %{version}
|
||||
License: GPL-2.0 AND LGPL-2.1
|
||||
Description: Low bit rate speech codec for two-way radio
|
||||
Cflags: -I\${includedir}
|
||||
Libs: -L\${libdir} -l%{name}
|
||||
@ -94,7 +100,7 @@ EOF
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README README_fdmdv.txt
|
||||
%doc COPYING README README_fdmdv.txt
|
||||
%{_bindir}/c2dec
|
||||
%{_bindir}/c2demo
|
||||
%{_bindir}/c2enc
|
||||
|
Loading…
Reference in New Issue
Block a user