I have made the following changes intended for : CE:Apps:MTF / irc-chatter
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/3185 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3185: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-21T12:13:42 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:w00t:ce / irc-chatter -> CE:Apps:MTF / irc-chatter changes files: -------------- ++++++ new changes file: --- irc-chatter.changes +++ irc-chatter.changes @@ -0,0 +1,2 @@ +* Thu Nov 17 2011 Robin Burchell <[email protected]> - 0.0.1 +- Initial package for Nemo new: ---- irc-chatter-0.0.1.tar.gz irc-chatter.changes irc-chatter.spec irc-chatter.yaml spec files: ----------- ++++++ new spec file: --- irc-chatter.spec +++ irc-chatter.spec @@ -0,0 +1,75 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: irc-chatter +Summary: IRC client +Version: 0.0.1 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://gitorious.org/colorful-apps/irc-chatter +Source0: %{name}-%{version}.tar.gz +Source100: irc-chatter.yaml +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: libircclient-qt-devel +BuildRequires: desktop-file-utils + + +%description +IRC client for Harmattan/Nemo/etc. + + + + +%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}/irc-chatter +%{_datadir}/applications/irc-chatter-harmattan.desktop +%{_datadir}/icons/hicolor/80x80/apps/irc-chatter-harmattan-icon.png +%{_datadir}/irc-chatter/irc-chatter-splash-harmattan-portrait.jpg +%{_datadir}/irc-chatter/irc-chatter-splash-harmattan-landscape.jpg +# >> files +# << files + + other changes: -------------- ++++++ irc-chatter-0.0.1.tar.gz (new) ++++++ irc-chatter.yaml (new) --- irc-chatter.yaml +++ irc-chatter.yaml @@ -0,0 +1,30 @@ +Name: irc-chatter +Summary: IRC client +Version: 0.0.1 +Release: 1 +Group: Applications/System +License: LGPL v2.1 +URL: http://gitorious.org/colorful-apps/irc-chatter +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + IRC client for Harmattan/Nemo/etc. + +PkgBR: + - libircclient-qt-devel + +PkgConfigBR: + - QtOpenGL + - QtDeclarative + - QtGui + - icu-i18n + - qdeclarative-boostable + +Configure: none +Builder: qmake +Files: + - "%{_bindir}/irc-chatter" + - "%{_datadir}/applications/irc-chatter-harmattan.desktop" + - "%{_datadir}/icons/hicolor/80x80/apps/irc-chatter-harmattan-icon.png" + - "%{_datadir}/irc-chatter/irc-chatter-splash-harmattan-portrait.jpg" + - "%{_datadir}/irc-chatter/irc-chatter-splash-harmattan-landscape.jpg"
