1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 13:49:03 +00:00

Give PYTHON as an argument to configure and not to both invocations of make in

zenmap.spec.in.
This commit is contained in:
david
2007-11-11 18:49:43 +00:00
parent e4c2889ead
commit fce25930e5

View File

@@ -35,15 +35,13 @@ from Umit, an Nmap GUI created as part of the Google Summer of Code.
%prep
%setup -q -n nmap-%{version}
%define makeflags %{?__python:PYTHON="%{__python}"}
%build
%configure --without-openssl
make %{makeflags} build-zenmap
%configure --without-openssl PYTHON="%{__python}"
make build-zenmap
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make %{makeflags} install-zenmap DESTDIR=$RPM_BUILD_ROOT
make install-zenmap DESTDIR=$RPM_BUILD_ROOT
# Don't package the uninstaller with the RPM.
rm -f $RPM_BUILD_ROOT%{_bindir}/uninstall_zenmap
gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :