[nbtscan] BZ926202 -- support aarch64

Adam Miller maxamillion at fedoraproject.org
Thu May 2 22:44:38 UTC 2013


commit 4ab8b2d1f84e806eb0519840942019c5b2f92740
Author: Adam Miller <admiller at redhat.com>
Date:   Thu May 2 17:44:29 2013 -0500

    BZ926202 -- support aarch64

 nbtscan.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/nbtscan.spec b/nbtscan.spec
index c5aa91c..dc0c848 100644
--- a/nbtscan.spec
+++ b/nbtscan.spec
@@ -1,6 +1,6 @@
 Name:           nbtscan
 Version:        1.5.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Tool to gather NetBIOS info from Windows networks
 
 Group:          Applications/Internet
@@ -11,6 +11,8 @@ Source0:        http://www.inetcat.net/software/%{name}-%{version}.tar.gz
 Patch0:         nbtscan-1.5.1-makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  ncurses-devel, m4, readline-devel, autoconf, automake
+
 %description
 NBTscan is a program for scanning IP networks for NetBIOS name information.
 It sends a NetBIOS status query to each address in supplied range and lists
@@ -22,11 +24,13 @@ received information in human readable form.
 
 %build
 %configure
+
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
+autoreconf -vif #BZ926202 - support aarch64
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
@@ -41,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 02 2013 Adam Miller <maxamillion at fedoraproject.org> - 1.5.1-10
+- BZ926202 - support aarch64
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list