Update to latest upstream release.

epel9
Richard Shaw 8 years ago
parent c2b30ba26f
commit 762f92bdf6

1
.gitignore vendored

@ -2,3 +2,4 @@
/codec2-0.4.tar.xz
/codec2-0.5.tar.xz
/codec2-0.6.tar.xz
/codec2-0.7.tar.xz

@ -1,5 +1,7 @@
%{?rhel: %global cmake %cmake3}
Name: codec2
Version: 0.6
Version: 0.7
Release: 1%{?dist}
Summary: Next-Generation Digital Voice for Two-Way Radio
License: LGPLv2
@ -44,12 +46,7 @@ Example code for Codec 2
%build
rm -rf build_linux && mkdir build_linux && pushd build_linux
%if 0%{?rhel}
%cmake3 \
%else
%cmake \
%endif
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
../
make %{?_smp_mflags}
@ -94,6 +91,9 @@ EOF
%changelog
* Fri Jul 21 2017 Richard Shaw <hobbes1069@gmail.com> - 0.7-1
- Update to latest upstream release.
* Sun Feb 19 2017 Richard Shaw <hobbes1069@gmail.com> - 0.6-1
- Update to latest upstream release.

@ -1 +1 @@
SHA512 (codec2-0.6.tar.xz) = 437d2ce26b1fd920960cce6565af5dd7fed12bc8afdd78f6059ab8efb2f472095b3fb49a12d54f837fbd543e8c85f275e2ade8e25e6bacdea6195ba1bb233535
SHA512 (codec2-0.7.tar.xz) = bf2f40071c21096d9504aacb293e7c293e1a51d732b91d870b5b35c372684cdb187fe4aafb6c27601c75167bd3783470e054d65b4be215facf67acee8afc56af

Loading…
Cancel
Save