File pax-utils.spec of Package pax-utils
#
# spec file for package pax-utils (Version 0.1.16)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# icecream 0
Name: pax-utils
BuildRequires: libcap-devel
Url: http://www.gentoo.org/proj/en/hardened/pax-utils.xml
Summary: tools to check ELF files for security relevant properties
Version: 0.1.16
Release: 1
License: GPL v2 or later
Group: Productivity/Security
Source: http://dev.gentoo.org/~solar/pax/pax-utils-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
tools to check ELF files for security relevant properties such as
non-executable stack.
Authors:
--------
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
%prep
%setup
%build
make pspax CFLAGS="%{optflags} -g -D_GNU_SOURCE -DWANT_SYSCAP" LDFLAGS="-lcap"
make CFLAGS="%{optflags} -g -D_GNU_SOURCE"
%install
make DESTDIR="%{buildroot}" S=0 install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README TODO BUGS
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Tue Apr 01 2008 lnussel@suse.de
- new version 0.1.16
* mostly manpage and portability improvements
* Fri Jan 26 2007 lnussel@suse.de
- new version 0.1.15
* Support added for displaying em_machine via %%a format flag in scanelf
* Make scanelf_file_bind() not output anything if quiet mode and the ELF is
static or not setuid.
* pspax: new options -u and -g
* Tue Nov 14 2006 lnussel@suse.de
- new version 0.1.13
* supports scanning archives and searching for specific sections
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 09 2006 lnussel@suse.de
- new package pax-utils