Author: sls Date: Fri Dec 3 21:18:47 2010 GMT Module: packages Tag: HEAD ---- Log message: - less parallel building - rel. 6
---- Files affected: packages/nethack: nethack.spec (1.78 -> 1.79) ---- Diffs: ================================================================ Index: packages/nethack/nethack.spec diff -u packages/nethack/nethack.spec:1.78 packages/nethack/nethack.spec:1.79 --- packages/nethack/nethack.spec:1.78 Tue Feb 27 10:17:26 2007 +++ packages/nethack/nethack.spec Fri Dec 3 22:18:42 2010 @@ -14,7 +14,7 @@ Summary(pt_BR.UTF-8): Jogo estilo rogue baseado no Dungeons and Dragons Name: nethack Version: 3.4.3 -Release: 5 +Release: 6 License: Nethack GPL Group: Applications/Games Source0: http://dl.sourceforge.net/nethack/%{name}-%{file_version}-src.tgz @@ -130,7 +130,7 @@ %build sh ./sys/unix/setup.sh links -%{__make} all \ +%{__make} -j1 all \ CFLAGS="%{rpmcflags} -I../include -I/usr/include/ncurses -DWIZARD='\"%{_wizard}\"'" \ LFLAGS="%{rpmldflags}" \ CC="%{__cc}" \ @@ -204,6 +204,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.79 2010/12/03 21:18:42 sls +- less parallel building +- rel. 6 + Revision 1.78 2007/02/27 09:17:26 qrczak - XFree86 -> X.org ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nethack/nethack.spec?r1=1.78&r2=1.79&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
