|
|
|
@ -3,16 +3,20 @@
|
|
|
|
|
|
|
|
|
|
# Bootstrap may be needed to break circular dependencies between
|
|
|
|
|
# codec2 and lpcnetfreedv
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%bcond_without bootstrap
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: codec2
|
|
|
|
|
Version: 1.0.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
License: LGPL-2.1-only
|
|
|
|
|
|
|
|
|
|
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/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake%{?rhel:3}
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
@ -51,7 +55,7 @@ Example code for Codec 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -76,7 +80,7 @@ libdir=\${exec_prefix}/%{_lib}
|
|
|
|
|
|
|
|
|
|
Name: codec2
|
|
|
|
|
Description: Next-Generation Digital Voice for Two-Way Radio
|
|
|
|
|
Version: 1.0.3
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Cflags: -I\${includedir}
|
|
|
|
|
Libs: -L\${libdir} -l%{name}
|
|
|
|
|
EOF
|
|
|
|
@ -98,6 +102,42 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 21 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.2.0-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Richard Shaw <hobbes1069@gmail.com> - 1.2.0-2
|
|
|
|
|
- Rebuild after bootstrap for lpcnetfreedv.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 05 2023 Richard Shaw <hobbes1069@gmail.com> - 1.2.0-1
|
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 07 2022 Richard Shaw <hobbes1069@gmail.com> - 1.0.5-1
|
|
|
|
|
- Update to 1.0.5.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 16 2022 Richard Shaw <hobbes1069@gmail.com> - 1.0.4-1.1
|
|
|
|
|
- Add patch to deal with unintentional API change.
|
|
|
|
|
|
|
|
|
|
* Sat Jul 09 2022 Richard Shaw <hobbes1069@gmail.com> - 1.0.4-1
|
|
|
|
|
- Update to 1.0.4.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 03 2022 Richard Shaw <hobbes1069@gmail.com> - 1.0.3-1
|
|
|
|
|
- Update to 1.0.3.
|
|
|
|
|
|