Author: pluto Date: Sun Jan 15 20:52:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - lgpl license, portable inttypes defs, fixed cflags.
---- Files affected: SPECS: amrnb.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/amrnb.spec diff -u SPECS/amrnb.spec:1.1 SPECS/amrnb.spec:1.2 --- SPECS/amrnb.spec:1.1 Sun Jan 15 00:57:18 2006 +++ SPECS/amrnb.spec Sun Jan 15 21:52:50 2006 @@ -8,13 +8,16 @@ 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. @@ -47,10 +50,12 @@ %prep %setup -q +%patch0 -p1 %build %configure \ %{?with_static_libs:--enable-static} + %{__make} %install @@ -88,5 +93,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/01/15 20:52:50 pluto +- lgpl license, portable inttypes defs, fixed cflags. + Revision 1.1 2006/01/14 23:57:18 qboosh - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amrnb.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
