]> git.pld-linux.org Git - packages/amrnb.git/blobdiff - amrnb.spec
- lgpl license, portable inttypes defs, fixed cflags.
[packages/amrnb.git] / amrnb.spec
index cf8c46247720ef7095569b69bf0b5d724b6ed2cd..8642c3deaae19718e0830c346ff459833510981b 100644 (file)
@@ -7,13 +7,16 @@ Summary(pl):  Zmiennoprzecinkowy kodek mowy 3GPP AMR
 Name:          amrnb
 Version:       0.0.1
 Release:       1
-License:       unknown
+License:       LGPL
 Group:         Libraries
 Source0:       http://ronald.bitfreak.net/priv/%{name}-%{version}.tar.gz
 # Source0-md5: c4546d2920cf287847a7286b4dea7472
+Patch0:                %{name}-inttypes.patch
 URL:           http://www.3gpp.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags       -fno-strict-aliasing
+
 %description
 3GPP AMR Floating-point Speech Codec.
 
@@ -46,10 +49,12 @@ Statyczna biblioteka amrnb.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
        %{?with_static_libs:--enable-static}
+
 %{__make}
 
 %install
This page took 0.129631 seconds and 4 git commands to generate.