Add aarch64 and ppc64le to list of 64-bit architectures

epel8
Peter Robinson 10 years ago
parent 66df003f81
commit 5be127b5b2

@ -22,7 +22,7 @@ case $arch in
i?86|ppc|s390|sparc|arm*|ia64)
libdir=/usr/lib
;;
x86_64|ppc64|s390x|sparc64)
x86_64|ppc64|s390x|sparc64|aarch64|ppc64le)
libdir=/usr/lib64
;;
*)

@ -11,7 +11,7 @@
Name: %{wxgtkname}
Version: 3.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: GTK port of the wxWidgets GUI library
License: wxWidgets
Group: System Environment/Libraries
@ -247,6 +247,9 @@ popd
%doc html
%changelog
* Mon Nov 03 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 3.0.1-5
- Add aarch64 and ppc64le to list of 64-bit architectures
* Tue Sep 30 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.1-4
- Add conflict with wxgtk-devel again, temporary fix until it can be resolved

Loading…
Cancel
Save