Author: qrczak Date: Sun Feb 25 11:58:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - Fixed linking libtinfo
---- Files affected: SPECS: gnugo.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/gnugo.spec diff -u SPECS/gnugo.spec:1.27 SPECS/gnugo.spec:1.28 --- SPECS/gnugo.spec:1.27 Sun Feb 25 12:49:29 2007 +++ SPECS/gnugo.spec Sun Feb 25 12:58:51 2007 @@ -9,7 +9,9 @@ Source0: ftp://ftp.gnu.org/gnu/gnugo/%{name}-%{version}.tar.gz # Source0-md5: 53abc7427d89d81155c8bfc8e005c47f Patch0: %{name}-info.patch +Patch1: %{name}-tinfo.patch URL: http://www.gnu.org/software/gnugo/ +BuildRequires: autoconf BuildRequires: ncurses-devel BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -39,8 +41,10 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__autoconf} %configure %{__make} @@ -71,6 +75,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2007/02/25 11:58:51 qrczak +- Fixed linking libtinfo + Revision 1.27 2007/02/25 11:49:29 qrczak - Release 1: works for me. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnugo.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
