rpms/pax-utils/EL-5 pax-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski rathann at fedoraproject.org
Sun Jan 25 14:45:45 UTC 2009


Author: rathann

Update of /cvs/pkgs/rpms/pax-utils/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6194

Modified Files:
	.cvsignore sources 
Added Files:
	pax-utils.spec 
Log Message:
initial EL-5 import


--- NEW FILE pax-utils.spec ---
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 <rpm at greysector.net> 0.1.17-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pax-utils/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jan 2009 01:58:14 -0000	1.1
+++ .cvsignore	25 Jan 2009 14:45:14 -0000	1.2
@@ -0,0 +1 @@
+pax-utils-0.1.17.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pax-utils/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jan 2009 01:58:14 -0000	1.1
+++ sources	25 Jan 2009 14:45:14 -0000	1.2
@@ -0,0 +1 @@
+5553b42fae6d26e8f7543406efd05f24  pax-utils-0.1.17.tar.bz2




More information about the fedora-extras-commits mailing list