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