]> git.pld-linux.org Git - packages/amrnb.git/blame - amrnb.spec
- it isn't LGPL in any way
[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
467a7ad0 21Patch0: %{name}-inttypes.patch
88f8f1c9 22URL: http://www.3gpp.org/
fc90b66c
JB
23BuildRequires: autoconf >= 2.50
24BuildRequires: automake
25BuildRequires: libtool
88f8f1c9
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
467a7ad0
PS
28%define specflags -fno-strict-aliasing
29
88f8f1c9
JB
30%description
313GPP AMR Floating-point Speech Codec.
32
33%description -l pl
34Zmiennoprzecinkowy kodek mowy 3GPP AMR.
35
36%package devel
37Summary: Header files for amrnb library
38