rpms/sleuthkit/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 sleuthkit.spec, 1.1, 1.2 sources, 1.2, 1.3 sleuthkit-2.51-system_perl.patch, 1.1, NONE sleuthkit-2.52-pkgconfig.patch, 1.1, NONE sleuthkit-2.52-remove_rpath.patch, 1.1, NONE

Chauvet Nicolas kwizart at fedoraproject.org
Fri Oct 3 09:04:56 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/sleuthkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31109/devel

Modified Files:
	.cvsignore import.log sleuthkit.spec sources 
Removed Files:
	sleuthkit-2.51-system_perl.patch 
	sleuthkit-2.52-pkgconfig.patch 
	sleuthkit-2.52-remove_rpath.patch 
Log Message:
-Update to 3.0.0b4



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sleuthkit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Jul 2008 23:52:04 -0000	1.2
+++ .cvsignore	3 Oct 2008 09:04:26 -0000	1.3
@@ -1 +1 @@
-sleuthkit-2.52.tar.gz
+sleuthkit-3.0.0b4.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/sleuthkit/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	4 Jul 2008 23:52:04 -0000	1.1
+++ import.log	3 Oct 2008 09:04:26 -0000	1.2
@@ -1 +1,2 @@
 sleuthkit-2_52-1_fc8_kwizart:HEAD:sleuthkit-2.52-1.fc8.kwizart.src.rpm:1215214695
+sleuthkit-3_0_0-0_1_b4_fc8_kwizart:HEAD:sleuthkit-3.0.0-0.1.b4.fc8.kwizart.src.rpm:1223024551


Index: sleuthkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sleuthkit/devel/sleuthkit.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sleuthkit.spec	4 Jul 2008 23:52:04 -0000	1.1
+++ sleuthkit.spec	3 Oct 2008 09:04:26 -0000	1.2
@@ -1,20 +1,17 @@
 # Could be part of http://fedoraproject.org/wiki/LukeMacken/SecurityLiveCD
 
 Name:           sleuthkit
-Version:        2.52
-Release:        1%{?dist}
+Version:        3.0.0
+Release:        0.1.b4%{?dist}
 Summary:        The Sleuth Kit (TSK)
 
 Group:          Applications/System
 License:        CPL and IBM and GPLv2+
 URL:            http://www.sleuthkit.org
-Source0:        http://downloads.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
-Patch0:         sleuthkit-2.52-remove_rpath.patch
-Patch2:         sleuthkit-2.51-system_perl.patch
-Patch3:         sleuthkit-2.52-pkgconfig.patch
+Source0:        http://downloads.sourceforge.net/sleuthkit/sleuthkit-%{version}b4.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libtool
+#BuildRequires:  libtool
 
 # afflib - BSD with advertising, GPL incompatible
 BuildRequires:  afflib-devel
@@ -52,25 +49,28 @@
 
 
 %prep
-%setup -q
-%patch0 -p1 -b .rpath
-%patch2 -p1 -b .system_perl
-%patch3 -p1 -b .pkgconfig
+%setup -q -n %{name}-%{version}b4
 
 
 # re-run autotools
+%if 0
 libtoolize  --force
 aclocal
 autoheader
 autoconf
 automake
+%endif
 
 
 %build
 %configure --disable-static
 
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 # clean unused-direct-shlib-dependencies
-sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+#sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 
 make %{?_smp_mflags}
 
@@ -97,12 +97,12 @@
 %doc CHANGES.txt README.txt TODO.txt licenses/*
 %doc docs/nsrl.txt docs/other.txt docs/skins*.txt docs/ref*.txt
 # License is CPL 1.0 exept for some files.
-%{_bindir}/dcalc
-%{_bindir}/dcat
+%{_bindir}/blkcalc
+%{_bindir}/blkcat
+%{_bindir}/blkls
+%{_bindir}/blkstat
 %{_bindir}/disk_sreset
 %{_bindir}/disk_stat
-%{_bindir}/dls
-%{_bindir}/dstat
 %{_bindir}/ffind
 %{_bindir}/fls
 %{_bindir}/fsstat
@@ -119,6 +119,7 @@
 # But the license remains CPL in the source.
 %{_bindir}/mactime
 ##
+%{_bindir}/mmcat
 %{_bindir}/mmls
 %{_bindir}/mmstat
 %{_bindir}/sigfind
@@ -126,12 +127,12 @@
 ## This file is GPLv2+
 %{_bindir}/srch_strings
 #
-%{_mandir}/man1/dcalc.1*
-%{_mandir}/man1/dcat.1*
+%{_mandir}/man1/blkcalc.1*
+%{_mandir}/man1/blkcat.1*
+%{_mandir}/man1/blkls.1*
+%{_mandir}/man1/blkstat.1*
 %{_mandir}/man1/disk_sreset.1*
 %{_mandir}/man1/disk_stat.1*
-%{_mandir}/man1/dls.1*
-%{_mandir}/man1/dstat.1*
 %{_mandir}/man1/ffind.1*
 %{_mandir}/man1/fls.1*
 %{_mandir}/man1/fsstat.1*
@@ -145,12 +146,13 @@
 %{_mandir}/man1/jcat.1*
 %{_mandir}/man1/jls.1*
 %{_mandir}/man1/mactime.1*
+%{_mandir}/man1/mmcat.1*
 %{_mandir}/man1/mmls.1*
 %{_mandir}/man1/mmstat.1*
 %{_mandir}/man1/sigfind.1*
 %{_mandir}/man1/sorter.1*
-%dir %{_datadir}/tsk
-%{_datadir}/tsk/sorter/
+%dir %{_datadir}/tsk3
+%{_datadir}/tsk3/sorter/
 
 %files libs
 %defattr(-,root,root,-)
@@ -161,10 +163,13 @@
 %defattr(-,root,root,-)
 %doc docs/library-api.txt
 # CPL and IBM
-%{_includedir}/tsk/
+%{_includedir}/tsk3/
 %{_libdir}/*.so
 
 %changelog
+* Fri Oct  3 2008 kwizart < kwizart at gmail.com > - 3.0.0-0.1.b4
+- Update to 3.0.0b4
+
 * Tue Jun 17 2008 kwizart < kwizart at gmail.com > - 2.52-1
 - Update to 2.52
 - Remove merged patches


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sleuthkit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Jul 2008 23:52:04 -0000	1.2
+++ sources	3 Oct 2008 09:04:26 -0000	1.3
@@ -1 +1 @@
-3f93bc77901ef40b8b3f2a7e482214a5  sleuthkit-2.52.tar.gz
+a80eb50203640cee4bf3c0fe69057970  sleuthkit-3.0.0b4.tar.gz


--- sleuthkit-2.51-system_perl.patch DELETED ---


--- sleuthkit-2.52-pkgconfig.patch DELETED ---


--- sleuthkit-2.52-remove_rpath.patch DELETED ---




More information about the scm-commits mailing list