I have made the following changes intended for : CE:MW:Shared / incubator-cordova-qt
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/6979 Thank You, jake9xx [This message was auto-generated] --- Request # 6979: Messages from BOSS: State: review at 2012-10-12T05:42:31 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:jake9xx / incubator-cordova-qt -> CE:MW:Shared / incubator-cordova-qt changes files: -------------- ++++++ new changes file: --- incubator-cordova-qt.changes +++ incubator-cordova-qt.changes @@ -0,0 +1,2 @@ +* Thu Oct 11 2012 Jarko Vihriala <[email protected]> - 1.7.0 +- Initial import of the project. This is API/functionalwise same as as PhoneGap 1.7.0 new: ---- incubator-cordova-qt-1.7.0.tar.gz incubator-cordova-qt.changes incubator-cordova-qt.spec spec files: ----------- ++++++ new spec file: --- incubator-cordova-qt.spec +++ incubator-cordova-qt.spec @@ -0,0 +1,40 @@ +Name: incubator-cordova-qt +Version: 1.7.0 +Release: 1%{?dist} +Summary: PhoneGap harness for Qt4 and Qt5 systems + +Group: Applications/Internet +License: Apache 2.0 +URL: https://github.com/apache/incubator-cordova-qt +Source0: %{name}-%{version}.tar.gz + +BuildRequires: pkgconfig(QtCore) +BuildRequires: qt-mobility-devel +BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtWebKit) + +%description +Cordova/Qt is the Qt port of the Apache Cordova project. It should compile on any platform which is compatible with Qt and Qt Mobility. + +%prep +%setup -q -n %{name}-%{version} + +%build +qmake -r CONFIG+=mer +make %{?_smp_mflags} + + +%install +make INSTALL_ROOT=%{buildroot} install + +%files +%defattr(-,root,root,-) +/opt/cordovaqt/bin/cordovaqt +/opt/cordovaqt/qml/* +/opt/cordovaqt/www/* +/opt/cordovaqt/xml/* +/usr/share/applications/cordovaqt_harmattan.desktop +/usr/share/icons/hicolor/80x80/apps/cordovaqt80.png + + other changes: -------------- ++++++ incubator-cordova-qt-1.7.0.tar.gz (new)
