I have made the following changes intended for : CE:MW:Shared / qmlcanvas
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/7557 Thank You, wonko [This message was auto-generated] --- Request # 7557: Messages from BOSS: State: review at 2012-12-18T11:55: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:wonko:branches:home:wonko / qmlcanvas -> CE:MW:Shared / qmlcanvas changes files: -------------- ++++++ new changes file: --- qmlcanvas.changes +++ qmlcanvas.changes @@ -0,0 +1,3 @@ +* Thu Nov 08 2012 Ruediger Gad <[email protected]> - 0.1.0 +- First try on getting a release for Nemo done. + new: ---- qmlcanvas.changes qmlcanvas.spec qmlcanvas.yaml qmlcanvas_0.1.0.tar.gz spec files: ----------- ++++++ new spec file: --- qmlcanvas.spec +++ qmlcanvas.spec @@ -0,0 +1,57 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: qmlcanvas + +# >> macros +# << macros + +Summary: A Canvas for QML +Version: 0.1.0 +Release: 1 +Group: Qt/Qt +License: BSD +URL: https://qt.gitorious.org/qt-labs/qmlcanvas +Source0: %{name}_%{version}.tar.gz +Source100: qmlcanvas.yaml +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) + +%description +Provides a canvas for QML that can be used, e.g., for drawing images. + + +%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 + + +%files +%defattr(-,root,root,-) +%{_libdir}/qt4/imports/%{name}/* +# >> files +# << files other changes: -------------- ++++++ qmlcanvas.yaml (new) --- qmlcanvas.yaml +++ qmlcanvas.yaml @@ -0,0 +1,19 @@ +Name: qmlcanvas +Summary: A Canvas for QML +Version: 0.1.0 +Release: 1 +Group: Qt/Qt +License: BSD +URL: https://qt.gitorious.org/qt-labs/qmlcanvas +Sources: + - "%{name}_%{version}.tar.gz" +Description: + Provides a canvas for QML that can be used, e.g., for drawing images. + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui +Configure: none +Builder: qmake +Files: + - "%{_libdir}/qt4/imports/%{name}/*" ++++++ qmlcanvas_0.1.0.tar.gz (new)
