[meego-commits] 9567: Changes to Tools:Testing/testability-driver-visualizer
talahtel
no_reply at build.meego.com
Thu Nov 18 09:38:26 UTC 2010
Hi,
I have made the following changes to testability-driver-visualizer in project Tools:Testing. Please review and accept ASAP.
Thank You,
talahtel
[This message was auto-generated]
---
Request #9567:
submit: devel:quality/testability-driver-visualizer(r5) -> Tools:Testing/testability-driver-visualizer
Message:
fedora specifc packaging configurations
State: new 2010-11-18T01:38:25 talahtel
Comment: None
changes files:
--------------
spec files:
-----------
--- testability-driver-visualizer.spec
+++ testability-driver-visualizer.spec
@@ -8,6 +8,10 @@
Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(QtCore)
+%if 0%{?fedora}
+BuildRequires: gcc-c++
+%endif
+
Requires: qt
@@ -20,7 +24,11 @@
%setup -q
%build
+%if 0%{?fedora}
+qmake-qt4 -r
+%else
qmake -r
+%endif
make %{?_smp_mflags}
dsc files:
----------
other changes:
--------------
More information about the MeeGo-commits
mailing list