I have made the following changes intended for :
  nemo:testing:mw / 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.merproject.org//request/show/30

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request # 30:

Messages from BOSS:

State: review at 2013-01-24T07:44:09 by cibot

Reviews:
       accepted by cibot : Prechecks succeeded.
       new for nemo:testing:mw : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: nemo:devel:mw / qtest-qml -> nemo:testing:mw / qtest-qml
  
changes files:
--------------

++++++ new changes file:
--- qtest-qml.changes
+++ qtest-qml.changes
@@ -0,0 +1,7 @@
+* Mon Dec 10 2012 Marko Saukko <[email protected]> - 
0.0.1~gitd39a1865
+- Updated packaging.
+
+* Wed Sep 5 2012 Vesa-Matti Hartikainen 
<[email protected]> - 0.0.1~gitd39a1865
+- Fixes NEMO#379: Package qtest-qml unit testing framework to Nemo
+- Initial version of qtest-qml package for Nemo Mobile.
+

new:
----
  qt-labs-qtest-qml-d39a1865.tar
  qtest-qml.changes
  qtest-qml.spec
  qtest-qml.yaml

spec files:
-----------

++++++ new spec file:
--- qtest-qml.spec
+++ qtest-qml.spec
@@ -0,0 +1,83 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.25
+# 
+
+Name:       qtest-qml
+
+# >> macros
+# << macros
+
+Summary:    Unit test framework for QML
+Version:    0.0.1~gitd39a1865
+Release:    1
+Group:      System/Libraries
+License:    LGPL v.2.1
+URL:        http://qt.gitorious.org/qt-labs/qtest-qml
+Source0:    qt-labs-qtest-qml-d39a1865.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-d39a1865.tar (new)
Binary files qt-labs-qtest-qml-d39a1865.tar added

++++++ qtest-qml.yaml (new)
--- qtest-qml.yaml
+++ qtest-qml.yaml
@@ -0,0 +1,33 @@
+Name: qtest-qml
+Summary: Unit test framework for QML
+#
+# There was no version tags in upstream so
+# the version is just for Nemo packaging appended
+# with upstream git sha
+#
+Version: 0.0.1~gitd39a1865 
+Release: 1
+Group: System/Libraries
+License: LGPL v.2.1
+URL: http://qt.gitorious.org/qt-labs/qtest-qml
+Sources:
+        - qt-labs-qtest-qml-d39a1865.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
+           



Reply via email to