1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 08:31:32 +00:00

Use an explicit --with-zenmap in zenmap.spec.in.

This commit is contained in:
david
2007-11-22 08:38:41 +00:00
parent 1f1e8bcb1d
commit a8e9dbf814

View File

@@ -43,7 +43,7 @@ from Umit, an Nmap GUI created as part of the Google Summer of Code.
%setup -q -n nmap-%{version} %setup -q -n nmap-%{version}
%build %build
%configure --without-openssl PYTHON="%{__python}" %configure --without-openssl --with-zenmap PYTHON="%{__python}"
make build-zenmap DESTDIR=$RPM_BUILD_ROOT make build-zenmap DESTDIR=$RPM_BUILD_ROOT
%install %install
@@ -69,5 +69,8 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
%changelog %changelog
* Thu Nov 22 2007 David Fifield (david(a)bamsoftware.com)
- Use an explicit --with-zenmap.
* Thu Nov 08 2007 David Fifield (david(a)bamsoftware.com) * Thu Nov 08 2007 David Fifield (david(a)bamsoftware.com)
- Split the zenmap subpackage into its own spec file. - Split the zenmap subpackage into its own spec file.