SPECS: autopsy.spec - pl desc - R s/libmagic/file/

qboosh qboosh at pld-linux.org
Sat Nov 4 12:01:07 CET 2006


Author: qboosh                       Date: Sat Nov  4 11:01:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc
- R s/libmagic/file/

---- Files affected:
SPECS:
   autopsy.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/autopsy.spec
diff -u SPECS/autopsy.spec:1.5 SPECS/autopsy.spec:1.6
--- SPECS/autopsy.spec:1.5	Mon Oct 30 23:41:12 2006
+++ SPECS/autopsy.spec	Sat Nov  4 12:01:00 2006
@@ -2,10 +2,9 @@
 # TODO
 #	- %%service stuff
 #	- add user autopsy with proper homedir rights
-#	- pl desc
 %include	/usr/lib/rpm/macros.perl
-Summary:	The Autopsy Forensic Browser is a graphical interface to The Sleuth Kit utilities
-Summary(pl):	Autopsy Forensic Browser jest graficznym interfejsem do narzędzi z The Sleuth Kit
+Summary:	The Autopsy Forensic Browser - a graphical interface to The Sleuth Kit utilities
+Summary(pl):	Autopsy Forensic Browser - graficzny interfejs do narzędzi z The Sleuth Kit
 Name:		autopsy
 Version:	2.08
 Release:	0.3
@@ -16,10 +15,13 @@
 URL:		http://www.sleuthkit.org/autopsy
 BuildRequires:	rpm-perlprov >= 4.1-13
 Requires:	coreutils
-Requires:	libmagic
+Requires:	file
+# check: openssl contains only shared lib and I don't see any native code here
+# shouldn't it be openssl-tools or some openssl-based perl module?
 Requires:	openssl
 Requires:	perl-Date-Manip
 Requires:	sleuthkit
+# noarch?
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,6 +34,16 @@
 for specific types of evidence based on keywords, MAC times, hash
 values, and file types.
 
+%description -l pl
+Autopsy Forensic Browser to graficzny interfejs do narzędzi z pakietu
+The Sleuth Kit (TSK). TSK to zbiór programów działających z linii
+poleceń pozwalających zbadać system Windows lub uniksowy poprzez
+sprawdzanie zawartości twardego dysku. TSK i Autopsy pokazują pliki,
+jednostki danych i metadane obrazów systemów plików NTFS, FAT, EXTxFS
+i UFS w środowisku tylko do odczytu. Autopsy pozwala wyszukiwać
+określone rodzaje dowodów w oparciu o słowa kluczowe, czasy MAC,
+wartości haszy i rodzaje plików.
+
 %prep
 %setup -q
 
@@ -71,13 +83,12 @@
 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}/man1
 install -d $RPM_BUILD_ROOT/home/services/autopsy
 install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Autopsy/{lib,pict}
 
 install autopsy $RPM_BUILD_ROOT%{_bindir}
-install conf.pl $RPM_BUILD_ROOT%{perl_vendorlib}/Autopsy/
+install conf.pl $RPM_BUILD_ROOT%{perl_vendorlib}/Autopsy
 install lib/* $RPM_BUILD_ROOT%{perl_vendorlib}/Autopsy/lib
 install pict/* $RPM_BUILD_ROOT%{perl_vendorlib}/Autopsy/pict
 
@@ -103,6 +114,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/04 11:01:00  qboosh
+- pl desc
+- R s/libmagic/file/
+
 Revision 1.5  2006/10/30 22:41:12  glen
 - missing dirs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/autopsy.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list