File ctris.spec of Package ctris
#
# spec file for package ctris
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: ctris
Version: 0.41
Release: 2
License: GPL-2.0+
Summary: Console based tetris clone
Url: http://www.hackl.dhs.org/ctris/
Group: Amusements/Games/Action/Arcade
Source0: %{name}-%{version}.tar.bz2
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
ctris is a colorized, small and flexible Tetris(TM)-clone for the console. Go play!
%prep
%setup -q
%build
make CFLAGS="%{optflags}"
%install
%makeinstall
%clean
rm -rf %{buildroot};
%files
%defattr (-,root,root)
%doc AUTHORS COPYING README TODO
%doc %{_mandir}/man6/ctris.6.gz
%{_prefix}/games/ctris
%changelog