Name: mediastreamer-plugin-msilbc Version: 2.0.3 Release: 1mamba Summary: A mediastreamer plugin for the iLBC audio codec Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.linphone.org/ Source: http://download.savannah.gnu.org/releases/linphone/plugins/sources/msilbc-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libilbc-devel BuildRequires: libmediastreamer2-devel BuildRequires: libopenssl-devel BuildRequires: libortp-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A mediastreamer plugin for the iLBC audio codec, which is necessary to use the codec with Linphone. The package does not contain the codec, which must be obtained separately. One way to get the codec is to also install libilb0-rfc3951, which provides a codec using the source code published in IETF RFC 3951. %prep %setup -q -n msilbc-%{version} %build %configure \ ILBC_CFLAGS="-I%{_includedir}/ilbc" \ ILBC_LIBS="-lilbc" %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/mediastreamer/plugins/libmsilbc.la %{_libdir}/mediastreamer/plugins/libmsilbc.so %{_libdir}/mediastreamer/plugins/libmsilbc.so.0 %{_libdir}/mediastreamer/plugins/libmsilbc.so.0.0.0 %doc AUTHORS COPYING #%doc ChangeLog NEWS README %changelog * Tue Feb 21 2012 Silvan Calarco 2.0.3-1mamba - package created by autospec