|
|
@ -2,8 +2,8 @@
|
|
|
|
%{?rhel: %global cmake %cmake3}
|
|
|
|
%{?rhel: %global cmake %cmake3}
|
|
|
|
|
|
|
|
|
|
|
|
Name: codec2
|
|
|
|
Name: codec2
|
|
|
|
Version: 1.0.1
|
|
|
|
Version: 1.0.3
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
Summary: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
|
|
|
|
|
|
|
@ -11,7 +11,7 @@ URL: http://rowetel.com/codec2.html
|
|
|
|
Source0: https://github.com/drowe67/codec2/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/drowe67/codec2/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake%{?rhel:3}
|
|
|
|
BuildRequires: cmake%{?rhel:3}
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: libsamplerate-devel
|
|
|
|
BuildRequires: lpcnetfreedv-devel
|
|
|
|
BuildRequires: lpcnetfreedv-devel
|
|
|
|
BuildRequires: speex-devel
|
|
|
|
BuildRequires: speex-devel
|
|
|
@ -68,7 +68,7 @@ libdir=\${exec_prefix}/%{_lib}
|
|
|
|
|
|
|
|
|
|
|
|
Name: codec2
|
|
|
|
Name: codec2
|
|
|
|
Description: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
Description: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
Version: 1.0.1
|
|
|
|
Version: 1.0.3
|
|
|
|
Cflags: -I\${includedir}
|
|
|
|
Cflags: -I\${includedir}
|
|
|
|
Libs: -L\${libdir} -l%{name}
|
|
|
|
Libs: -L\${libdir} -l%{name}
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
@ -90,6 +90,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 03 2022 Richard Shaw <hobbes1069@gmail.com> - 1.0.3-1
|
|
|
|
|
|
|
|
- Update to 1.0.3.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|