[shntool] run autoreconf during setup for aarch64 support

Felix Kaechele heffer at fedoraproject.org
Sun Sep 1 21:43:36 UTC 2013


commit 8e45f7002c4616b48d82cc8f7dcd0ec751d84c46
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sun Sep 1 23:43:14 2013 +0200

    run autoreconf during setup for aarch64 support

 shntool.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/shntool.spec b/shntool.spec
index 959b94a..1e4ffa4 100644
--- a/shntool.spec
+++ b/shntool.spec
@@ -1,6 +1,6 @@
 Name:           shntool
 Version:        3.0.10
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A multi-purpose WAVE data processing and reporting utility
 
 Group:          Applications/Multimedia
@@ -9,6 +9,8 @@ URL:            http://etree.org/shnutils/shntool
 Source0:        http://etree.org/shnutils/shntool/dist/src/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  autoconf automake
+
 %description
 A multi-purpose WAVE data processing and reporting utility. File
 formats are abstracted from its core, so it can process any file that contains
@@ -17,7 +19,7 @@ that particular file type.
 
 %prep
 %setup -q
-
+autoreconf -f -i
 
 %build
 %configure
@@ -42,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 01 2013 Felix Kaechele <heffer at fedoraproject.org> - 3.0.10-8
+- run autoreconf during setup for aarch64 support
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.10-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list