I have made the following changes intended for : CE:Apps:MTF / accounts-ui
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/5366 Thank You, Robin Burchell [This message was auto-generated] --- Request # 5366: Messages from BOSS: State: review at 2012-08-01T10:53:29 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:MTF / accounts-ui -> CE:Apps:MTF / accounts-ui changes files: -------------- ++++++ new changes file: --- accounts-ui.changes +++ accounts-ui.changes @@ -0,0 +1,2 @@ +* Mon Jul 30 2012 Robin Burchell <[email protected]> - 0.0.2 +- Initial packaging new: ---- accounts-ui-0.0.2.tar.bz2 accounts-ui.changes accounts-ui.spec accounts-ui.yaml spec files: ----------- ++++++ new spec file: --- accounts-ui.spec +++ accounts-ui.spec @@ -0,0 +1,66 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24.1 +# + +Name: accounts-ui + +# >> macros +# << macros + +Summary: Simple account configuration tool +Version: 0.0.2 +Release: 1 +Group: Applications/System +License: BSD +URL: https://github.com/nemomobile/accounts-ui +Source0: %{name}-%{version}.tar.bz2 +Source100: accounts-ui.yaml +Requires: qt-components +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtContacts) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: pkgconfig(TelepathyQt4) +BuildRequires: desktop-file-utils + +%description +Account UI configuration tool for Messages + + +%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}/accounts-ui +%{_datadir}/applications/accounts-ui.desktop +# >> files +# << files other changes: -------------- ++++++ accounts-ui-0.0.2.tar.bz2 (new) ++++++ accounts-ui.yaml (new) --- accounts-ui.yaml +++ accounts-ui.yaml @@ -0,0 +1,27 @@ +Name: accounts-ui +Summary: Simple account configuration tool +Version: 0.0.2 +Release: 1 +Group: Applications/System +License: BSD +URL: https://github.com/nemomobile/accounts-ui +Sources: + - "%{name}-%{version}.tar.bz2" + +Description: Account UI configuration tool for Messages +Configure: none +Builder: qmake + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtDeclarative + - QtContacts + - qdeclarative-boostable + - TelepathyQt4 + +Requires: + - qt-components + +Files: + - "%{_bindir}/accounts-ui" + - "%{_datadir}/applications/accounts-ui.desktop"
