Author: zbyniu Date: Fri Jan 13 17:42:57 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.1.3; autotools; cleanup
---- Files affected: packages/pong2: pong2.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/pong2/pong2.spec diff -u packages/pong2/pong2.spec:1.5 packages/pong2/pong2.spec:1.6 --- packages/pong2/pong2.spec:1.5 Tue Feb 13 09:06:41 2007 +++ packages/pong2/pong2.spec Fri Jan 13 18:42:51 2012 @@ -1,23 +1,20 @@ # $Revision$, $Date$ -# TODO: -# - cleanup Summary: Pong2 - game inspired by the classical Atari game Summary(pl.UTF-8): Pong2 - gra zainspirowana klasyczną grą z Atari Name: pong2 -Version: 0.1.0 +Version: 0.1.3 Release: 0.1 -Epoch: 0 License: GPL v2 -Vendor: Johannes Jordan Group: X11/Applications/Games Source0: http://download.berlios.de/pong2/%{name}-%{version}.tar.bz2 -# Source0-md5: 651340b5f15544d82912de85d62c7efc +# Source0-md5: b27c827a060c1d0aebb4d0df825fcada URL: http://pong2.berlios.de/ BuildRequires: OpenGL-devel BuildRequires: SDL-devel >= 1.2.4 BuildRequires: SDL_image-devel BuildRequires: SDL_net-devel BuildRequires: SDL_ttf-devel +BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,8 +33,9 @@ %setup -q %build -# ??? aclocal alone can make only troubles -%{__aclocal} +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} %configure %{__make} @@ -62,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2012/01/13 17:42:51 zbyniu +- up to 0.1.3; autotools; cleanup + Revision 1.5 2007/02/13 08:06:41 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pong2/pong2.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
