diff --git a/.cvsignore b/.cvsignore index e69de29..5d782c3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pax-utils-0.1.17.tar.bz2 diff --git a/pax-utils.spec b/pax-utils.spec new file mode 100644 index 0000000..9417ab0 --- /dev/null +++ b/pax-utils.spec @@ -0,0 +1,42 @@ +Summary: PaX aware and related utilities for ELF binaries +Name: pax-utils +Version: 0.1.17 +Release: 1%{?dist} +URL: http://hardened.gentoo.org/pax-utils.xml +Group: Development/Tools +Source: http://gentoo.mirror.pw.edu.pl/distfiles/%{name}-%{version}.tar.bz2 +License: GPLv2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +pax-utils is a small set of various PaX aware and related utilities for +ELF binaries. It was written for ELF Q/A on Gentoo systems but can be +used on any distro. + +%prep +%setup -q + +%build +%{__make} CFLAGS="%{optflags}" %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make CP="cp -p" STRIP="echo" S=1 DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc BUGS COPYING README TODO +%{_bindir}/dumpelf +%{_bindir}/lddtree.sh +%{_bindir}/pspax +%{_bindir}/scanelf +%{_mandir}/man1/dumpelf.1* +%{_mandir}/man1/pspax.1* +%{_mandir}/man1/scanelf.1* + +%changelog +* Thu Oct 30 2008 Dominik Mierzejewski 0.1.17-1 +- initial build diff --git a/sources b/sources index e69de29..71284e3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5553b42fae6d26e8f7543406efd05f24 pax-utils-0.1.17.tar.bz2