SPECS: sleuthkit.spec - pl

qboosh qboosh at pld-linux.org
Tue Nov 7 22:56:26 CET 2006


Author: qboosh                       Date: Tue Nov  7 21:56:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   sleuthkit.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/sleuthkit.spec
diff -u SPECS/sleuthkit.spec:1.1 SPECS/sleuthkit.spec:1.2
--- SPECS/sleuthkit.spec:1.1	Mon Oct 30 16:14:20 2006
+++ SPECS/sleuthkit.spec	Tue Nov  7 22:56:20 2006
@@ -1,44 +1,64 @@
 # $Revision$, $Date$
 #
 # TODO	- autopsy compliance
+#	- noarch or optflags?
 #	- pl desc
 #
-Summary:	The Sleuth Kit is an forensic toolkit for analyzing file systems and disks
-Summary(pl):	The Sleuth Kit jest zestawem narzędzi wspomagających analizę systemów plików
+Summary:	The Sleuth Kit - an forensic toolkit for analyzing file systems and disks
+Summary(pl):	The Sleuth Kit - zestaw narzędzi wspomagających analizę systemów plików
 Name:		sleuthkit
 Version:	2.06
 Release:	0.1
-#Epoch:		-
 License:	IBM Public License/Common Public License
 Group:		Applications
-Source0:	http://heanet.dl.sourceforge.net/sourceforge/sleuthkit/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
 # Source0-md5:	13e0d252df9e7a1d17da0db1b224c114
-URL:		http://www.sleuthkit.org/sleuthkit
+URL:		http://www.sleuthkit.org/sleuthkit/
 BuildRequires:	openssl-devel
 BuildRequires:	perl-base
 Requires:	coreutils
-Requires:	perl-Date-Manip
+Requires:	file
+# XXX: openssl library (should be autodetected) or openssl-tools or perl-OpenSSL-??? ?
 Requires:	openssl
-Requires:	libmagic
+Requires:	perl-Date-Manip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The Sleuth Kit is an open source forensic toolkit for analyzing
-Microsoft and UNIX file systems and disks.  The Sleuth Kit enables
+Microsoft and UNIX file systems and disks. The Sleuth Kit enables
 investigators to identify and recover evidence from images acquired
-during incident response or from live systems.  The Sleuth Kit is
-open source, which allows investigators to verify the actions of
-the tool or customize it to specific needs.
+during incident response or from live systems. The Sleuth Kit is open
+source, which allows investigators to verify the actions of the tool
+or customize it to specific needs.
 
 It is recommended that these command line tools can be used with
-the Autopsy Forensic Browser.  Autopsy, (http://www.sleuthkit.org/autopsy),
-is a graphical interface to the tools of The Sleuth Kit and automates
-many of the procedures and provides features such as image searching
-and MD5 image integrity checks.
+the Autopsy Forensic Browser. Autopsy,
+(<http://www.sleuthkit.org/autopsy/>), is a graphical interface to the
+tools of The Sleuth Kit and automates many of the procedures and
+provides features such as image searching and MD5 image integrity
+checks.
 
 As with any investigation tool, any results found with The Sleuth
 Kit should be be recreated with a second tool to verify the data.
 
+%description -l pl
+The Sleuth Kit to mający otwarte źródła zestaw narzędzi do analizy
+systemów plików i dysków z systemami Microsoftu i uniksowymi. The
+Sleuth Kit umożliwia badającym zidentyfikować i odtworzyć dowody
+uzyskane podczas reakcji na incydent lub z żywych systemów. The
+Sleuth Kit ma otwarte źródła, co pozwala badającym zweryfikować
+działania narzędzia lub przystosować je do określonych potrzeb.
+
+Zalecane jest używanie tych narzędzi działających z linii poleceń wraz
+z przeglądarką Autopsy (<http://www.sleuthkit.org/autopsy/>), będącą
+graficznym interfejsem do narzędzi z The Sleuth Kit i automatyzującą
+wiele procedur oraz udostępniającą możliwości takie jak przeszukiwanie
+obrazów i sprawdzanie integralności obrazów za pomocą sum MD5.
+
+Podobnie jak przy dowolnym narzędziu badawczym wszelkie wyniki
+uzyskane przy użyciu tego zestawu powinny być odtworzone przy użyciu
+drugiego narzędzia dla zweryfikowania wiarygodności.
+
 %prep
 %setup -q
 
@@ -47,9 +67,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3,4}
 
 install bin/* $RPM_BUILD_ROOT%{_bindir}
@@ -58,7 +76,7 @@
 install man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
 install man/man4/* $RPM_BUILD_ROOT%{_mandir}/man4
 
-# we use the file tool from coreutils package
+# we use the system file tool
 
 rm $RPM_BUILD_ROOT%{_bindir}/file
 rm $RPM_BUILD_ROOT%{_mandir}/man1/file.1
@@ -69,14 +87,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc README.txt docs/* tct.docs/* licenses/* 
@@ -91,7 +101,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/07 21:56:20  qboosh
+- pl
+
 Revision 1.1  2006/10/30 15:14:20  mguevara
 - initial
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sleuthkit.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list