use %qmake_qt4 macro to ensure proper build flags

epel9
Rex Dieter 9 years ago
parent c14bc6b59a
commit 8a034e68f8

@ -1,6 +1,6 @@
Name: maliit-framework
Version: 0.94.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Input method framework
Group: System Environment/Libraries
@ -88,7 +88,7 @@ This package contains tests and examples for %{name}.
%build
qmake-qt4 -r MALIIT_VERSION=%{version} PREFIX=%{_prefix} \
%{qmake_qt4} -r MALIIT_VERSION=%{version} PREFIX=%{_prefix} \
BINDIR=%{_bindir} LIBDIR=%{_libdir} INCLUDEDIR=%{_includedir} \
MALIIT_ENABLE_MULTITOUCH=true \
CONFIG+=disable-gtk-cache-update CONFIG+=disable-preedit \
@ -169,6 +169,9 @@ fi
%{_libdir}/maliit-framework-tests
%changelog
* Mon Feb 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.94.2-9
- use %%qmake_qt4 macro to ensure proper build flags
* Sun Jul 19 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.94.2-8
- Fix ftbfs

Loading…
Cancel
Save