]> git.pld-linux.org Git - packages/chpax.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Nov 2001 01:21:40 +0000 (01:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chpax.spec -> 1.1

chpax.spec [new file with mode: 0644]

diff --git a/chpax.spec b/chpax.spec
new file mode 100644 (file)
index 0000000..5b360c9
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Manage PaX flags for ELF and a.out binaries
+Summary(pl):   Zarz±dca znaczników PaX dla binarek ELF oraz a.out
+Name:          chpax
+Version:       0.20011122
+Release:       1
+License:       public domain
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+Source0:       http://pageexec.virtualave.net/%{name}.c
+URL:           http://pageexec.virtualave.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sbindir        /sbin
+
+%description
+This program manages various PaX related flags for ELF and a.out
+binaries. The flags only have effect when running the patched Linux
+kernel.
+
+%description -l pl
+Program zarz±dzaj±cy flagami zwi±zanymi z PaX w binarkach ELF oraz
+a.out. Znaczniki te s± brane pod uwagê tylko w momencie u¿ywania
+odpowiednio za³atanego j±dra systemu.
+
+%prep
+%setup -q -T -c
+install %{SOURCE0} .
+
+%build
+%{__cc} %{rpmcflags} %{rpmldflags} -o chpax chpax.c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__install} -d $RPM_BUILD_ROOT%{_sbindir}
+
+install chpax $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
This page took 0.0884239999999999 seconds and 4 git commands to generate.