Author: mguevara Date: Thu Nov 15 17:46:54 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.09-1 release, added make -j1
---- Files affected: SPECS: sleuthkit.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/sleuthkit.spec diff -u SPECS/sleuthkit.spec:1.5 SPECS/sleuthkit.spec:1.6 --- SPECS/sleuthkit.spec:1.5 Thu Nov 15 16:13:17 2007 +++ SPECS/sleuthkit.spec Thu Nov 15 18:46:49 2007 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): The Sleuth Kit - zestaw narzędzi wspomagających analizę systemów plików Name: sleuthkit Version: 2.09 -Release: 0.1 +Release: 1 License: IBM Public License/Common Public License Group: Applications Source0: http://dl.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz @@ -22,6 +22,9 @@ Requires: perl-Date-Manip BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# paralell build/ld crashes (tested on carme), -j1 makes it build. +%define __make /usr/bin/make -j1 + %description The Sleuth Kit is an open source forensic toolkit for analyzing Microsoft and UNIX file systems and disks. The Sleuth Kit enables @@ -100,6 +103,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007-11-15 17:46:49 mguevara +- 2.09-1 release, added make -j1 + Revision 1.5 2007-11-15 15:13:17 mguevara - up to 2.09 release, todo update ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sleuthkit.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
