]> git.pld-linux.org Git - packages/chpax.git/blob - chpax.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/chpax.git] / chpax.spec
1 Summary:        Manage PaX flags for ELF and a.out binaries
2 Summary(pl):    Zarz±dca znaczników PaX dla binarek ELF oraz a.out
3 Name:           chpax
4 Version:        0.20011122
5 Release:        1
6 License:        public domain
7 Group:          Applications/System
8 Source0:        http://pageexec.virtualave.net/%{name}.c
9 URL:            http://pageexec.virtualave.net/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         _sbindir        /sbin
13
14 %description
15 This program manages various PaX related flags for ELF and a.out
16 binaries. The flags only have effect when running the patched Linux
17 kernel.
18
19 %description -l pl
20 Program zarz±dzaj±cy flagami zwi±zanymi z PaX w binarkach ELF oraz
21 a.out. Znaczniki te s± brane pod uwagê tylko w momencie u¿ywania
22 odpowiednio za³atanego j±dra systemu.
23
24 %prep
25 %setup -q -T -c
26 install %{SOURCE0} .
27
28 %build
29 %{__cc} %{rpmcflags} %{rpmldflags} -o chpax chpax.c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__install} -d $RPM_BUILD_ROOT%{_sbindir}
34
35 install chpax $RPM_BUILD_ROOT%{_sbindir}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_sbindir}/*
This page took 0.073339 seconds and 3 git commands to generate.