packages: sleuthkit/sleuthkit.spec - 3.0.1-1

mguevara mguevara at pld-linux.org
Tue Jun 30 23:25:44 CEST 2009


Author: mguevara                     Date: Tue Jun 30 21:25:44 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 3.0.1-1

---- Files affected:
packages/sleuthkit:
   sleuthkit.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/sleuthkit/sleuthkit.spec
diff -u packages/sleuthkit/sleuthkit.spec:1.7 packages/sleuthkit/sleuthkit.spec:1.8
--- packages/sleuthkit/sleuthkit.spec:1.7	Thu Oct 23 15:29:42 2008
+++ packages/sleuthkit/sleuthkit.spec	Tue Jun 30 23:25:38 2009
@@ -2,17 +2,16 @@
 #
 # TODO	- autopsy compliance
 #	- noarch or optflags?
-#	- up to 3.0
 #
 Summary:	The Sleuth Kit - an forensic toolkit for analyzing file systems and disks
 Summary(pl.UTF-8):	The Sleuth Kit - zestaw narzędzi wspomagających analizę systemów plików
 Name:		sleuthkit
-Version:	2.09
-Release:	2
+Version:	3.0.1
+Release:	1
 License:	IBM Public License/Common Public License
 Group:		Applications
 Source0:	http://dl.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
-# Source0-md5:	7a7b50e089c1807956146a50621b7441
+# Source0-md5:	55956dd3bbfa6c9e2ebcc685c2a9569d
 URL:		http://www.sleuthkit.org/sleuthkit/
 BuildRequires:	openssl-devel
 BuildRequires:	perl-base
@@ -23,9 +22,6 @@
 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
@@ -66,39 +62,48 @@
 %setup -q
 
 %build
+
+%configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3,4}
-
-install bin/* $RPM_BUILD_ROOT%{_bindir}
-
-mv man/man3/libmagic.3 man/man3/tsk_libmagic.3
 
-install man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
-install man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
-install man/man4/* $RPM_BUILD_ROOT%{_mandir}/man4
-
-# we use the system file tool
-
-rm $RPM_BUILD_ROOT%{_bindir}/file
-rm $RPM_BUILD_ROOT%{_mandir}/man1/file.1
-
-# for Date-Manip stuff look for the perl-Date-Manip package
-# for libmagic stuff look for libmagic-{,devel} package
+%{__make} install \
+     DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt docs/* tct.docs/* licenses/* 
+%doc README.txt CHANGES.txt docs/* licenses/* 
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-%{_mandir}/man3/*
-%{_mandir}/man4/*
+%{_libdir}/libtsk3.*
+
+%dir %{_includedir}/tsk3
+%dir %{_includedir}/tsk3/base
+%dir %{_includedir}/tsk3/fs
+%dir %{_includedir}/tsk3/hashdb
+%dir %{_includedir}/tsk3/img
+%dir %{_includedir}/tsk3/vs
+%{_includedir}/tsk3/*.h
+%{_includedir}/tsk3/base/*.h
+%{_includedir}/tsk3/fs/*.h
+%{_includedir}/tsk3/hashdb/*.h
+%{_includedir}/tsk3/img/*.h
+%{_includedir}/tsk3/vs/*.h
+
+%dir %{_datadir}/tsk3
+%{_datadir}/tsk3/sorter/default.sort
+%{_datadir}/tsk3/sorter/freebsd.sort
+%{_datadir}/tsk3/sorter/images.sort
+%{_datadir}/tsk3/sorter/linux.sort
+%{_datadir}/tsk3/sorter/openbsd.sort
+%{_datadir}/tsk3/sorter/solaris.sort
+%{_datadir}/tsk3/sorter/windows.sort
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -106,6 +111,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/06/30 21:25:38  mguevara
+- 3.0.1-1
+
 Revision 1.7  2008/10/23 13:29:42  mguevara
 - 2.09-2; renamed libmagic man page to tsk_libmagic to prevent conflicts
   with libmagic-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sleuthkit/sleuthkit.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list