Author: glen Date: Sat Sep 16 11:28:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: pax-utils.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pax-utils.spec diff -u /dev/null SPECS/pax-utils.spec:1.1 --- /dev/null Sat Sep 16 13:28:07 2006 +++ SPECS/pax-utils.spec Sat Sep 16 13:28:02 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: pax-utils +Name: pax-utils +Version: 0.1.13 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://dev.gentoo.org/~solar/pax/%{name}-%{version}.tar.bz2 +# Source0-md5: 5f09df47a16e83462384b44b75310539 +URL: http://www.gentoo.org/proj/en/hardened/pax-utils.xml +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Various ELF related utils for ELF32, ELF64 binaries useful tools that +can check files for security relevant properties. + +%prep +%setup -q + +%build +%{__make} %{?debug:debug} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" \ + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}/{BUGS,README,TODO} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc BUGS README TODO +%attr(755,root,root) %{_bindir}/dumpelf +%attr(755,root,root) %{_bindir}/pspax +%attr(755,root,root) %{_bindir}/scanelf +%{_mandir}/man1/dumpelf.1* +%{_mandir}/man1/pspax.1* +%{_mandir}/man1/scanelf.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/16 11:28:02 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
