No change log? Peter
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of timoph > Sent: Monday, November 22, 2010 9:43 PM > To: [email protected] > Subject: [meego-commits] 9652: Changes to Tools:Testing/testrunner-ui > > 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: > -------------- > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
