General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

cboard spec file : Dries RPM Repository

Back to the cboard rpms

Current spec in pydar2:


# $Id: cboard.spec 5683 2007-08-04 01:32:57Z dag $
# Authority: dries
# Upstream: Ben Kibbey 

Summary: Ncurses PGN editor and front end to chess engines
Name: cboard
Version: 0.4
Release: 1
License: GPL
Group: Amusements/Games
URL: http://bjk.sourceforge.net/cboard/

Source: http://dl.sf.net/bjk/cboard-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: ncurses-devel

%description
CBoard is an NCurses PGN browser, editor, and front end to chess engines that 
use the XBoard protocol. It supports human/human (local), human/engine, and 
engine/engine play, the FEN tag, annotations with RAV (limited), NAG, and 
comments, and more.

%prep
%setup

%build
%configure \
	--program-prefix="%{?_program_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING INSTALL NEWS README THANKS TODO
%doc %{_mandir}/man6/cboard.6*
%{_bindir}/cboard
%{_datadir}/cboard/

%changelog
* Wed May 09 2007 Dries Verachtert  - 0.4-1
- Updated to release 0.4.

* Tue Apr 24 2007 Dag Wieers  - 0.3-2
- Fix group tag.

* Sun Apr 15 2007 Dries Verachtert  - 0.3-1
- Initial package.