]> git.pld-linux.org Git - packages/bfbtester.git/blob - bfbtester.spec
- initial release
[packages/bfbtester.git] / bfbtester.spec
1 Summary:        Brute Force Binary Tester
2 Summary(pl):    "Brutalny" tester plików binarnych
3 Name:           bfbtester
4 Version:        2.0.1
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Debuggers
8 Source0:        http://telia.dl.sourceforge.net/sourceforge/bfbtester/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 URL:            http://bfbtester.sourceforge.net/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 BFBTester is good for doing quick, proactive security checks of binary
16 programs. BFBTester will perform checks of single and multiple
17 argument command line overflows and environment variable overflows. It
18 can also watch for tempfile creation activity to alert the user of any
19 programs using unsafe tempfile names.
20
21 %description -l pl
22
23 %prep
24 %setup -q
25
26 %build
27 rm -f missing
28 aclocal
29 %{__autoconf}
30 %{__automake}
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} DESTDIR=$RPM_BUILD_ROOT install
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog README
46 %attr(755,root,root) %{_bindir}/*
This page took 0.070668 seconds and 3 git commands to generate.