I have made the following changes intended for : CE:Apps:MTF / fingerterm
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/5185 Thank You, aard [This message was auto-generated] --- Request # 5185: Messages from BOSS: State: review at 2012-07-09T22:05:59 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:aard:apps / fingerterm -> CE:Apps:MTF / fingerterm changes files: -------------- ++++++ new changes file: --- fingerterm.changes +++ fingerterm.changes @@ -0,0 +1,2 @@ +* Mon Jul 09 2012 Bernd Wachter <[email protected]> - 1.0.2 +- Initial package for Nemo new: ---- fingerterm-1.0.2.tar.gz fingerterm.changes fingerterm.spec spec files: ----------- ++++++ new spec file: --- fingerterm.spec +++ fingerterm.spec @@ -0,0 +1,35 @@ +Name: fingerterm +Version: 1.0.2 +Release: 1 +Summary: A terminal emulator with a custom virtual keyboard +Group: System/Base +License: GPLv3 +Source0: %{name}-%{version}.tar.gz +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(meegotouchcore) + +%description +%{summary}. + +%files +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/applications/*.desktop +%{_datadir}/icons/hicolor/80x80/apps/*.png + + +%prep +%setup -q -n %{name} + + +%build +sed -i 's,/opt/fingerterm/,/usr/,' fingerterm.pro +qmake MEEGO_EDITION=harmattan +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make INSTALL_ROOT=%{buildroot} install +sed -i 's,/opt/fingerterm/,/usr/,' %{buildroot}/%{_datadir}/applications/fingerterm.desktop other changes: -------------- ++++++ fingerterm-1.0.2.tar.gz (new)
