]> git.pld-linux.org Git - packages/bed.git/blob - bed.spec
- missing dir
[packages/bed.git] / bed.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Bruteforce Exploit Detector
3 Summary(pl):    "Brutalny" wykrywacz exploitów
4 Name:           bed
5 Version:        0.42
6 Release:        1
7 License:        GPL v2
8 Group:          Networking/Utilities
9 Source0:        http://www.snake-basket.de/bed/%{name}-%{version}.tar.bz2
10 # Source0-md5:  b2903345f3db03f5a4ef580a3f829486
11 URL:            http://www.snake-basket.de/bed/
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This is a collection of scripts to automatically test implementations
17 of different protocols for buffer overflows and / or format string
18 vulnerabilities, by sending a lot of long strings to a server in a
19 boring, stupid way... :)
20
21 %description -l pl
22 Jest to kolekcja skryptów do automatycznego testowania implementacji
23 ró¿nych protoko³ów pod k±tem przepe³nienia buforów i/lub b³êdów typu
24 format string, poprzez wysy³anie ogromnej ilo¶ci d³ugich ci±gów znaków
25 w bardzo nudny, g³upi sposób... :)
26
27 %prep
28 %setup -q -n %{name}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{perl_vendorlib}/bedmod,%{_bindir}}
33
34 install bed.pl          $RPM_BUILD_ROOT%{_bindir}
35 install bedmod/*.pm     $RPM_BUILD_ROOT%{perl_vendorlib}/bedmod
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc docs/{CHANGES,FAQ,HOWTO,TODO,dummy.pm} README
43 %attr(755,root,root) %{_bindir}/*.pl
44 %dir %{perl_vendorlib}/bedmod
45 %attr(755,root,root) %{perl_vendorlib}/bedmod/*.pm
This page took 0.070287 seconds and 3 git commands to generate.