Author: arekm Date: Wed Feb 23 22:35:28 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial pld release
---- Files affected:
SPECS:
spandsp.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/spandsp.spec
diff -u /dev/null SPECS/spandsp.spec:1.1
--- /dev/null Wed Feb 23 23:35:28 2005
+++ SPECS/spandsp.spec Wed Feb 23 23:35:21 2005
@@ -0,0 +1,92 @@
+# $Revision$, $Date$
+Summary: DSP functions for telephony
+Name: spandsp
+%define _pre pre10
+Version: 0.0.2
+Release: 0.%{_pre}.1
+License: LGPL
+Group: Libraries
+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: libtiff-devel
+BuildRequires: fltk-devel
+BuildRequires: fftw-devel
+BuildRequires: audiofile-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+spandsp is a library which provides many of the DSP functions needed
+for telephony. It is designed to be independent of the telephony
+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.
+
+%package devel
+Summary: Header files to develop applications using spandsp
+Summary(pl): Pliki nagłówkowe do tworzenia aplikacji używających spandsp
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for the spandsp library.
+
+%description devel -l pl
+Pliki nagłówkowe dla biblioteki spandsp.
+
+%package static
+Summary: Static spandsp library
+Summary(pl): Statyczna biblioteka spandsp
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static spandsp library.
+
+%description static -l pl
+Statyczna biblioteka spandsp.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -fr $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README NEWS AUTHORS ChangeLog
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_datadir}/%{name}
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.la
+%{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/02/23 22:35:21 arekm
+- initial pld release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit