[amora] Fix rhbz #924997 (now build on aarch64) and cleanup spec

Filipe Rosset filiperosset at fedoraproject.org
Sun Mar 9 23:27:34 UTC 2014


commit 4736120164ba936d78dfbccd9ef9a17398171e46
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Sun Mar 9 20:27:21 2014 -0300

    Fix rhbz #924997 (now build on aarch64) and cleanup spec

 amora.spec |   40 +++++++---------------------------------
 1 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/amora.spec b/amora.spec
index babbf9f..8e94aec 100644
--- a/amora.spec
+++ b/amora.spec
@@ -1,12 +1,13 @@
 Name:           amora
 Version:        1.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A mobile remote assistant
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://code.google.com/p/amora
 Source0:        http://amora.googlecode.com/files/amora-server-%{version}.tar.gz
+Patch0:         amora-aarch64.patch
 
 BuildRequires:  bluez-libs-devel
 BuildRequires:  dbus-devel
@@ -30,6 +31,8 @@ http://code.google.com/p/amora/
 
 %prep
 %setup -q -n amora-server-%{version}
+#patch to build on aarch64, upstream notified to use autoconf 2.69
+%patch0 -p 1
 
 
 %build
@@ -48,6 +51,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 %{_mandir}/man8/amorad.8.gz
 
 %changelog
+* Sun Mar 09 2014 Filipe Rosset <rosset.filipe at gmail.com> - 1.1-12
+- Fix rhbz #924997 (now build on aarch64) and cleanup spec
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -59,35 +65,3 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
 
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-
-* Fri Jan 23 2009 Allisson Azevedo <allisson at gmail.com> 1.1-3
-- Rebuild
-
-* Thu Sep 11 2008 - Bastien Nocera <bnocera at redhat.com> 1.1-2
-- Rebuild
-
-* Sat Sep  6 2008 Allisson Azevedo <allisson at gmail.com> 1.1-1
-- Update to 1.1
-- Added dbus-devel in BuildRequires
-
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0-2
-- Autorebuild for GCC 4.3
-
-* Tue Jan 15 2008 Allisson Azevedo <allisson at gmail.com> 1.0-1
-- Update to 1.0
-
-* Mon Dec 17 2007 Allisson Azevedo <allisson at gmail.com> 0.9-1
-- Initial RPM release


More information about the scm-commits mailing list