I have made the following changes intended for : CE:Apps / qmlmusicplayer CE:Apps / musicshelf
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/8170 Thank You, Robin Burchell [This message was auto-generated] --- Request # 8170: Messages from BOSS: State: review at 2013-02-21T13:32:24 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 / qmlmusicplayer -> CE:Apps / qmlmusicplayer changes files: -------------- ++++++ new changes file: --- qmlmusicplayer.changes +++ qmlmusicplayer.changes @@ -0,0 +1,2 @@ +* Thu Feb 21 2013 Robin Burchell <[email protected]> - 2.0.1 +- Initial packaging, replacing musicshelf new: ---- qmlmusicplayer-2.0.1.tar.bz2 qmlmusicplayer.changes qmlmusicplayer.spec qmlmusicplayer.yaml spec files: ----------- ++++++ new spec file: --- qmlmusicplayer.spec +++ qmlmusicplayer.spec @@ -0,0 +1,64 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: qmlmusicplayer + +# >> macros +# << macros + +Summary: Nemo Mobile Music Player +Version: 2.0.1 +Release: 1 +Group: Applications/Multimedia +License: GPLv2 +Source0: %{name}-%{version}.tar.bz2 +Source100: qmlmusicplayer.yaml +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(phonon) +BuildRequires: desktop-file-utils +Provides: org.pycage.musicshelf > 1.0.1 +Obsoletes: org.pycage.musicshelf <= 1.0.1 + +%description +Music Player for Nemo Mobile + + +%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,-) +# >> files +/opt/qmlmediaplayer/bin/qmlmediaplayer +%{_datadir}/applications/qmlmediaplayer.desktop +%{_datadir}/pixmaps/qmlmediaplayer.png +# << files other changes: -------------- ++++++ qmlmusicplayer-2.0.1.tar.bz2 (new) ++++++ qmlmusicplayer.yaml (new) --- qmlmusicplayer.yaml +++ qmlmusicplayer.yaml @@ -0,0 +1,19 @@ +Name: qmlmusicplayer +Summary: Nemo Mobile Music Player +Version: 2.0.1 +Release: 1 +Group: Applications/Multimedia +License: GPLv2 +Sources: + - "%{name}-%{version}.tar.bz2" +Description: Music Player for Nemo Mobile +Provides: + - org.pycage.musicshelf > 1.0.1 +Obsoletes: + - org.pycage.musicshelf <= 1.0.1 +PkgConfigBR: + - QtDeclarative + - phonon +Configure: none +Builder: qmake +SetupOptions: -q -n %{name} delete: / -> CE:Apps / musicshelf
