I have made the following changes intended for : CE:MW:MTF / qmllauncher 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/5242 Thank You, Marko Saukko [This message was auto-generated] --- Request # 5242: Messages from BOSS: State: review at 2012-07-20T08:00:01 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: Project:MTF:MW / qmllauncher -> CE:MW:MTF / qmllauncher changes files: -------------- ++++++ new changes file: --- qmllauncher.changes +++ qmllauncher.changes @@ -0,0 +1,5 @@ +* Thu Jul 19 2012 Robin Burchell <[email protected]> - 0.0.3 +- Add command line options. + +* Thu Jul 19 2012 Robin Burchell <[email protected]> - 0.0.2 +- Initial packaging. new: ---- qmllauncher-0.0.3.tar.bz2 qmllauncher.changes qmllauncher.spec qmllauncher.yaml spec files: ----------- ++++++ new spec file: --- qmllauncher.spec +++ qmllauncher.spec @@ -0,0 +1,60 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24 +# + +Name: qmllauncher + +# >> macros +# << macros + +Summary: Fast launcher for QML-only applications +Version: 0.0.3 +Release: 1 +Group: System/Daemons +License: BSD +URL: http://github.com/nemomobile/qmllauncher +Source0: %{name}-%{version}.tar.bz2 +Source100: qmllauncher.yaml +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(qdeclarative-boostable) + +%description +Application launcher stub for QML-only applications. +Makes use of applauncherd for fast startup. + + + +%prep +%setup -q -n %{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 + + +%files +%defattr(-,root,root,-) +%{_bindir}/qmllauncher +# >> files +# << files other changes: -------------- ++++++ qmllauncher-0.0.3.tar.bz2 (new) ++++++ qmllauncher.yaml (new) --- qmllauncher.yaml +++ qmllauncher.yaml @@ -0,0 +1,19 @@ +Name: qmllauncher +Summary: Fast launcher for QML-only applications +Version: 0.0.3 +Release: 1 +Group: System/Daemons +License: BSD +URL: http://github.com/nemomobile/qmllauncher +Sources: + - "%{name}-%{version}.tar.bz2" +Description: | + Application launcher stub for QML-only applications. + Makes use of applauncherd for fast startup. +PkgConfigBR: + - QtCore + - QtDeclarative + - qdeclarative-boostable +Builder: qmake +Files: + - "%{_bindir}/qmllauncher"
