Browse Source

update to 5.21

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1182 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
360f104410
1 changed files with 16 additions and 2 deletions
  1. 16 2
      n/nmap/nmap-vl.spec

+ 16 - 2
n/nmap/nmap-vl.spec

@@ -3,7 +3,7 @@
 Summary: Network exploration tool and security scanner
 Summary(ja): 多機能なポートスキャナー
 Name: nmap
-Version: 4.76
+Version: 5.21
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -16,6 +16,8 @@ BuildRequires: libpcap-devel
 BuildRequires: pcre-devel 
 BuildRequires: python-devel
 BuildRequires: pygtk2-devel 
+BuildRequires: openssl-devel 
+BuildRequires: lua-devel 
 
 %description
 Nmap is a utility for network exploration or security auditing. It
@@ -83,17 +85,24 @@ popd
 #	%{SOURCE1};
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/zenmap-root.desktop
 
+%find_lang %{name} --with-man
+
 %clean
 rm -rf %{buildroot}
 
-%files 
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING COPYING.OpenSSL CHANGELOG
 %doc docs/README docs/nmap.usage.txt docs/nmap.dtd
 %{_bindir}/nmap
+%{_bindir}/ncat
+%{_bindir}/ndiff
 %{_datadir}/nmap
+%{_datadir}/ncat
 #%{_libexecdir}/nmap
 %{_mandir}/man1/nmap.1*
+%{_mandir}/man1/ncat.1*
+%{_mandir}/man1/ndiff.1*
 
 %files frontend
 %defattr(-,root,root)
@@ -110,6 +119,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/xnmap.1*
 
 %changelog
+* Fri Jun 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.21-1
+- new upstream release
+- add BuildRequires: openssl-devel, lua-devel
+- fix %files to add ncat and ndiff
+
 * Fri Apr 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.76-1
 - new upstream release
 - spec in UTF-8