Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/spandsp.spec.in @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Fri, 25 Jun 2010 15:50:58 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:c6c5a16ce2f2 | 4:26cd8f1ef0b1 |
|---|---|
| 1 Summary: A DSP library for telephony. | |
| 2 Name: @PACKAGE@ | |
| 3 Version: @VERSION@ | |
| 4 Release: 1 | |
| 5 License: LGPL | |
| 6 Group: System Environment/Libraries | |
| 7 URL: http://www.soft-switch.org/spandsp | |
| 8 BuildRoot: %{_tmppath}/%{name}-%{version}-root | |
| 9 Source: http://www.soft-switch.org/downloads/spandsp/@PACKAGE@-@VERSION@.tar.gz | |
| 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
| 11 | |
| 12 BuildRequires: libtiff-devel | |
| 13 BuildRequires: audiofile-devel | |
| 14 BuildRequires: doxygen | |
| 15 # for xsltproc: | |
| 16 BuildRequires: libxslt | |
| 17 | |
| 18 %description | |
| 19 SpanDSP is a library of DSP functions for telephony, in the 8000 | |
| 20 sample per second world of E1s, T1s, and higher order PCM channels. It | |
| 21 contains low level functions, such as basic filters. It also contains | |
| 22 higher level functions, such as cadenced supervisory tone detection, | |
| 23 and a complete software FAX machine. The software has been designed to | |
| 24 avoid intellectual property issues, using mature techniques where all | |
| 25 relevant patents have expired. See the file DueDiligence for important | |
| 26 information about these intellectual property issues. | |
| 27 | |
| 28 %package devel | |
| 29 Summary: SpanDSP development files | |
| 30 Group: Development/Libraries | |
| 31 Requires: spandsp = %{version} | |
| 32 Requires: libtiff-devel | |
| 33 PreReq: /sbin/install-info | |
| 34 | |
| 35 %description devel | |
| 36 SpanDSP development files. | |
| 37 | |
| 38 %prep | |
| 39 %setup -q | |
| 40 | |
| 41 %build | |
| 42 %configure --enable-doc --disable-static --disable-rpath | |
| 43 make | |
| 44 | |
| 45 %install | |
| 46 rm -rf %{buildroot} | |
| 47 make install DESTDIR=%{buildroot} | |
| 48 rm %{buildroot}%{_libdir}/libspandsp.la | |
| 49 | |
| 50 %clean | |
| 51 rm -rf %{buildroot} | |
| 52 | |
| 53 %files | |
| 54 %defattr(-,root,root,-) | |
| 55 %doc DueDiligence ChangeLog AUTHORS COPYING NEWS README | |
| 56 | |
| 57 %{_libdir}/libspandsp.so.* | |
| 58 | |
| 59 %files devel | |
| 60 %defattr(-,root,root,-) | |
| 61 %doc doc/api | |
| 62 %{_includedir}/spandsp.h | |
| 63 %{_includedir}/spandsp | |
| 64 %{_libdir}/libspandsp.so | |
| 65 %{_libdir}/pkgconfig/spandsp.pc | |
| 66 | |
| 67 %post -p /sbin/ldconfig | |
| 68 | |
| 69 %postun -p /sbin/ldconfig | |
| 70 | |
| 71 %changelog | |
| 72 * Wed Sep 24 2008 Tzafrir Cohen <tzafrir.cohen@xorcom.com> 0.0.5-1 | |
| 73 - Preparing for 0.0.5pre4 release | |
| 74 - License: LGPL | |
| 75 | |
| 76 * Mon Jun 23 2008 Steve Underwood <steveu@coppice.org> 0.0.5-1 | |
| 77 - Cleared out the dependency on libxml2 | |
| 78 | |
| 79 * Sun Dec 31 2006 Steve Underwood <steveu@coppice.org> 0.0.3-1 | |
| 80 - Preparing for 0.0.3 release | |
| 81 | |
| 82 * Sat Oct 16 2004 Steve Underwood <steveu@coppice.org> 0.0.2-1 | |
| 83 - Preparing for 0.0.2 release | |
| 84 | |
| 85 * Thu Apr 15 2004 Steve Underwood <steveu@coppice.org> 0.0.1-1 | |
| 86 - Initial version |
