From 12f26d32b4a8d1694c0158f52eabddf5398a5c82 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Jan 2012 00:14:01 +0000 Subject: [PATCH] Include nmap-update in the RPM spec. --- nmap.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nmap.spec.in b/nmap.spec.in index a4ee25cb3..caf099dcc 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -24,7 +24,7 @@ Source0: http://nmap.org/dist/%{name}-%{version}.tgz URL: http://nmap.org # For Ndiff. -Requires: python >= 2.4 +Requires: python >= 2.4, subversion-devel # RPM can't be relocatable until I stop storing path info in the binary. # Prefix: %{_prefix} @@ -60,7 +60,7 @@ CXXFLAGS="-I/usr/lib/%{_target_cpu}-redhat-linux4E/include -B/usr/lib/%{_target_ # /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `__stack_chk_fail@GLIBC_2.4' # LDFLAGS="-B/usr/lib/%{_target_cpu}-redhat-linux4E/lib/ $LDFLAGS"; export LDFLAGS -%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included +%configure --with-openssl=%{openssl} --without-zenmap --with-ndiff --with-nmap-update --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %if "%{buildncat}" == "0" %configure --without-ncat %endif @@ -91,6 +91,7 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || : %doc %{_prefix}/share/man/*/man1/nmap.1.gz %{_bindir}/nmap %{_datadir}/nmap +%{_bindir}/nmap-update %{_bindir}/ndiff %doc %{_prefix}/share/man/man1/ndiff.1.gz