I have made the following changes intended for : CE:UX:MTF / meegotouchcp-cellular
Please review and accept ASAP - BOSS has already processed this request and suggests ??? See the "Messages from BOSS" section below https://build.pub.meego.com/request/show/2716 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 2716: Messages from BOSS: None State: new 2011-10-24T20:43:04 bossbot Reviews: from bossbot :BOSS suggests accepting this review. See email for more details. BOSS accepted this review because: Target repo CE_UX_MTF_armv7hl found. accepted on No date Changes: submit: Project:MTF / meegotouchcp-cellular -> CE:UX:MTF / meegotouchcp-cellular Index: meegotouchcp-cellular-0.0.1.tar.gz =================================================================== Binary file meegotouchcp-cellular-0.0.1.tar.gz added Index: meegotouchcp-cellular.changes =================================================================== --- meegotouchcp-cellular.changes (revision 0) +++ meegotouchcp-cellular.changes (revision 4) @@ -0,0 +1,2 @@ +* Mon Jun 27 2011 Sirpa Kemppainen <[email protected]> - 0.0.1 +- Initial version of Cellular Settings applet. Index: meegotouchcp-cellular.spec =================================================================== --- meegotouchcp-cellular.spec (revision 0) +++ meegotouchcp-cellular.spec (revision 4) @@ -0,0 +1,71 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.23 +# +# >> macros +# << macros + +Name: meegotouchcp-cellular +Summary: MeegoTouch Control Panel Cellular Plugin +Version: 0.0.1 +Release: 1 +Group: System/GUI/Other +License: BSD +Source0: %{name}-%{version}.tar.gz +Source100: meegotouchcp-cellular.yaml +Requires: libofono-qt +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtDBus) +BuildRequires: pkgconfig(meegotouch) +BuildRequires: pkgconfig(meegotouch-controlpanel) +BuildRequires: pkgconfig(ofono-qt) +BuildRequires: doxygen + + +%description +This is a meegotouch-controlpanel plugin for cellular settings. + + + + +%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}/duicontrolpanel/applets/libcellularapplet.so +%{_datadir}/duicontrolpanel/desktops/cellular.desktop +%{_datadir}/l10n/meegotouch/libcellularapplet.qm +%{_datadir}/themes/base/meegotouch/libcellularapplet/style/libcellularapplet.css +# >> files +# << files + + Index: meegotouchcp-cellular.yaml =================================================================== --- meegotouchcp-cellular.yaml (revision 0) +++ meegotouchcp-cellular.yaml (revision 4) @@ -0,0 +1,29 @@ +Name: meegotouchcp-cellular +Summary: MeegoTouch Control Panel Cellular Plugin +Version: 0.0.1 +Release: 1 +Group: System/GUI/Other +License: BSD +Sources: + - "%{name}-%{version}.tar.gz" +Description: | + This is a meegotouch-controlpanel plugin for cellular settings. +PkgBR: + - doxygen +PkgConfigBR: + - QtGui + - QtCore >= 4.7.0 + - QtDBus + - meegotouch + - meegotouch-controlpanel + - ofono-qt +Requires: + - libofono-qt +Configure: none +Builder: qmake + +Files: + - "%{_libdir}/duicontrolpanel/applets/libcellularapplet.so" + - "%{_datadir}/duicontrolpanel/desktops/cellular.desktop" + - "%{_datadir}/l10n/meegotouch/libcellularapplet.qm" + - "%{_datadir}/themes/base/meegotouch/libcellularapplet/style/libcellularapplet.css"
