[pidgin-libnotify] Add support for aarch64 (RHBZ #926333)

Erik van Pienbroek epienbro at fedoraproject.org
Sat May 4 21:19:42 UTC 2013


commit 94cdc3fe17f4ff39ec04a90df557e82e39889708
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat May 4 23:19:38 2013 +0200

    Add support for aarch64 (RHBZ #926333)

 pidgin-libnotify.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/pidgin-libnotify.spec b/pidgin-libnotify.spec
index 54505b5..ef049f9 100644
--- a/pidgin-libnotify.spec
+++ b/pidgin-libnotify.spec
@@ -2,7 +2,7 @@
 
 Name:		pidgin-libnotify
 Version:	0.14
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Libnotify Pidgin plugin 
 
 Group:		Applications/Internet
@@ -23,6 +23,11 @@ BuildRequires:	perl(XML::Parser)
 BuildRequires:	pidgin-devel >= %{pidgin_version}
 BuildRequires:	intltool
 
+# In order to enable aarch64 support a more recent autotools
+# needs to be used to build this package
+# https://bugzilla.redhat.com/show_bug.cgi?id=926114
+BuildRequires:  autoconf automake libtool
+
 Requires:	pidgin >= %{pidgin_version}
 
 ## Provides a proper upgrade path from gaim-libnotify installations.
@@ -37,6 +42,9 @@ such as a buddy signing on or off.
 
 %prep
 %setup -q -n "%{name}-%{version}"
+
+autoreconf -i --force
+
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
@@ -59,6 +67,9 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Sat May  4 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.14-12
+- Add support for aarch64 (RHBZ #926333)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list