Hello community,

here is the log from the commit of package codec2 for openSUSE:Factory checked 
in at 2017-03-28 15:21:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/codec2 (Old)
 and      /work/SRC/openSUSE:Factory/.codec2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "codec2"

Tue Mar 28 15:21:31 2017 rev:1 rq:479774 version:0.5.1

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.codec2.new/codec2.changes       2017-03-28 
15:21:32.519346249 +0200
@@ -0,0 +1,54 @@
+-------------------------------------------------------------------
+Wed Mar 15 12:08:03 UTC 2017 - jeng...@inai.de
+
+- Update description with new bit rates from homepage.
+
+-------------------------------------------------------------------
+Tue Mar 14 20:57:02 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Tue Jan 17 22:40:33 UTC 2017 - dl8...@darc.de
+
+- Copyrigth information of spec file removed
+
+-------------------------------------------------------------------
+Sat Jan 14 10:13:42 UTC 2017 - aloi...@gmx.com
+
+- Version 0.5.1
+  * Updated golay
+- Spec cleanup
+- Added codec2-rpmlintrc
+
+-------------------------------------------------------------------
+Sun Oct 11 18:56:52 UTC 2015 - w...@ire.pw.edu.pl
+
+- version 0.5
+
+-------------------------------------------------------------------
+Fri Sep 18 23:44:15 UTC 2015 - w...@ire.pw.edu.pl
+
+- version 0.4.1
+
+-------------------------------------------------------------------
+Tue Aug 18 09:43:14 UTC 2015 - w...@ire.pw.edu.pl
+
+- patch to install copm_prim.h needed by freedv2
+
+-------------------------------------------------------------------
+Tue Aug 18 07:18:07 UTC 2015 - w...@ire.pw.edu.pl
+
+- version 0.4
+
+-------------------------------------------------------------------
+Sun Feb 15 20:52:50 UTC 2015 - w...@ire.pw.edu.pl
+
+- version 0.3svn1917
+- mods based on Fedora package
+
+-------------------------------------------------------------------
+Mon Apr 29 08:39:27 UTC 2013 - dl8...@darc.de
+
+- first try 
+

New:
----
  codec2-0.5.1.tar.xz
  codec2-rpmlintrc
  codec2.changes
  codec2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ codec2.spec ++++++
#
# spec file for package codec2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define libname lib%{name}-0_5
Name:           codec2
Version:        0.5.1
Release:        0
Summary:        Low bit rate speech codec
# octave and asterisk directories contain GPL-2.0 licensed code but its not
# used
License:        LGPL-2.1
Group:          Productivity/Hamradio/Other
Url:            http://rowetel.com/codec2.html
Source:         http://files.freedv.org/codec2/codec2-%{version}.tar.xz
Source1:        %{name}-rpmlintrc
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(speex)
BuildRequires:  pkgconfig(speexdsp)

%description
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
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
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}

%description devel
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
License:        GPL-2.0 AND LGPL-2.1
Requires:       %{name}-devel = %{version}
BuildArch:      noarch

%description examples
Example code for Codec 2, including test voices and matlab/octave files.

%prep
%setup -q

%build
%cmake \
  -DINSTALL_EXAMPLES=TRUE \
  -DUNITTEST=TRUE \
  -Wno-dev
make %{?_smp_mflags}


%install
%cmake_install

# Create and install pkgconfig file
mkdir -p %{buildroot}%{_libdir}/pkgconfig
cat > %{buildroot}%{_libdir}/pkgconfig/codec2.pc << EOF
prefix=%{_prefix}
exec_prefix=\${prefix}
includedir=\${prefix}/include/%{name}
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}
EOF

%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING README README_fdmdv.txt
%{_bindir}/c2dec
%{_bindir}/c2demo
%{_bindir}/c2enc
%{_bindir}/c2sim
%{_bindir}/fdmdv_demod
%{_bindir}/fdmdv_get_test_bits
%{_bindir}/fdmdv_interleave
%{_bindir}/fdmdv_mod
%{_bindir}/fdmdv_put_test_bits
%{_bindir}/fec_dec
%{_bindir}/fec_enc
%{_bindir}/fm_demod
%{_bindir}/insert_errors

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/libcodec2.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/libcodec2.so
%{_libdir}/pkgconfig/%{name}.pc

%files examples
%defattr(-,root,root)
%{_datadir}/%{name}/

%changelog
++++++ codec2-rpmlintrc ++++++
# these can't be helped
addFilter("no-manual-page-for-binary .*")
addFilter("codec2-examples.noarch: .*devel-dependency codec2-devel")

Reply via email to