[tcpxtract] Use newer autoconf in order to support ARM64

wolfy wolfy at fedoraproject.org
Sat Mar 23 19:12:02 UTC 2013


commit 6886757054aff46a84ec0cc5b4fc0231b70e5b5c
Author: Manuel Wolfshant <wolfy at fedoraproject.org>
Date:   Sat Mar 23 21:11:56 2013 +0200

    Use newer autoconf in order to support ARM64
    
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

 tcpxtract.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/tcpxtract.spec b/tcpxtract.spec
index 35b9752..4b2ffb3 100644
--- a/tcpxtract.spec
+++ b/tcpxtract.spec
@@ -22,6 +22,9 @@ BuildRequires:  flex-static
 %else
 BuildRequires:  flex
 %endif
+%if "0%{?dist}" >= "0.fc19"
+BuildRequires:  autoconf perl-Carp
+%endif
 
 
 %description
@@ -46,6 +49,10 @@ tcpxtract features the following:
 %{__sed} -i.path -e '/DEFAULT_CONFIG_FILE/s#/usr/local/etc#%{_sysconfdir}#' tcpxtract.c
 
 %build
+%if "0%{?dist}" >= "0.fc19"
+autoconf
+%endif
+
 %configure
 make %{?_smp_mflags}
 
@@ -67,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 23 2013 manuel "lonely wolf" wolfshant <wolfy[AT]fedoraproject.org> - 1.0.1-16
+- Use newer autoconf in order to support ARM64
+ 
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list