I have made the following changes intended for : CE:UX:MTF / meego-handset-maps
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/3068 Thank You, jakub ([email protected]) [This message was auto-generated] --- Request # 3068: Messages from BOSS: Applying the actions required to automate this process has failed, because the bossbot user was not authorized to do so. Please add bossbot as a maintainer in the target projet CE:UX:MTF Applying the actions required to automate this process has failed, because the bossbot user was not authorized to do so. Please add bossbot as a maintainer in the target projet CE:UX:MTF Could not notify CE-maintainers (no address found) State: revoked 2011-11-11T23:10:26 jakub Reviews: new by bossbot : Under automated review Changes: submit: home:jakub / meego-handset-maps -> CE:UX:MTF / meego-handset-maps changes files: -------------- ++++++ new changes file: --- meego-handset-maps.changes +++ meego-handset-maps.changes @@ -0,0 +1,19 @@ +* Fri Nov 11 2011 Jakub Pavelek <[email protected]> - 0.1.4 +- Boosted ARM version for real, splash images + +* Fri Oct 14 2011 Jakub Pavelek <[email protected]> - 0.1.3 +- Boosted ARM version, normal x86 version + +* Thu Oct 06 2011 Jakub Pavelek <[email protected]> - 0.1.2 +- Fullscreen mode and packaging changes + +* Wed Oct 05 2011 Jakub Pavelek <[email protected]> - 0.1.1.1 +- fixin binary name + +* Wed Oct 05 2011 Jakub Pavelek <[email protected]> - 0.1.1 +- adding desktop file + +* Tue Sep 27 2011 Jakub Pavelek <[email protected]> - 0.1 +- first RPM packaging release + + new: ---- meego-handset-maps-0.1.4.tgz meego-handset-maps.changes meego-handset-maps.spec spec files: ----------- ++++++ new spec file: --- meego-handset-maps.spec +++ meego-handset-maps.spec @@ -0,0 +1,42 @@ +Name: meego-handset-maps +Version: 0.1.4 +Release: 1%{?dist} +Summary: Simple and fast maps application for MeeGo Handset. Needs data connection! +Group: User Interface/Desktops +License: GPL v2 +URL: https://github.com/dubik/meego-handset-maps +Source0: %{name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: libdeclarative-location%{?_isa} +BuildRequires: libqt-devel, meegotouch-applauncherd-devel + +%description +MeeGo Handset Maps - simple and fast maps application for Handset UX. Uses QtMObility and thus needs data connection to function. + +%prep +%setup -q + +%build +qmake +make + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/usr/bin/ +install -m 755 bin/meego-handset-maps %{buildroot}/usr/bin/ +mkdir -p %{buildroot}/usr/share/applications/ +install -m 644 src/data/meego-handset-maps.desktop %{buildroot}/usr/share/applications/ +mkdir -p %{buildroot}/usr/share/pixmaps/ +install -m 644 src/data/meego-handset-maps-splash-p.jpg %{buildroot}/usr/share/pixmaps/ +install -m 644 src/data/meego-handset-maps-splash-l.jpg %{buildroot}/usr/share/pixmaps/ + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +/usr/bin/meego-handset-maps +/usr/share/applications/meego-handset-maps.desktop +/usr/share/pixmaps/meego-handset-maps-splash-p.jpg +/usr/share/pixmaps/meego-handset-maps-splash-l.jpg + other changes: -------------- ++++++ meego-handset-maps-0.1.4.tgz (new)
