Author: qboosh Date: Thu Feb 24 19:02:07 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl desc for proper package
---- Files affected: SPECS: spandsp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/spandsp.spec diff -u SPECS/spandsp.spec:1.1 SPECS/spandsp.spec:1.2 --- SPECS/spandsp.spec:1.1 Wed Feb 23 23:35:21 2005 +++ SPECS/spandsp.spec Thu Feb 24 20:02:01 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: DSP functions for telephony +Summary(pl): Funkcje DSP dla telefonii Name: spandsp %define _pre pre10 Version: 0.0.2 @@ -9,10 +10,10 @@ Source0: ftp://ftp.opencall.org/pub/spandsp/%{name}-%{version}%{_pre}/%{name}-%{version}%{_pre}.tar.gz # Source0-md5: ce09baba1fce9ffe3c702f8a910233a7 URL: http://www.soft-switch.org/ +BuildRequires: audiofile-devel BuildRequires: libtiff-devel -BuildRequires: fltk-devel BuildRequires: fftw-devel -BuildRequires: audiofile-devel +BuildRequires: fltk-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -21,8 +22,9 @@ platform itself. %description -l pl -spandsp to biblioteka obsługująca pakiety RTP/RTCP. Więcej informacji -o protokole znajduje się w RFC 1889 i 1890. +spandsp to biblioteka udostępniająca wiele funkcji DSP potrzebnych dla +telefonii. Jest zaprojektowana tak, by była niezależna od samej +platformy telefonicznej. %package devel Summary: Header files to develop applications using spandsp @@ -57,7 +59,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} DESTDIR=$RPM_BUILD_ROOT install + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -fr $RPM_BUILD_ROOT @@ -87,6 +91,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/02/24 19:02:01 qboosh +- pl desc for proper package + Revision 1.1 2005/02/23 22:35:21 arekm - initial pld release - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/spandsp.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
