I have made the following changes intended for : CE:Apps / qmlcalc Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below
https://build.pub.meego.com/request/show/2685 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2685: Messages from BOSS: None State: new 2011-10-24T19:04:40 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_Apps_armv7hl found. accepted on No date Changes: submit: Project:DE:Trunk:Testing:1.3 / qmlcalc -> CE:Apps / qmlcalc Index: qmlcalc.yaml =================================================================== --- qmlcalc.yaml (revision 0) +++ qmlcalc.yaml (revision 2) @@ -0,0 +1,24 @@ +Name: qmlcalc +Summary: MeeGo QML Harmattan-esque calculator +Version: 0.0.6 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://rburchell.com +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + Calculator application written using QML + +PkgBR: + - qt-components-devel +PkgConfigBR: + - x11 + - QtOpenGL + - QtDeclarative + - QtGui +Configure: none +Builder: qmake +Files: + - "%{_bindir}/qmlcalc" + - "%{_datadir}/applications/qmlcalc.desktop" Index: qmlcalc.spec =================================================================== --- qmlcalc.spec (revision 0) +++ qmlcalc.spec (revision 2) @@ -0,0 +1,71 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: qmlcalc +Summary: MeeGo QML Harmattan-esque calculator +Version: 0.0.6 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://rburchell.com +Source0: %{name}-%{version}.tar.gz +Source100: qmlcalc.yaml +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: qt-components-devel +BuildRequires: desktop-file-utils + + +%description +Calculator application written using QML + + + + +%prep +%setup -q -n %{name}-%{version} + +# >> 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}/qmlcalc +%{_datadir}/applications/qmlcalc.desktop +# >> files +# << files + + Index: qmlcalc.changes =================================================================== --- qmlcalc.changes (revision 0) +++ qmlcalc.changes (revision 2) @@ -0,0 +1,8 @@ +* Mon Sep 26 2011 w00t <[email protected]> - 0.0.6 +- Fixes: improve transitions on button press +- Fixes: BMC#23181 - [CE] Calculator: Unable to see last digits of the number. +- Fixes: match every other calculator in the world in terms of number layout + +* Mon Sep 19 2011 w00t <[email protected]> - 0.0.5 +- initial submit of qmlcalc from https://github.com/rburchell/qmlcalc + Index: qmlcalc-0.0.6.tar.gz =================================================================== Binary file qmlcalc-0.0.6.tar.gz added
