[meego-commits] 9652: Changes to Tools:Testing/testrunner-ui

timoph no_reply at build.meego.com
Mon Nov 22 13:42:50 UTC 2010


Hi,
I have made the following changes to testrunner-ui in project Tools:Testing. Please review and accept ASAP.

Thank You,
timoph

[This message was auto-generated]

---

Request #9652:

  submit:   devel:quality/testrunner-ui(r19) -> Tools:Testing/testrunner-ui


Message:
    Fixed dependencied for Fedora 13

State:   new          2010-11-22T05:42:50 timoph
Comment: None



changes files:
--------------

spec files:
-----------
--- testrunner-ui.spec
+++ testrunner-ui.spec
@@ -11,14 +11,14 @@
 
 %if 0%{?fedora}
 BuildRequires: gcc-c++
+%else
+BuildRequires: qt-devel-tools
 %endif
 
 Requires: testrunner-lite
 
 %package tests
 Summary: Testrunner-ui tests
-BuildRequires: qt-devel-tools
-
 
 %description
 Testrunner-ui is a graphical user interface for testrunner-lite
@@ -54,7 +54,13 @@
 cd tests
 %{__make} INSTALL_ROOT=%{buildroot} install
 # remove file until fixed in upstream
+%if 0%{?fedora}
+if [-f %{buildroot}/usr/share/testrunner-ui-tests/testrunner-stub ]; then
+	rm %{buildroot}/usr/share/testrunner-ui-tests/testrunner-stub
+fi
+%else
 rm %{buildroot}/usr/share/testrunner-ui-tests/testrunner-stub
+%endif
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT

dsc files:
----------

other changes:
--------------




More information about the MeeGo-commits mailing list