build in release mode

This commit is contained in:
Rex Dieter 2012-02-24 09:37:49 -06:00
parent 8ab5f58173
commit b5e7d5ab18
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: qt-mobility
Version: 1.2.0
Release: 8.%{snap}%{?dist}
Release: 9.%{snap}%{?dist}
Summary: Qt Mobility Framework
Group: System Environment/Libraries
License: LGPLv2 with exceptions
@ -114,6 +114,7 @@ PATH=%{_qt4_bindir}:$PATH; export PATH
-libdir %{_qt4_libdir} \
-plugindir %{_qt4_plugindir} \
-qmake-exec %{_qt4_qmake} \
-release \
%{?examples:-examples}
make %{?_smp_mflags}
@ -241,6 +242,9 @@ rm -rf %{buildroot}
%changelog
* Fri Feb 24 2012 Rex Dieter <rdieter@fedoraproject.org> 1.2.0-9.20110922
- build in release mode
* Fri Feb 24 2012 Jaroslav Reznik <jreznik@redhat.com> - 1.2.0-8.20110922
- fix FTBFS because of missing unistd.h include