Author: lisu Date: Sun Oct 15 12:59:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - auto* added, rel++
---- Files affected: SPECS: cboard.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/cboard.spec diff -u SPECS/cboard.spec:1.7 SPECS/cboard.spec:1.8 --- SPECS/cboard.spec:1.7 Sun Oct 15 14:36:13 2006 +++ SPECS/cboard.spec Sun Oct 15 14:58:56 2006 @@ -6,12 +6,14 @@ Summary(pl): Frontend ncurses dla GNU Chess Name: cboard Version: 0.2.4 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/Games Source0: http://dl.sourceforge.net/sourceforge/bjk/%{name}-%{version}.tar.gz # Source0-md5: 9ce34b2201537881a4089e53442405fe URL: http://arbornet.org/~bjk/cboard/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: ncurses-ext-devel Requires: gnuchess BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,6 +32,10 @@ %setup -q %build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses" @@ -56,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/10/15 12:58:56 lisu +- auto* added, rel++ + Revision 1.7 2006/10/15 12:36:13 lisu - up to 0.2.4, THANKS added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cboard.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
