|
|
|
@ -1,14 +1,19 @@
|
|
|
|
|
Name: speexdsp
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.2
|
|
|
|
|
%global rc_ver rc3
|
|
|
|
|
Release: 0.13.%{rc_ver}%{?dist}
|
|
|
|
|
Summary: A voice compression format (DSP)
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.speex.org/
|
|
|
|
|
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{rc_ver}.tar.gz
|
|
|
|
|
# a patch to speex (774c87d) was done usptream to fix this issue but it seems it
|
|
|
|
|
# hasn't been replicated in speexdsp. Issue seen in at least pjproject
|
|
|
|
|
# upstream ML thread http://lists.xiph.org/pipermail/speex-dev/2014-May/008488.html
|
|
|
|
|
Patch0: speexdsp-fixbuilds-774c87d.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libtool autoconf automake
|
|
|
|
|
# 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
|
|
|
|
@ -24,6 +29,7 @@ This is the DSP package, see the speex package for the codec part.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
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.
|
|
|
|
@ -37,24 +43,27 @@ This is the DSP package, see the speex package for the codec part.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%setup -q -n %{name}-%{version}%{rc_ver}
|
|
|
|
|
%patch0 -p1 -b .inc
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -vif
|
|
|
|
|
%configure \
|
|
|
|
|
%ifarch aarch64
|
|
|
|
|
--disable-neon \
|
|
|
|
|
%endif
|
|
|
|
|
--disable-static
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
|
|
|
|
|
|
|
|
|
|
# Remove libtool archives
|
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -68,34 +77,6 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
%{_libdir}/libspeexdsp.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 David King <amigadave@amigadave.com> - 1.2.0-1
|
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.17.rc3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.16.rc3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.15.rc3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.14.rc3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.13.rc3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|