SPECS: mac-robber.spec - pl desc

qboosh qboosh at pld-linux.org
Sun Nov 5 12:20:19 CET 2006


Author: qboosh                       Date: Sun Nov  5 11:20:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc

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

---- Diffs:

================================================================
Index: SPECS/mac-robber.spec
diff -u SPECS/mac-robber.spec:1.1 SPECS/mac-robber.spec:1.2
--- SPECS/mac-robber.spec:1.1	Tue Oct 31 00:28:30 2006
+++ SPECS/mac-robber.spec	Sun Nov  5 12:20:14 2006
@@ -1,18 +1,18 @@
 # $Revision$, $Date$
 #
-# TODO	- pl desc
-#	- make not simple
+# TODO	- make not simple
+# noarch or optflags missing?
 #
-Summary:	mac-robber is a digital investigation tool that collects data from a mounted file system.
-Summary(pl):	mac-robber jest narzędziem zbierającym dane z zamontowanego systemu plików.
+Summary:	mac-robber - digital investigation tool collecting data from a mounted file system
+Summary(pl):	mac-robber - narzędzie zbierające dane z zamontowanego systemu plików
 Name:		mac-robber
 Version:	1.00
 Release:	0.1
 License:	GPL
 Group:		Applications
-Source0:	http://puzzle.dl.sourceforge.net/sourceforge/mac-robber/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/mac-robber/%{name}-%{version}.tar.gz
 # Source0-md5:	902afd8e6121e153bbc8cb93013667fd
-URL:		http://www.sleuthkit.org/mac-robber
+URL:		http://www.sleuthkit.org/mac-robber/
 Requires:	sleuthkit
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,6 +31,23 @@
 mac-robber is useful when dealing with a file system that is not 
 supported by The Sleuth Kit or other file system analysis tools.
 
+%description -l pl
+mac-robber to narzędzie do analizy i reagowania na zdarzenia służące
+do zbierania czasów modyfikacji, dostępu i zmiany (MAC - Modified,
+Access, Change) z przydzielonych plików. Rekurencyjnie odczytuje czasy
+MAC z plików oraz katalogów i wypisuje je na standardowe wyjście w
+formacie czytelnym dla maszyny. Format ten jest taki sam, jak
+narzędzia mactool z pakietu The Sleuth Kit.
+
+Należy zauważyć, że to narzędzie nie pokaże plików usuniętych,
+nieprzydzielonych czy ukrytych przez rootkity. Aby uzyskać informacje
+o tych rodzajach plików, należy użyć specjalizowanych narzędzi z
+pakietu The Sleuth Kit.
+
+mac-robber jest przydatny w przypadku systemów plików nie
+obsługiwanych przez The Sleuth Kit czy inne narzędzia do analizy
+systemów plików.
+
 %prep
 %setup -q
 
@@ -39,21 +56,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install mac-robber $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-
-%post
-
-%preun
-
-%postun
-
 %files
 %defattr(644,root,root,755)
 %doc README
@@ -65,6 +74,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/05 11:20:14  qboosh
+- pl desc
+
 Revision 1.1  2006/10/30 23:28:30  mguevara
 - initial spec
-
================================================================

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



More information about the pld-cvs-commit mailing list