From 8b78467fa839929e8616a0d6bd7a1107ddd32c50 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 2 Nov 2021 10:19:33 -0400 Subject: [PATCH] import speexdsp-1.2.0-5.el9 --- .gitignore | 1 + .speexdsp.metadata | 1 + SPECS/speexdsp.spec | 136 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 .gitignore create mode 100644 .speexdsp.metadata create mode 100644 SPECS/speexdsp.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5574a7c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/speexdsp-1.2.0.tar.gz diff --git a/.speexdsp.metadata b/.speexdsp.metadata new file mode 100644 index 0000000..59493b2 --- /dev/null +++ b/.speexdsp.metadata @@ -0,0 +1 @@ +c95f197419b918d416112c353fd9ad2538940dfe SOURCES/speexdsp-1.2.0.tar.gz diff --git a/SPECS/speexdsp.spec b/SPECS/speexdsp.spec new file mode 100644 index 0000000..75cdfff --- /dev/null +++ b/SPECS/speexdsp.spec @@ -0,0 +1,136 @@ +Name: speexdsp +Version: 1.2.0 +Release: 5%{?dist} +Summary: A voice compression format (DSP) + +License: BSD +URL: http://www.speex.org/ +Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz + +BuildRequires: make +BuildRequires: gcc +# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on +# speex, a versioned conflict is required. +Conflicts: speex <= 1.2-0.21.rc1 + +%description +Speex is a patent-free compression format designed especially for +speech. It is specialized for voice communications at low bit-rates in +the 2-45 kbps range. Possible applications include Voice over IP +(VoIP), Internet audio streaming, audio books, and archiving of speech +data (e.g. voice mail). + +This is the DSP package, see the speex package for the codec part. + +%package devel +Summary: Development package for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on +# speex, a versioned conflict is required. +Conflicts: speex-devel <= 1.2-0.21.rc1 + +%description devel +Speex is a patent-free compression format designed especially for +speech. This package contains development files for %{name} + +This is the DSP package, see the speex package for the codec part. + + +%prep +%autosetup -p1 + +%build +%configure \ +%ifarch aarch64 + --disable-neon \ +%endif + --disable-static + +%make_build + +%install +%make_install + +# Remove libtool archives +find %{buildroot} -type f -name "*.la" -delete + +%ldconfig_scriptlets + + +%files +%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf +%doc %{_docdir}/speexdsp/manual.pdf +%{_libdir}/libspeexdsp.so.* + +%files devel +%{_includedir}/speex +%{_libdir}/pkgconfig/speexdsp.pc +%{_libdir}/libspeexdsp.so + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 1.2.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.2.0-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 11 2020 David King - 1.2.0-1 +- Update to 1.2.0 + +* Fri Jan 31 2020 Fedora Release Engineering - 1.2-0.17.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.2-0.16.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.2-0.15.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.2-0.14.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 1.2-0.13.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 1.2-0.12.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.2-0.11.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.2-0.10.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 1.2-0.9.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Oct 23 2015 Jared Smith - 1.2-0.8.rc3 +- Fix building on EPEL6/EPEL7 again, due to manual.pdf + +* Fri Oct 23 2015 Jared Smith - 1.2-0.7.rc3 +- Fix building by making sure the manual.pdf file is included in the docs + +* Fri Jun 19 2015 Fedora Release Engineering - 1.2-0.6.rc3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jan 29 2015 Peter Robinson 1.2.0.5.rc3 +- Add patch similar to what was already done upstream in speex but not dsp + +* Thu Jan 15 2015 Peter Robinson 1.2.0.4.rc3 +- Fix build on aarch64 (disable NEON) + +* Mon Jan 05 2015 David King - 1.2.0.3.rc3 +- Update to 1.2rc3 + +* Sun Dec 14 2014 David King - 1.2-0.2.rc2.20141214git +- Use a git snapshot, to ensure that speex_buffer.h is present + +* Fri Dec 12 2014 David King - 1.2-0.1.rc2 +- New package, split from speex (#1172829)