I have made the following changes intended for : CE:Apps / twimgo 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/2691 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2691: Messages from BOSS: None State: new 2011-10-24T19:15:44 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 / twimgo -> CE:Apps / twimgo Index: com.substanceofcode.twimgo.spec =================================================================== --- com.substanceofcode.twimgo.spec (revision 0) +++ com.substanceofcode.twimgo.spec (revision 3) @@ -0,0 +1,70 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: com.substanceofcode.twimgo +Summary: Twitter client +Version: 2.8.4 +Release: 1 +Group: Applications/Internet +License: TBD +URL: http://www.substanceofcode.com/ +Source0: %{name}-%{version}.tar.gz +Source100: com.substanceofcode.twimgo.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtWebKit) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: desktop-file-utils + + +%description +Twitter client. + + + +%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,-) +%{_datadir}/applications/TwimGo.desktop +/opt/%{name} +%{_datadir}/icons/hicolor/*/apps/TwimGo.png +# >> files +# << files + + Index: com.substanceofcode.twimgo.yaml =================================================================== --- com.substanceofcode.twimgo.yaml (revision 0) +++ com.substanceofcode.twimgo.yaml (revision 3) @@ -0,0 +1,23 @@ +Name: com.substanceofcode.twimgo +Summary: Twitter client +Version: 2.8.4 +Release: 1 +Group: Applications/Internet +License: TBD +URL: http://www.substanceofcode.com/ +Sources: + - "%{name}-%{version}.tar.gz" +Description: + Twitter client. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtWebKit + - QtOpenGL +Configure: none +Builder: qmake +Files: + - "%{_datadir}/applications/TwimGo.desktop" + - "/opt/%{name}" + - "%{_datadir}/icons/hicolor/*/apps/TwimGo.png" Index: com.substanceofcode.twimgo-2.8.4.tar.gz =================================================================== Binary file com.substanceofcode.twimgo-2.8.4.tar.gz added Index: com.substanceofcode.twimgo.changes =================================================================== --- com.substanceofcode.twimgo.changes (revision 0) +++ com.substanceofcode.twimgo.changes (revision 3) @@ -0,0 +1,10 @@ +* Fri Sep 30 2011 Marko Saukko <[email protected]> - 2.8.4 +- Packaging cleanups. + +* Thu Sep 22 2011 Jari Paloj?rvi <[email protected]> - 2.8.4 +- For integration to the MeeGo CE Fall Release + Removed the older source tarball, changed the version number in this + file to match the newer source tarball + +* Sat May 21 2011 Ville Vainio <[email protected]> - 1.0 +- First release for N900DE
