I have made the following changes intended for : CE:MW:Shared / nemo-qml-plugins
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/5280 Thank You, Robin Burchell [This message was auto-generated] --- Request # 5280: Messages from BOSS: State: review at 2012-07-24T12:03:56 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:MW:Shared / nemo-qml-plugins -> CE:MW:Shared / nemo-qml-plugins changes files: -------------- ++++++ new changes file: --- nemo-qml-plugins.changes +++ nemo-qml-plugins.changes @@ -0,0 +1,3 @@ +* Tue Jul 14 2012 Robin Burchell <[email protected]> - 0.0.1 +- Initial packaging +- Contains thumbnailer code used in gallery, file browser, and (soon) contacts. new: ---- nemo-qml-plugins-0.0.1.tar.bz2 nemo-qml-plugins.changes nemo-qml-plugins.spec nemo-qml-plugins.yaml spec files: ----------- ++++++ new spec file: --- nemo-qml-plugins.spec +++ nemo-qml-plugins.spec @@ -0,0 +1,65 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.24.1 +# + +Name: nemo-qml-plugins + +# >> macros +# << macros + +Summary: Nemo QML plugins source package. +Version: 0.0.1 +Release: 1 +Group: System/Libraries +License: BSD +URL: https://github.com/nemomobile/nemo-qml-plugins +Source0: %{name}-%{version}.tar.bz2 +Source100: nemo-qml-plugins.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) + +%description +Do not install this, install the subpackaged plugins. + +%package thumbnailer +Summary: QML thumbnail service plugin +Group: System/Libraries + +%description thumbnailer +QML plugin for accessing a shared thumbnail cache and fast image thumbnailing. + + +%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 + + +%files thumbnailer +%defattr(-,root,root,-) +%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/* +# >> files thumbnailer +# << files thumbnailer other changes: -------------- ++++++ nemo-qml-plugins-0.0.1.tar.bz2 (new) ++++++ nemo-qml-plugins.yaml (new) --- nemo-qml-plugins.yaml +++ nemo-qml-plugins.yaml @@ -0,0 +1,27 @@ +Name: nemo-qml-plugins +Summary: Nemo QML plugins source package. +Group: System/Libraries +Description: Do not install this, install the subpackaged plugins. +Version: 0.0.1 +Release: 1 +Sources: + - "%{name}-%{version}.tar.bz2" +License: BSD +URL: https://github.com/nemomobile/nemo-qml-plugins +Configure: none +Builder: qmake +NoFiles: true + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtDeclarative + - QtGui + + +SubPackages: + - Name: thumbnailer + Summary: QML thumbnail service plugin + Group: System/Libraries + Description: QML plugin for accessing a shared thumbnail cache and fast image thumbnailing. + Files: + - "%{_libdir}/qt4/imports/org/nemomobile/thumbnailer/*"
