Summary: A library of DSP functions for telephony spans Name: spandsp Version: 0.0.3 Release: 7%{?dist}.sal1 Epoch: 1 License: GPL Group: System Environment/Libraries URL: http://www.soft-switch.org/ Source0: http://www.soft-switch.org/downloads/%{name}/%{name}-%{version}.tgz #Patch0: spandsp-0.0.2-linkage.patch Patch0: spandsp-0.0.3-soname.patch Patch1: spandsp-0.0.3-datadir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++ BuildRequires: autoconf, automake, libtool BuildRequires: libtiff-devel >= 3.5.7 BuildRequires: audiofile-devel, fftw-devel, fltk-devel BuildRequires: libxml2-devel, netpbm-progs BuildRequires: sox BuildRequires: doxygen %description spandsp is a library for DSP in telephony spans. It can perform many of the common DSP functions, such as the generation and detection of DTMF and supervisory tones. %lib_package spandsp-0.0.3 0 %prep %setup -q #patch0 -p1 -b .linkage %patch0 -p1 -b .soname %patch1 -p1 -b .datadir %build autoreconf %configure \ --disable-dependency-tracking \ --disable-static \ --enable-doc \ %ifarch %{ix86} x86_64 --enable-tests \ %endif %ifarch %{ix86} x86_64 --enable-mmx --enable-sse %endif # --enable-itutests make "CFLAGS=%{optflags}" %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README DueDiligence NEWS %{_datadir}/spandsp/ %changelog * Sat Jul 21 2007 Axel Thimm - 1:0.0.3-7 - Update to 0.0.3 final. * Fri Dec 15 2006 Axel Thimm - 1:0.0.3-6_pre27 - Update to 0.0.3pre27. * Wed Oct 25 2006 Axel Thimm - 1:0.0.3-5_pre24 - Rebuild w/o Fedora Extras to avoid beta bits. - Bump epoch to superseed beta bits. * Fri Oct 20 2006 Axel Thimm - 0.0.3-4_pre24 - Update to 0.0.3pre24. * Wed May 31 2006 Axel Thimm - Update to 0.0.2pre26. * Tue Nov 22 2005 Axel Thimm - Update to 0.0.2-pre21c. * Sun Apr 3 2005 Mark Wormgoor - Initial build.