From: Paweł Gołaszewski Date: Sun, 15 Aug 2004 18:23:50 +0000 (+0000) Subject: - initial release. X-Git-Tag: STABLE X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcboard.git;a=commitdiff_plain;h=fc2abb3c005a97656dc10c8f424eca5d18c9f9c7 - initial release. Changed files: cboard.spec -> 1.1 --- fc2abb3c005a97656dc10c8f424eca5d18c9f9c7 diff --git a/cboard.spec b/cboard.spec new file mode 100644 index 0000000..7e22def --- /dev/null +++ b/cboard.spec @@ -0,0 +1,49 @@ +Summary: An ncurses frontend to GNU Chess +Summary(pl): Frontend ncurses dla GNU Chess +Name: cboard +Version: 0.1.6 +Release: 1 +License: GPL v2 +Group: Applications/Games +Source0: http://arbornet.org/~bjk/cboard/%{name}-%{version}.tar.gz +# Source0-md5: fb2de107fbd5294427646371adf1611e +URL: http://arbornet.org/~bjk/cboard/ +BuildRequires: ncurses-devel +Requires: gnuchess +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +CBoard is a console frontend to GNU Chess, using the ncurses library +for the interface. It can edit PGN tags, annotate moves with NAG, and +more. + +%description -l pl +CBoard jest frontendem dla GNU Chess, u¿ywaj±cym interfejsu biblioteki +ncurses. Potrafi edytowaæ tagi PGN, komentowaæ ruchy za pomoc± NAG +i wiele innych. + +%prep +%setup -q + +%build +%{configure} \ + CPPFLAGS="%{rpmcflags} -I%{_includedir}/ncurses" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog KnownBugs NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/*.data +# Is it needed here? +%{_datadir}/%{name}/config.example +%{_mandir}/man6/*.6*