]> git.pld-linux.org Git - packages/amrnb.git/commitdiff
- lgpl license, portable inttypes defs, fixed cflags. auto/ac/amrnb-0_0_1-1 auto/th/amrnb-0_0_1-1
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 15 Jan 2006 20:52:50 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrnb.spec -> 1.2

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
 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
 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)
 
 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.
 
 %description
 3GPP AMR Floating-point Speech Codec.
 
@@ -46,10 +49,12 @@ Statyczna biblioteka amrnb.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
        %{?with_static_libs:--enable-static}
 
 %build
 %configure \
        %{?with_static_libs:--enable-static}
+
 %{__make}
 
 %install
 %{__make}
 
 %install
This page took 0.058166 seconds and 4 git commands to generate.