[webkitgtk3] PPC (32bit) needs libatomic in the buildroot

Karsten Hopp karsten at fedoraproject.org
Tue May 13 16:06:14 UTC 2014


commit cef621fe9b24ec4d4abfc6396ddde9960ca31f44
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 13 18:05:58 2014 +0200

    PPC (32bit) needs libatomic in the buildroot

 webkitgtk3.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 02dedc0..1459d5a 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        2.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -53,6 +53,9 @@ BuildRequires:  gobject-introspection-devel >= 1.32.0
 BuildRequires:  perl-Switch
 BuildRequires:  ruby
 BuildRequires:  mesa-libGL-devel
+%ifarch ppc
+BuildRequires:  libatomic
+%endif
 Requires:       geoclue2
 
 %description
@@ -220,6 +223,9 @@ find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -delete
 %{_datadir}/gtk-doc/html/webkitdomgtk
 
 %changelog
+* Tue May 13 2014 Karsten Hopp <karsten at redhat.com> 2.4.2-2
+- PPC (32bit) needs libatomic in the buildroot
+
 * Mon May 12 2014 Kalev Lember <kalevlember at gmail.com> - 2.4.2-1
 - Update to 2.4.2
 


More information about the scm-commits mailing list