I have made the following changes intended for : CE:Apps / qmlfilemuncher
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/4369 Thank You, vesku [This message was auto-generated] --- Request # 4369: Messages from BOSS: State: review at 2012-02-16T11:45:49 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:vesku / qmlfilemuncher -> CE:Apps / qmlfilemuncher changes files: -------------- ++++++ new changes file: --- qmlfilemuncher.changes +++ qmlfilemuncher.changes @@ -0,0 +1,2 @@ +* Thu Feb 16 2012 Vesa-Matti Hartikainen <[email protected]> - 0.0.2 +- Initial release for Nemo 0.0.2 new: ---- qmlfilemuncher-0.0.2.tar.bz2 qmlfilemuncher.changes qmlfilemuncher.spec qmlfilemuncher.yaml spec files: ----------- ++++++ new spec file: --- qmlfilemuncher.spec +++ qmlfilemuncher.spec @@ -0,0 +1,68 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: qmlfilemuncher +Summary: File Manager for Nemo +Version: 0.0.2 +Release: 1 +Group: System/Libraries +License: BSD +URL: https://github.com/nemomobile/qmlfilemuncher +Source0: %{name}-%{version}.tar.bz2 +Source100: qmlfilemuncher.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: desktop-file-utils + + +%description +File Manager using Qt Quick Components for Nemo Mobile. + + + +%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}/qmlfilemuncher +%{_datadir}/applications/qmlfilemuncher.desktop +# >> files +# << files + + other changes: -------------- ++++++ qmlfilemuncher-0.0.2.tar.bz2 (new) ++++++ qmlfilemuncher.yaml (new) --- qmlfilemuncher.yaml +++ qmlfilemuncher.yaml @@ -0,0 +1,24 @@ +Name: qmlfilemuncher +Summary: File Manager for Nemo +Version: 0.0.2 +Release: 1 +Group: System/Libraries +License: BSD +URL: https://github.com/nemomobile/qmlfilemuncher +Sources: + - "%{name}-%{version}.tar.bz2" +Description: File Manager using Qt Quick Components for Nemo Mobile. +Configure: none +Builder: qmake + + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtDeclarative + - QtGui + +Files: + - "%{_bindir}/qmlfilemuncher" + - "%{_datadir}/applications/qmlfilemuncher.desktop" + +
