elfcmp/elfcmp.spec

Name: elfcmp
Summary: ELF binary-to-process comparison tool
Version: 1.0.0
Release: 0.2
License: GPL
Group: System Environment/Base
URL: http://www.hick.org/code/skape/elfcmp/
Description: ELF binary-to-process comparison tool.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: ELF binary-to-process comparison tool
Name: elfcmp
Version: 1.0.0
Release: 0.2%{?dist}
License: GPL
Group: System Environment/Base
URL: http://www.hick.org/code/skape/elfcmp/

Source: http://www.hick.org/code/skape/elfcmp/elfcmp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
ELF binary-to-process comparison tool.

%prep
%setup

%{__perl} -pi.orig -e '
		s|/usr/bin$|\$(bindir)|g;
	' Makefile

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_bindir}
%makeinstall

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%{_bindir}/*

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.0.0-0.2
- Rebuild for Fedora Core 5.

* Thu Oct 23 2003 Dag Wieers <dag@wieers.com> - 1.0.0-0
- Initial package. (using DAR)