[spandsp] aarch64 support

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Mar 27 18:38:44 UTC 2013


commit 28e79e80aad054ea11d53670515afa343abdc3d7
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Mar 27 13:38:36 2013 -0500

    aarch64 support

 spandsp-0.0.6-brackets.patch    |   12 ------------
 spandsp-0.0.6-brackets_am.patch |   12 ------------
 spandsp.spec                    |   16 ++++++++--------
 3 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/spandsp.spec b/spandsp.spec
index 6de7176..5f351da 100644
--- a/spandsp.spec
+++ b/spandsp.spec
@@ -3,18 +3,16 @@
 Summary: A DSP library for telephony
 Name: spandsp
 Version: 0.0.6
-Release: 0.9%{?pre:.pre%{pre}}%{?dist}
+Release: 0.10%{?pre:.pre%{pre}}%{?dist}
 License: LGPLv2 and GPLv2
 Group: System Environment/Libraries
 URL: http://www.soft-switch.org/
 Source: http://www.soft-switch.org/downloads/spandsp/spandsp-%{version}%{?pre:pre%{pre}}.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## upstreamable patches
-# touch configure only
-Patch50: spandsp-0.0.6-brackets.patch
-# more upstreamable touching-configure.ac version
-Patch51: spandsp-0.0.6-brackets_am.patch
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
 
 BuildRequires: libtiff-devel%{?_isa}
 BuildRequires: libxml2-devel%{?_isa}
@@ -52,13 +50,12 @@ SpanDSP API documentation.
 %prep
 %setup -q
 
-%patch50 -p1 -b .brackets
-
 %{__sed} -i 's/\r//' ChangeLog
 %{__sed} -i 's/\r//' AUTHORS
 %{__sed} -i 's/\r//' DueDiligence
 
 %build
+autoreconf -f -v -i
 %configure --enable-doc --disable-static --disable-rpath
 make
 find doc/api -type f | xargs touch -r configure
@@ -96,6 +93,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Mar 27 2013 Jeffrey Ollie <jeff at ocjtech.us> - 0.0.6-0.10.pre21
+- Run autoreconf to pick up aarch64 support. #926560
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.6-0.9.pre21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list