Author: qboosh Date: Wed Nov 15 10:02:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated info patch, removed obsolete extern-static patch - use plain configure, BR: ncurses-devel
---- Files affected: SPECS: gnugo.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/gnugo.spec diff -u SPECS/gnugo.spec:1.23 SPECS/gnugo.spec:1.24 --- SPECS/gnugo.spec:1.23 Wed Nov 15 00:29:43 2006 +++ SPECS/gnugo.spec Wed Nov 15 11:02:14 2006 @@ -9,8 +9,8 @@ Source0: ftp://ftp.gnu.org/gnu/gnugo/%{name}-%{version}.tar.gz # Source0-md5: 53abc7427d89d81155c8bfc8e005c47f Patch0: %{name}-info.patch -Patch1: %{name}-extern-static.patch URL: http://www.gnu.org/software/gnugo/ +BuildRequires: ncurses-devel BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -38,11 +38,10 @@ %prep %setup -q -#%patch0 -p1 -#%patch1 -p1 +%patch0 -p1 %build -%configure2_13 +%configure %{__make} %install @@ -72,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2006/11/15 10:02:14 qboosh +- updated info patch, removed obsolete extern-static patch +- use plain configure, BR: ncurses-devel + Revision 1.23 2006/11/14 23:29:43 wrobell - ver. 3.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnugo.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
