I have made the following changes intended for : CE:Apps / qmlreddit 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/2690 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2690: Messages from BOSS: None State: new 2011-10-24T19:14:26 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 / qmlreddit -> CE:Apps / qmlreddit Index: info.vivainio.qmlreddit.spec =================================================================== --- info.vivainio.qmlreddit.spec (revision 0) +++ info.vivainio.qmlreddit.spec (revision e71217403f8118a95d785ee088229284) @@ -0,0 +1,71 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: info.vivainio.qmlreddit +Summary: Reddit reader application +Version: 1.0 +Release: 1 +Group: Applications/Internet +License: GPL +URL: http://sites.google.com/site/qmlreddit/ +Source0: %{name}-%{version}.tar.gz +Source100: info.vivainio.qmlreddit.yaml +Requires: libqtwebkit-qmlwebkitplugin +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtWebKit) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: desktop-file-utils + + +%description +Browse Reddit (popular link sharing/discussion website) in technicolor. Supports login, fetching of subscriptions, voting on links and comments. Fast UI written in 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,-) +%{_datadir}/applications/%{name}.desktop +/opt/%{name} +%{_datadir}/icons/hicolor/*/apps/%{name}.png +# >> files +# << files + + Index: info.vivainio.qmlreddit.changes =================================================================== --- info.vivainio.qmlreddit.changes (revision 0) +++ info.vivainio.qmlreddit.changes (revision e71217403f8118a95d785ee088229284) @@ -0,0 +1,5 @@ +* Fri Sep 30 2011 Marko Saukko <[email protected]> - 1.0 +- Packaging fixes. + +* Thu May 19 2011 Ville Vainio <[email protected]> - 1.0 +- First release for N900DE Index: info.vivainio.qmlreddit.yaml =================================================================== --- info.vivainio.qmlreddit.yaml (revision 0) +++ info.vivainio.qmlreddit.yaml (revision e71217403f8118a95d785ee088229284) @@ -0,0 +1,27 @@ +Name: info.vivainio.qmlreddit +Summary: Reddit reader application +Version: 1.0 +Release: 1 +Group: Applications/Internet +License: GPL +URL: http://sites.google.com/site/qmlreddit/ +Sources: + - "%{name}-%{version}.tar.gz" +Description: + Browse Reddit (popular link sharing/discussion website) in technicolor. + Supports login, fetching of subscriptions, voting on links and + comments. Fast UI written in QML. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtWebKit + - QtOpenGL +Configure: none +Requires: + - libqtwebkit-qmlwebkitplugin +Builder: qmake +Files: + - "%{_datadir}/applications/%{name}.desktop" + - "/opt/%{name}" + - "%{_datadir}/icons/hicolor/*/apps/%{name}.png" Index: info.vivainio.qmlreddit-1.0.tar.gz =================================================================== Binary file info.vivainio.qmlreddit-1.0.tar.gz added
