Name: libamrwb Version: 7.0.0.4 Release: 1mamba Summary: 3GPP AMR-WB Floating-point Speech Codec Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: gil URL: http://www.penguin.cz/~utx/amr Source: http://ftp.penguin.cz/pub/users/utx/amr/amrwb-%{version}.tar.bz2 # from 26204-600.doc: # Copyright Notification # No part may be reproduced except as authorized by written permission. # The copyright and the foregoing restriction extend to reproduction in all media. # (c) 2004, 3GPP Organizational Partners (ARIB, CCSA, ETSI, T1, TTA, TTC). # All rights reserved. License: restricted ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 3GPP AMR-WB Floating-point Speech Codec. %package devel Group: Development/Libraries Summary: libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel 3GPP AMR-WB Floating-point Speech Codec. libraries and headers for amrwb library. %package static Summary: Static amrwb library Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static amrwb library. %prep %setup -q -n amrwb-%{version} %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall DESTDIR=%{buildroot} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/amrwb-decoder %{_bindir}/amrwb-decoder-if2 %{_bindir}/amrwb-encoder %{_bindir}/amrwb-encoder-if2 %{_libdir}/*.so.* %doc AUTHORS COPYING ChangeLog NEWS README TODO %files devel %defattr(-,root,root) %dir %{_includedir}/amrwb %{_includedir}/amrwb/*.h %{_libdir}/*.la %{_libdir}/*.so %files static %defattr(-,root,root) %{_libdir}/*.a %changelog * Wed Mar 23 2011 Automatic Build System 7.0.0.4-1mamba - automatic update by autodist * Thu Aug 21 2008 gil 7.0.0.3-1mamba - package created by autospec