]> git.pld-linux.org Git - packages/amrnb.git/blame - amrnb.spec
- nosource
[packages/amrnb.git] / amrnb.spec
CommitLineData
88f8f1c9
JB
1#
2# Conditional build:
3%bcond_without static_libs # don't build static library
4#
5Summary: 3GPP AMR Floating-point Speech Codec
6Summary(pl): Zmiennoprzecinkowy kodek mowy 3GPP AMR
7Name: amrnb
8Version: 0.0.1
5173b056 9Release: 2
9e49f880 10# AUTHORS specifies "License unknown", 26104-610.doc in original sources says:
76c90f68
JB
11# Copyright Notification
12# No part may be reproduced except as authorized by written permission.
13# The copyright and the foregoing restriction extend to reproduction in all media.
14# (c) 2004, 3GPP Organizational Partners (ARIB, CCSA, ETSI, T1, TTA, TTC).
15# All rights reserved.
9e49f880 16License: restricted
88f8f1c9 17Group: Libraries
76c90f68 18# autotooled version of http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26104-610.zip
88f8f1c9
JB
19Source0: http://ronald.bitfreak.net/priv/%{name}-%{version}.tar.gz
20# Source0-md5: c4546d2920cf287847a7286b4dea7472
d980598c 21NoSource: 0
467a7ad0 22Patch0: %{name}-inttypes.patch
88f8f1c9 23URL: http://www.3gpp.org/
fc90b66c
JB
24BuildRequires: autoconf >= 2.50
25BuildRequires: automake
26BuildRequires: libtool
88f8f1c9
JB
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
467a7ad0
PS
29%define specflags -fno-strict-aliasing
30
88f8f1c9
JB
31%description
323GPP AMR Floating-point Speech Codec.
33
34%description -l pl
35Zmiennoprzecinkowy kodek mowy 3GPP AMR.
36
37%package devel
38Summary: Header files for amrnb library
39