I have made the following changes intended for : CE:MW:Shared / nemo-qml-plugin-contextkit
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/6914 Thank You, zalevski [This message was auto-generated] --- Request # 6914: Messages from BOSS: State: review at 2012-10-04T16:02: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:zalevski:branches:CE:MW:Shared / nemo-qml-plugin-contextkit -> CE:MW:Shared / nemo-qml-plugin-contextkit changes files: -------------- ++++++ new changes file: --- nemo-qml-plugin-contextkit.changes +++ nemo-qml-plugin-contextkit.changes @@ -0,0 +1,3 @@ +* Thu Oct 04 2012 Denis Zalevskiy <[email protected]> - 1.0-1 +- Initial implementation + new: ---- nemo-qml-plugin-contextkit-1.0.tar.bz2 nemo-qml-plugin-contextkit.changes nemo-qml-plugin-contextkit.spec spec files: ----------- ++++++ new spec file: --- nemo-qml-plugin-contextkit.spec +++ nemo-qml-plugin-contextkit.spec @@ -0,0 +1,35 @@ +Summary: ContextKit QML bindings +Name: nemo-qml-plugin-contextkit +Version: 1.0 +Release: 2 +License: LGPLv2 +Group: Applications/System +URL: https://github.com/nemomobile/nemo-qml-plugin-contextkit +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(contextsubscriber-1.0) +BuildRequires: cmake +Requires: contextkit + +%description +%{summary} + +%define qml_dir %{_libdir}/qt4/imports +%define package_dir %{qml_dir}/org/freedesktop/contextkit + +%prep +%setup -q -n %{name}-%{version} + +%build +%cmake . +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%files +%defattr(-,root,root,-) +%{package_dir}/libcontextkit.so +%{package_dir}/qmldir other changes: -------------- ++++++ nemo-qml-plugin-contextkit-1.0.tar.bz2 (new)
