Author: baggins Date: Mon May 15 21:55:34 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - release 2 - BR autoconf, automake - regenerate configure (needed for amd64)
---- Files affected: SPECS: amrnb.spec (1.2 -> 1.2.2.1) ---- Diffs: ================================================================ Index: SPECS/amrnb.spec diff -u SPECS/amrnb.spec:1.2 SPECS/amrnb.spec:1.2.2.1 --- SPECS/amrnb.spec:1.2 Sun Jan 15 21:52:50 2006 +++ SPECS/amrnb.spec Mon May 15 23:55:28 2006 @@ -7,13 +7,15 @@ Summary(pl): Zmiennoprzecinkowy kodek mowy 3GPP AMR Name: amrnb Version: 0.0.1 -Release: 1 +Release: 2 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/ +BuildRequires: autoconf +BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define specflags -fno-strict-aliasing @@ -53,6 +55,10 @@ %patch0 -p1 %build +%{__aclocal} +%{__autoconf} +%{__automake} +cp -f /usr/share/automake/config.sub . %configure \ %{?with_static_libs:--enable-static} @@ -93,6 +99,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2.2.1 2006/05/15 21:55:28 baggins +- release 2 +- BR autoconf, automake +- regenerate configure (needed for amd64) + Revision 1.2 2006/01/15 20:52:50 pluto - lgpl license, portable inttypes defs, fixed cflags. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/amrnb.spec?r1=1.2&r2=1.2.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
