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