Author: tommat Date: Wed Sep 27 18:09:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - turn on regeneration
---- Files affected: SPECS: freealut.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/freealut.spec diff -u SPECS/freealut.spec:1.4 SPECS/freealut.spec:1.5 --- SPECS/freealut.spec:1.4 Sat Jul 22 22:22:35 2006 +++ SPECS/freealut.spec Wed Sep 27 20:09:31 2006 @@ -10,6 +10,9 @@ # Source0-md5: e089b28a0267faabdb6c079ee173664a URL: http://www.openal.org/ BuildRequires: OpenAL-devel >= 0.0.8-1 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -47,6 +50,11 @@ %setup -q %build +cp -f /usr/share/automake/config.sub . +%{__libtoolize} +%{__aclocal} -I admin/autotools/m4 +%{__autoconf} +%{__autoheader} %configure %{__make} @@ -91,6 +99,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/09/27 18:09:31 tommat +- turn on regeneration + Revision 1.4 2006/07/22 20:22:35 qboosh - updated to 1.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/freealut.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
