Author: qboosh Date: Tue May 15 06:35:48 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed ac/am rebuild
---- Files affected: SPECS: re2c.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/re2c.spec diff -u SPECS/re2c.spec:1.3 SPECS/re2c.spec:1.4 --- SPECS/re2c.spec:1.3 Mon May 14 23:06:43 2007 +++ SPECS/re2c.spec Tue May 15 08:35:43 2007 @@ -9,10 +9,9 @@ Source0: http://dl.sourceforge.net/re2c/%{name}-%{version}.tar.gz # Source0-md5: 68d6d1faf26179a7fe1f2d348cf90ac8 URL: http://re2c.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libstdc++-devel -BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -36,11 +35,10 @@ %setup -q %build -#%%{__gettextize} -%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} +%{__automake} %configure %{__make} @@ -65,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/05/15 06:35:43 qboosh +- fixed ac/am rebuild + Revision 1.3 2007/05/14 21:06:43 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/re2c.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
