Author: lisu Date: Fri Dec 29 20:46:45 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: nuclearchess.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nuclearchess.spec diff -u /dev/null SPECS/nuclearchess.spec:1.1 --- /dev/null Fri Dec 29 21:46:45 2006 +++ SPECS/nuclearchess.spec Fri Dec 29 21:46:39 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: An explosive chess variant +Summary(pl): Wybuchowy wariant szachów +Name: nuclearchess +Version: 0.9.2 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://user.cs.tu-berlin.de/~karlb/nuclearchess/%{name}-%{version}.tar.gz +# Source0-md5: 10d8b2a2890d6aaca1afe2cbc23f002a +URL: http://www.linux-games.com/ +BuildRequires: SDL-devel >= 1.2.0 +BuildRequires: SDL_image-devel >= 1.2.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +NuclearChess is a chess variant. Whenever a piece is captured, both +pieces and all pieces on neighbour fields die. + +%description -l pl +NuclearChess jest wariantem szachów. Gdy figura zostaje pojmana, obie +figury wraz ze wszystkimi figurami na sąsiednich polach giną. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%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 AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/29 20:46:39 lisu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
