Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
amrnb
> amrnb.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File amrnb.spec of Package amrnb (Revision 2)
Currently displaying revision
2
,
show latest
%define name amrnb %define ver 7.0.0.0 %define rel 1 Name: %{name} Summary: Adaptive Multi-Rate (AMR) Speech Codec Summary(de): Adaptiver Multi-Rate (AMR) Sprachcodec Version: %{ver} Release: %{rel} License: Commercial Group: System/Libraries Url: http://www.penguin.cz/~utx/amr Source0: amrnb-7.0.0.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: glibc-devel BuildRequires: gcc BuildRequires: wget %if 0%{?suse_version} >= 1030 BuildRequires: unzip %endif %description Adaptive Multi-Rate Narrow-Band decoder and encoder library. (3GPP TS 26.104 V 7.0.0) http://www.3gpp.org/ftp/Specs/html-info/26104.htm %description -l de Adaptiver Multi-Rate schmalbandige decoding und encoding Bibliothek. (3GPP TS 26.104 V 7.0.0) http://www.3gpp.org/ftp/Specs/html-info/26104.htm %package devel Summary: Adaptive Multi-Rate (AMR) Speech Codec Developer Package Summary(de): Adaptiver Multi-Rate (AMR) Sprachcodec Entwicklerpaket Group: System/Libraries Requires: %{name} = %{version}-%{release} Requires: glibc-devel %description devel Adaptive Multi-Rate Narrow-Band decoder and encoder library, Developer Package. (3GPP TS 26.104 V 6.1.0) http://www.3gpp.org/ftp/Specs/html-info/26104.htm %description devel -l de Adaptiver Multi-Rate schmalbandige decoding und encoding Bibliothek, Entwicklerpaket. (3GPP TS 26.104 V 6.1.0) http://www.3gpp.org/ftp/Specs/html-info/26104.htm %prep %setup %build %configure %__make %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %makeinstall %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %post %run_ldconfig %postun %run_ldconfig %files %defattr (-, root, root) %doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt %{_bindir}/* %{_libdir}/*.so.* %files devel %defattr (-, root, root) %{_includedir}/amrnb %{_libdir}/*.so %{_libdir}/*.*a %changelog * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build