From 4ab8b2d1f84e806eb0519840942019c5b2f92740 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: May 02 2013 22:44:29 +0000 Subject: BZ926202 -- support aarch64 --- 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 - 1.5.1-10 +- BZ926202 - support aarch64 + * Thu Feb 14 2013 Fedora Release Engineering - 1.5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild