Author: qboosh Date: Sat Jan 14 10:24:28 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added morearchs patch
---- Files affected: SPECS: see.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/see.spec diff -u SPECS/see.spec:1.6 SPECS/see.spec:1.7 --- SPECS/see.spec:1.6 Fri Jan 13 21:39:27 2006 +++ SPECS/see.spec Sat Jan 14 11:24:23 2006 @@ -9,8 +9,9 @@ Source0: http://www.adaptive-enterprises.com.au/~d/software/see/%{name}-%{version}.tar.gz # Source0-md5: 36795db813e5fcb2800142a48286624e Patch0: %{name}-no_static.patch +Patch1: %{name}-morearchs.patch URL: http://www.adaptive-enterprises.com.au/~d/software/see -BuildRequires: autoconf +BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: libtool BuildRequires: gc-devel @@ -53,11 +54,13 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure %{__make} @@ -98,6 +101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/01/14 10:24:23 qboosh +- added morearchs patch + Revision 1.6 2006/01/13 20:39:27 qboosh - -devel R: gc-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/see.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
