Accepting request 479607 from home:jengelh:branches:hardware:sdr

- Update description with new bit rates from homepage.

OBS-URL: https://build.opensuse.org/request/show/479607
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/codec2?expand=0&rev=3
This commit is contained in:
Martin Pluskal 2017-03-15 13:10:26 +00:00 committed by Git OBS Bridge
parent fec0a7eb0f
commit 3b0a5caae9
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 15 12:08:03 UTC 2017 - jengelh@inai.de
- Update description with new bit rates from homepage.
-------------------------------------------------------------------
Tue Mar 14 20:57:02 UTC 2017 - mpluskal@suse.com

View File

@ -33,15 +33,15 @@ BuildRequires: pkgconfig(speex)
BuildRequires: pkgconfig(speexdsp)
%description
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at 2400 bit/s and below.
Codec 2 is a speech codec designed for communications quality speech
between 700 and 3200 bit/s.
%package -n %{libname}
Summary: Low bit rate speech codec
%description -n %{libname}
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at 2400 bit/s and below.
Codec 2 is a speech codec designed for communications quality speech
between 700 and 3200 bit/s.
%package devel
Summary: Development library for codec2
@ -49,8 +49,8 @@ Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
%description devel
Codec2 is an open source low bit rate speech codec designed for communications
quality speech at 2400 bit/s and below.
Codec 2 is a speech codec designed for communications quality speech
between 700 and 3200 bit/s.
%package examples
Summary: Example code for Codec 2
@ -84,7 +84,7 @@ libdir=\${exec_prefix}/%{_lib}
Name: codec2
Version: %{version}
Description: Next-Generation Digital Voice for Two-Way Radio
Description: Low bit rate speech codec for two-way radio
Cflags: -I\${includedir}
Libs: -L\${libdir} -l%{name}
EOF