]> git.pld-linux.org Git - packages/amap.git/blame - amap.spec
- converted to UTF-8
[packages/amap.git] / amap.spec
CommitLineData
afc46b07 1Summary: Amap - a next-generation scanning tool
8dfba50f 2Summary(pl.UTF-8): Amap - skaner "następnej generacji"
7f28940c 3Name: amap
4a83fcf4 4Version: 5.2
5ebf6c80 5Release: 1
7f28940c 6License: GPL
7Group: Networking
4a83fcf4 8Source0: http://thc.segfault.net/releases/%{name}-%{version}.tar.gz
9# Source0-md5: e3b1f5ebd24aac03aacb38ec183eb426
7f28940c 10Patch0: %{name}-destdir.patch
11Patch1: %{name}-path.patch
4a83fcf4 12URL: http://thc.segfault.net/thc-amap/
7a7666d2 13BuildRequires: pcre-devel
7f28940c 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Amap is a next-generation scanning tool, which identifies applications
18and services even if they are not listening on the default port by
19creating a bogus-communication and analyzing the responses.
20
8dfba50f
JR
21%description -l pl.UTF-8
22Amap jest skanerem "następnej generacji", który identyfikuje aplikacje
23i usługi nawet gdy nie nasłuchują na domyślnych portach poprzez
7f28940c 24tworzenie pseudo komunikacji i analizie odpowiedzi.
25
26%prep
27%setup -q
28%patch0 -p1
29%patch1 -p1
30
31%build
4a83fcf4 32./configure \
33 --prefix=%{_prefix}
7f28940c 34%{__make} strip
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT \
4a83fcf4 41 DATADIR=%{_datadir}/%{name} \
7f28940c 42 PREFIX=%{_prefix} \
43 MANDIR=%{_mandir}/man1
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc CHANGES README TODO
51%attr(755,root,root) %{_bindir}/*
afc46b07 52%{_mandir}/man1/amap.1*
7f28940c 53%{_datadir}/%{name}
This page took 0.393607 seconds and 4 git commands to generate.