I have made the following changes intended for : CE:MW:Shared / qtest-qml
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6663 Thank You, vesku [This message was auto-generated] --- Request # 6663: Messages from BOSS: State: review at 2012-09-05T07:21:46 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:vesku / qtest-qml -> CE:MW:Shared / qtest-qml changes files: -------------- ++++++ new changes file: --- qtest-qml.changes +++ qtest-qml.changes @@ -0,0 +1,2 @@ +* Wed Sep 5 2012 Vesa-Matti Hartikainen <[email protected]> - 0.0.1~gitd39a186 +- Initial version of qtest-qml package for Nemo Mobile. \ No newline at end of file new: ---- qt-labs-qtest-qml-master.tar qtest-qml.changes qtest-qml.spec qtest-qml.yaml spec files: ----------- ++++++ new spec file: --- qtest-qml.spec +++ qtest-qml.spec @@ -0,0 +1,85 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24 +# + +Name: qtest-qml + +# >> macros +# << macros + +Summary: Unit test framework for QML +Version: 0.0.1~gitd39a186 +Release: 1 +Group: System/Libraries +License: LGPL v.2.1 +URL: http://qt.gitorious.org/qt-labs/qtest-qml +Source0: qt-labs-qtest-qml-master.tar +Source100: qtest-qml.yaml +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig +BuildRequires: pkgconfig(QtCore) >= 4.7.1 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtOpenGL) + +%description +Qt Labs Unit test framework for QML + +%package devel +Summary: Development files for integrating with QML Unit test runner +Group: Development/Tools +Requires: %{name} = %{version}-%{release} + +%description devel +Development files for integrating test apps with QML Unit test runner + + + +%prep +%setup -q -n qt-labs-%{name} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +# << install post + + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%{_libdir}/libQtQuickTest.so.* +# >> files +%{_libdir}/qt4/imports/QtQuickTest/* +%{_libdir}/libQtQuickTest* +%{_bindir}/* +%{_datadir}/qt4/mkspecs/features/qmltestcase.prf + + +# << files + +%files devel +%defattr(-,root,root,-) +# >> files devel +%{_includedir}/qt4/QtQuickTest/* +# << files devel other changes: -------------- ++++++ qt-labs-qtest-qml-master.tar (new) Binary files qt-labs-qtest-qml-master.tar added ++++++ qtest-qml.yaml (new) --- qtest-qml.yaml +++ qtest-qml.yaml @@ -0,0 +1,28 @@ +Name: qtest-qml +Summary: Unit test framework for QML +Version: 0.0.1~gitd39a186 +Release: 1 +Group: System/Libraries +License: LGPL v.2.1 +URL: http://qt.gitorious.org/qt-labs/qtest-qml +Sources: + - qt-labs-qtest-qml-master.tar +Description: Qt Labs Unit test framework for QML +Configure: none +Builder: qmake + +PkgConfigBR: + - QtCore >= 4.7.1 + - QtDeclarative + - QtOpenGL + +Files: + - "%{_libdir}/libQtQuickTest.so.*" + +SubPackages: + - Name : devel + Group: Development/Tools + Summary: Development files for integrating with QML Unit test runner + Description: | + Development files for integrating test apps with QML Unit test runner +
