Add support for MIPS to wx-config

This commit is contained in:
Michal Toman 2015-12-30 18:38:13 +01:00 committed by Dan Horák
parent b8a97e98a6
commit 43c91274e9
2 changed files with 6 additions and 3 deletions

View File

@ -17,10 +17,10 @@ if [ -z $arch ]; then
fi
case $arch in
i?86|ppc|s390|sparc|arm*|ia64)
i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel)
libdir=/usr/lib
;;
x86_64|ppc64|ppc64le|s390x|sparc64|aarch64)
x86_64|ppc64|ppc64le|s390x|sparc64|aarch64|mips64*)
libdir=/usr/lib64
;;
*)

View File

@ -1,6 +1,6 @@
Name: wxGTK
Version: 2.8.12
Release: 20%{?dist}
Release: 21%{?dist}
Summary: GTK2 port of the wxWidgets GUI library
License: wxWidgets
Group: System Environment/Libraries
@ -212,6 +212,9 @@ popd
%changelog
* Wed Dec 30 2015 Michal Toman <mtoman@fedoraproject.org> - 2.8.12-21
- Add support for MIPS to wx-config
* Wed Nov 25 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 2.8.12-20
- Disable gnomeprint support (retired prior to F23)