rpms/examiner/devel examiner.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Wed Dec 10 16:06:48 UTC 2008


Author: rakesh

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

Modified Files:
	.cvsignore sources 
Added Files:
	examiner.spec import.log 
Log Message:
initial import



--- NEW FILE examiner.spec ---
Name:           examiner
Version:        0.5
Release:        2%{?dist}
Summary:        Utility to disassemble and comment foreign executable binaries 

Group:          Development/Tools
License:        GPLv2
URL:            http://www.academicunderground.org/%{name}/
Source0:        http://www.academicunderground.org/examiner/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl

%description
The Examiner is an application that utilizes the objdump command to
disassemble and comment foreign executable binaries. This app was
designed to analyze static compiled binaries but works ok with
others. The intention is for forensic research but could also be used
in general reverse engineering.
           This program can only handle basic dissassembly. If the
binary has been modified to resist debugging then the Examinier
probably will not be able to analyze the code. Also the Examiner will
not analyze live running code.

%prep
%setup -q -n %{name}-%{version}

%build
# empty build
chmod 644 utils/*

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/

sed -i -e 's at cp @cp -p @' Makefile  # Save timestamp

make install BIN=$RPM_BUILD_ROOT/%{_bindir}/ \
 MAN=$RPM_BUILD_ROOT/%{_mandir}/man1/ \
 SHARE=${RPM_BUILD_ROOT}/%{_datadir}/%{name} \
 DOC=${RPM_BUILD_ROOT}/%{_datadir}/doc/%{name}-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{_datadir}/doc/%{name}-%{version}/
%{_datadir}/doc/%{name}-%{version}/*
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%dir %{_datadir}/%{name}/os
%{_datadir}/%{name}/os/*

%changelog
* Sat Nov 08 2008 Rakesh Pandit <rakesh at fedorapeople.org> 0.5-2
- Cleaned up sed mess.

* Tue Nov 04 2008 Rakesh Pandit <rakesh at fedorapeople.org> 0.5-1
- Initial package


--- NEW FILE import.log ---
examiner-0_5-2_fc9:HEAD:examiner-0.5-2.fc9.src.rpm:1228881614


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/examiner/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Dec 2008 04:06:53 -0000	1.1
+++ .cvsignore	10 Dec 2008 16:06:18 -0000	1.2
@@ -0,0 +1 @@
+examiner-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/examiner/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Dec 2008 04:06:53 -0000	1.1
+++ sources	10 Dec 2008 16:06:18 -0000	1.2
@@ -0,0 +1 @@
+b4c93a092c95ce9cc4e6012130ddc456  examiner-0.5.tar.gz




More information about the fedora-extras-commits mailing list