|
|
5a5c9f |
Summary: A voice compression format (codec)
|
|
|
5a5c9f |
Name: speex
|
|
|
5a5c9f |
Version: 1.2.0
|
|
|
5a5c9f |
Release: 1%{?dist}
|
|
|
5a5c9f |
License: BSD
|
|
|
5a5c9f |
Group: System Environment/Libraries
|
|
|
5a5c9f |
URL: https://www.speex.org/
|
|
|
5a5c9f |
Source0: https://downloads.xiph.org/releases/speex/%{name}-%{version}.tar.gz
|
|
|
5a5c9f |
BuildRequires: gcc
|
|
|
5a5c9f |
BuildRequires: pkgconfig(ogg)
|
|
|
5a5c9f |
BuildRequires: pkgconfig(speexdsp)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%description
|
|
|
5a5c9f |
Speex is a patent-free compression format designed especially for
|
|
|
5a5c9f |
speech. It is specialized for voice communications at low bit-rates in
|
|
|
5a5c9f |
the 2-45 kbps range. Possible applications include Voice over IP
|
|
|
5a5c9f |
(VoIP), Internet audio streaming, audio books, and archiving of speech
|
|
|
5a5c9f |
data (e.g. voice mail).
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%package devel
|
|
|
5a5c9f |
Summary: Development package for %{name}
|
|
|
5a5c9f |
Group: Development/Libraries
|
|
|
5a5c9f |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%description devel
|
|
|
5a5c9f |
Speex is a patent-free compression format designed especially for
|
|
|
5a5c9f |
speech. This package contains development files for %{name}
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%package tools
|
|
|
5a5c9f |
Summary: The tools package for %{name}
|
|
|
5a5c9f |
Group: Applications/Multimedia
|
|
|
5a5c9f |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%description tools
|
|
|
5a5c9f |
Speex is a patent-free compression format designed especially for
|
|
|
5a5c9f |
speech. This package contains tools files and user's manual for %{name}.
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%prep
|
|
|
5a5c9f |
%setup -q
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%build
|
|
|
5a5c9f |
%configure --disable-static --enable-binaries
|
|
|
5a5c9f |
# Remove rpath from speexenc and speexdec
|
|
|
5a5c9f |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
5a5c9f |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
5a5c9f |
make %{?_smp_mflags}
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%install
|
|
|
5a5c9f |
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
5a5c9f |
rm -f $RPM_BUILD_ROOT%{_docdir}/speex/manual.pdf
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%ldconfig_scriptlets
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%files
|
|
|
5a5c9f |
%license COPYING
|
|
|
5a5c9f |
%doc AUTHORS TODO ChangeLog README NEWS
|
|
|
5a5c9f |
%{_libdir}/libspeex.so.1*
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%files devel
|
|
|
5a5c9f |
%doc doc/manual.pdf
|
|
|
5a5c9f |
%{_includedir}/speex
|
|
|
5a5c9f |
%{_datadir}/aclocal/speex.m4
|
|
|
5a5c9f |
%{_libdir}/pkgconfig/speex.pc
|
|
|
5a5c9f |
%{_libdir}/libspeex.so
|
|
|
5a5c9f |
%exclude %{_libdir}/libspeex.la
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%files tools
|
|
|
5a5c9f |
%{_bindir}/speexenc
|
|
|
5a5c9f |
%{_bindir}/speexdec
|
|
|
5a5c9f |
%{_mandir}/man1/speexenc.1*
|
|
|
5a5c9f |
%{_mandir}/man1/speexdec.1*
|
|
|
5a5c9f |
|
|
|
5a5c9f |
|
|
|
5a5c9f |
%changelog
|
|
|
5a5c9f |
* Tue Mar 06 2018 Miroslav Lichvar <mlichvar@redhat.com> - 1.2.0-1
|
|
|
5a5c9f |
- update to 1.2.0
|
|
|
5a5c9f |
- use macro for ldconfig scriptlets
|
|
|
5a5c9f |
- add gcc to build requirements
|
|
|
5a5c9f |
- include soname in file list
|
|
|
5a5c9f |
- use license macro
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.29.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.28.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.27.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.26.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-0.25.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.24.rc2
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sun Dec 14 2014 David King <amigadave@amigadave.com> - 1.2-0.23.rc2
|
|
|
5a5c9f |
- Drop cyclic dependency handling, as speexdsp was fixed
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sun Dec 14 2014 David King <amigadave@amigadave.com> - 1.2-0.22.rc2
|
|
|
5a5c9f |
- Bump release to ensure that rc2 is newer than rc1
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Dec 12 2014 David King <amigadave@amigadave.com> - 1.2-0.1.rc2
|
|
|
5a5c9f |
- Update to 1.2-0.1.rc2, split off speexdsp to separate package (#1172820)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.21.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.20.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Jan 17 2014 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-0.19.rc1
|
|
|
5a5c9f |
- update config.sub for ppc64le (#1054399)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.18.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Apr 05 2013 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-0.17.rc1
|
|
|
5a5c9f |
- update config.guess and config.sub for aarch64 (#926562)
|
|
|
5a5c9f |
- make some dependencies arch-specific
|
|
|
5a5c9f |
- remove obsolete macros
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.16.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.15.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.14.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.13.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.12.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-0.11.rc1
|
|
|
5a5c9f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Jul 24 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-0.10.rc1
|
|
|
5a5c9f |
- update to 1.2rc1
|
|
|
5a5c9f |
- move manual.pdf to -devel
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue May 13 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.9.beta3
|
|
|
5a5c9f |
- polishing review (many thanks to Matthias Saou)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Apr 25 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.8.beta3
|
|
|
5a5c9f |
- 226428 review
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Apr 15 2008 Tomas Hoger <thoger@redhat.com> - 1.2-0.7.beta3
|
|
|
5a5c9f |
- Security update: Add mode checks to speex_packet_to_header() to protect
|
|
|
5a5c9f |
applications using speex library and not having proper checks
|
|
|
5a5c9f |
(CVE-2008-1686, #441239, https://trac.xiph.org/changeset/14701)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Mon Mar 31 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.6.beta3
|
|
|
5a5c9f |
- 439284 add owner to %%{_defaultdocdir}/speex
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-0.5.beta3
|
|
|
5a5c9f |
- Autorebuild for GCC 4.3
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Jan 24 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-0.4.beta3
|
|
|
5a5c9f |
- update to beta 3
|
|
|
5a5c9f |
- review: rhbz#226428
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Sep 18 2007 - Bastien Nocera <bnocera@redhat.com> - 1.2-0.3.beta2
|
|
|
5a5c9f |
- Update to Beta 2
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Oct 24 2006 Matthias Clasen <mclasen@redhat.com> - 1.2-0.2.beta1
|
|
|
5a5c9f |
- Rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Oct 24 2006 Matthias Clasen <mclasen@redhat.com> - 1.2-0.1.beta1
|
|
|
5a5c9f |
- Update to 1.2beta1
|
|
|
5a5c9f |
- Require pkgconfig in the -devel package
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-2.1
|
|
|
5a5c9f |
- rebuild
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.0.5-2
|
|
|
5a5c9f |
- rebuild for -devel deps
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.2.1
|
|
|
5a5c9f |
- bump again for double-long bug on ppc(64)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.2
|
|
|
5a5c9f |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
5a5c9f |
- rebuilt
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> -1.0.5-1
|
|
|
5a5c9f |
- Update to 1.0.5
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> -1.0.4-5
|
|
|
5a5c9f |
- rebuild for gcc 4.0
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.4-4
|
|
|
5a5c9f |
- Fix version in pkg-config file (#135987, patch by Michael Schwendt)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Wed Aug 11 2004 Tim Waugh <twaugh@redhat.com> 1.0.4-3
|
|
|
5a5c9f |
- Fixed underquoted m4 definition.
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Jul 30 2004 Colin Walters <walters@redhat.com> 1.0.4-2
|
|
|
5a5c9f |
- Include /usr/include/speex directory, thanks
|
|
|
5a5c9f |
Nils Philippsen.
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Jul 29 2004 Colin Walters <walters@redhat.com>
|
|
|
5a5c9f |
- Update to 1.0.4.
|
|
|
5a5c9f |
- Include /usr/include/speex
|
|
|
5a5c9f |
- Include speex.pc
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
5a5c9f |
- rebuilt
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
5a5c9f |
- rebuilt
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
5a5c9f |
- rebuilt
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Fri Dec 12 2003 Bill Nottingham <notting@redhat.com> 1.0.3-1
|
|
|
5a5c9f |
- build 1.0.3, adapt specfile from linva.org
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Thu Nov 20 2003 Dams <anvil[AT]livna.org> 0:1.0.3-0.fdr.1
|
|
|
5a5c9f |
- Updated to 1.0.3
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Sep 30 2003 Dams <anvil[AT]livna.org> 0:1.0.2-0.fdr.1
|
|
|
5a5c9f |
- Updated to 1.0.2
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Mon Sep 15 2003 Dams <anvil[AT]livna.org> 0:1.0.1-0.fdr.3
|
|
|
5a5c9f |
- README doc file is no more +x
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Tue Sep 9 2003 Dams <anvil[AT]livna.org> 0:1.0.1-0.fdr.2
|
|
|
5a5c9f |
- Added missing scriplets (ldconfig)
|
|
|
5a5c9f |
|
|
|
5a5c9f |
* Sat Aug 16 2003 Dams <anvil[AT]livna.org>
|
|
|
5a5c9f |
- Initial build.
|