I have made the following changes intended for : CE:Apps / qmlmail 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/8168 Thank You, Robin Burchell [This message was auto-generated] --- Request # 8168: Messages from BOSS: State: review at 2013-02-21T12:38:31 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:w00t:branches:CE:Apps / qmlmail -> CE:Apps / qmlmail changes files: -------------- ++++++ new changes file: --- qmlmail.changes +++ qmlmail.changes @@ -0,0 +1,3 @@ +* Sun Oct 14 2012 Robin Burchell <[email protected]> - 0.0.5 +- Fixes NEMO#385: E-Mail application missing from Nemo +- Initial packaging new: ---- qmlmail-0.0.5.tar.bz2 qmlmail.changes qmlmail.spec qmlmail.yaml spec files: ----------- ++++++ new spec file: --- qmlmail.spec +++ qmlmail.spec @@ -0,0 +1,67 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: qmlmail + +# >> macros +# << macros + +Summary: Mail application for nemo +Version: 0.0.5 +Release: 1 +Group: Applications/System +License: GPLv2 +URL: https://github.com/nemomobile/qmlmail +Source0: %{name}-%{version}.tar.bz2 +Source100: qmlmail.yaml +Requires: qt-components +Requires: libqmfmessageserver1 +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtWebKit) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: pkgconfig(qmfclient) +BuildRequires: desktop-file-utils + +%description +Mail application using Qt Quick for Nemo Mobile. + + +%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 + +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + +%files +%defattr(-,root,root,-) +%{_bindir}/qmlmail +%{_datadir}/applications/qmlmail.desktop +# >> files +# << files other changes: -------------- ++++++ qmlmail-0.0.5.tar.bz2 (new) ++++++ qmlmail.yaml (new) --- qmlmail.yaml +++ qmlmail.yaml @@ -0,0 +1,26 @@ +Name: qmlmail +Summary: Mail application for nemo +Version: 0.0.5 +Release: 1 +Group: Applications/System +License: GPLv2 +URL: https://github.com/nemomobile/qmlmail +Sources: + - "%{name}-%{version}.tar.bz2" +Description: Mail application using Qt Quick for Nemo Mobile. +Configure: none +Builder: qmake +PkgConfigBR: + - QtCore >= 4.7.0 + - QtDeclarative + - QtWebKit + - qdeclarative-boostable + - qmfclient + +Requires: + - qt-components + - libqmfmessageserver1 + +Files: + - "%{_bindir}/qmlmail" + - "%{_datadir}/applications/qmlmail.desktop"
