9726b18
Name:           speexdsp
cefc8ec
Version:        1.2.0
9ea24ea
Release:        3%{?dist}
9726b18
Summary:        A voice compression format (DSP)
9726b18
9726b18
License:        BSD
9726b18
URL:            http://www.speex.org/
cefc8ec
Source0:        http://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
9726b18
d068df7
BuildRequires: make
cefc8ec
BuildRequires:  gcc
9726b18
# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on
9726b18
# speex, a versioned conflict is required.
9726b18
Conflicts: speex <= 1.2-0.21.rc1
9726b18
9726b18
%description
9726b18
Speex is a patent-free compression format designed especially for
9726b18
speech. It is specialized for voice communications at low bit-rates in
9726b18
the 2-45 kbps range. Possible applications include Voice over IP
9726b18
(VoIP), Internet audio streaming, audio books, and archiving of speech
9726b18
data (e.g. voice mail).
9726b18
9726b18
This is the DSP package, see the speex package for the codec part.
9726b18
9726b18
%package devel
9726b18
Summary: 	Development package for %{name}
9726b18
Requires: 	%{name}%{?_isa} = %{version}-%{release}
9726b18
# speexdsp was split from speex in 1.2rc2. As speexdsp does not depend on
9726b18
# speex, a versioned conflict is required.
9726b18
Conflicts: speex-devel <= 1.2-0.21.rc1
9726b18
9726b18
%description devel
9726b18
Speex is a patent-free compression format designed especially for
9726b18
speech. This package contains development files for %{name}
9726b18
9726b18
This is the DSP package, see the speex package for the codec part.
9726b18
9726b18
9726b18
%prep
cefc8ec
%autosetup -p1
9726b18
9726b18
%build
c5f50ac
%configure \
c5f50ac
%ifarch aarch64
c5f50ac
	--disable-neon \
c5f50ac
%endif
c5f50ac
	--disable-static
9726b18
cefc8ec
%make_build
9726b18
9726b18
%install
cefc8ec
%make_install
9726b18
c5f50ac
# Remove libtool archives
c5f50ac
find %{buildroot} -type f -name "*.la" -delete
c5f50ac
ac01767
%ldconfig_scriptlets
9726b18
9726b18
9726b18
%files
Jared K. Smith 9f83d5a
%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf
Jared K. Smith e6fa6ab
%doc %{_docdir}/speexdsp/manual.pdf
9726b18
%{_libdir}/libspeexdsp.so.*
9726b18
9726b18
%files devel
9726b18
%{_includedir}/speex
9726b18
%{_libdir}/pkgconfig/speexdsp.pc
9726b18
%{_libdir}/libspeexdsp.so
9726b18
9726b18
%changelog
9ea24ea
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
9ea24ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9ea24ea
3d5f913
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
3d5f913
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3d5f913
cefc8ec
* Thu Jun 11 2020 David King <amigadave@amigadave.com> - 1.2.0-1
cefc8ec
- Update to 1.2.0
cefc8ec
8ee9fde
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.17.rc3
8ee9fde
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8ee9fde
81a00fd
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.16.rc3
81a00fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
81a00fd
dbcd88d
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.15.rc3
dbcd88d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
dbcd88d
11e1309
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.14.rc3
11e1309
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
11e1309
9d51729
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.13.rc3
9d51729
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9d51729
82a744d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.12.rc3
82a744d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
82a744d
9f509ed
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.11.rc3
9f509ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9f509ed
b854dbd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.10.rc3
b854dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b854dbd
bbedc1f
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.9.rc3
bbedc1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bbedc1f
Jared K. Smith e6fa6ab
* Fri Oct 23 2015 Jared Smith <jsmith@fedoraproject.org> - 1.2-0.8.rc3
Jared K. Smith e6fa6ab
- Fix building on EPEL6/EPEL7 again, due to manual.pdf
Jared K. Smith e6fa6ab
Jared K. Smith 9f83d5a
* Fri Oct 23 2015 Jared Smith <jsmith@fedoraproject.org> - 1.2-0.7.rc3
Jared K. Smith 9f83d5a
- Fix building by making sure the manual.pdf file is included in the docs
Jared K. Smith 9f83d5a
93675ee
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.6.rc3
93675ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
93675ee
f93d5aa
* Thu Jan 29 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0.5.rc3
f93d5aa
- Add patch similar to what was already done upstream in speex but not dsp
f93d5aa
c5f50ac
* Thu Jan 15 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0.4.rc3
c5f50ac
- Fix build on aarch64 (disable NEON)
c5f50ac
737ce99
* Mon Jan 05 2015 David King <amigadave@amigadave.com> - 1.2.0.3.rc3
737ce99
- Update to 1.2rc3
737ce99
c28e2a0
* Sun Dec 14 2014 David King <amigadave@amigadave.com> - 1.2-0.2.rc2.20141214git
c28e2a0
- Use a git snapshot, to ensure that speex_buffer.h is present
c28e2a0
9726b18
* Fri Dec 12 2014 David King <amigadave@amigadave.com> - 1.2-0.1.rc2
9726b18
- New package, split from speex (#1172829)