bundled lua no longer required
This commit is contained in:
parent
093299972f
commit
4ae8c473f1
12
nmap.spec
12
nmap.spec
@ -4,7 +4,7 @@ Name: nmap
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 6.25
|
Version: 6.25
|
||||||
#global prerelease TEST5
|
#global prerelease TEST5
|
||||||
Release: 6.20130624svn%{?dist}
|
Release: 7%{?dist}
|
||||||
# nmap is GPLv2
|
# nmap is GPLv2
|
||||||
# zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
|
# zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
|
||||||
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
|
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
|
||||||
@ -41,9 +41,6 @@ BuildRequires: openssl-devel, gtk2-devel, lua-devel, libpcap-devel, pcre-devel
|
|||||||
BuildRequires: desktop-file-utils, dos2unix
|
BuildRequires: desktop-file-utils, dos2unix
|
||||||
BuildRequires: libtool, automake, autoconf, gettext-devel
|
BuildRequires: libtool, automake, autoconf, gettext-devel
|
||||||
|
|
||||||
# exception granted in FPC ticket 255
|
|
||||||
Provides: bundled(lua) = 5.2
|
|
||||||
|
|
||||||
%define pixmap_srcdir zenmap/share/pixmaps
|
%define pixmap_srcdir zenmap/share/pixmaps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -101,9 +98,7 @@ autoreconf -I . -fiv --no-recursive
|
|||||||
cd nping; autoreconf -I .. -fiv --no-recursive; cd ..
|
cd nping; autoreconf -I .. -fiv --no-recursive; cd ..
|
||||||
|
|
||||||
#be sure we're not using tarballed copies of some libraries
|
#be sure we're not using tarballed copies of some libraries
|
||||||
#rm -rf liblua libpcap libpcre macosx mswin32
|
rm -rf liblua libpcap libpcre macosx mswin32
|
||||||
rm -rf libpcap libpcre macosx mswin32
|
|
||||||
|
|
||||||
|
|
||||||
#fix locale dir
|
#fix locale dir
|
||||||
mv zenmap/share/zenmap/locale zenmap/share
|
mv zenmap/share/zenmap/locale zenmap/share
|
||||||
@ -231,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/xnmap.1.gz
|
%{_mandir}/man1/xnmap.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-7
|
||||||
|
- bundled lua no longer required
|
||||||
|
|
||||||
* Mon Jun 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-6.20130624svn
|
* Mon Jun 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-6.20130624svn
|
||||||
- use svn snapshot that contains all necessary UDP patches
|
- use svn snapshot that contains all necessary UDP patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user