I have made the following changes intended for : CE:Apps / myatzy 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/4880 Thank You, timoph [This message was auto-generated] --- Request # 4880: Messages from BOSS: State: review at 2012-05-21T08:24:09 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:timoph / myatzy -> CE:Apps / myatzy changes files: -------------- ++++++ new changes file: --- myatzy.changes +++ myatzy.changes @@ -0,0 +1,3 @@ +* Mon May 21 2012 Timo Harkonen <[email protected]> - 1.0 +- initial packaging + new: ---- myatzy-1.0.tar.gz myatzy.changes myatzy.spec spec files: ----------- ++++++ new spec file: --- myatzy.spec +++ myatzy.spec @@ -0,0 +1,35 @@ +Name: myatzy +Version: 1.0 +Release: 1 +Summary: A Solitaire Yatzy game +License: GPL +Group: Amusements/Games +Url: http://gitorious.org/random-timoph/myatzy +Source: %{name}-%{version}.tar.gz +Requires: qt-components +BuildRequires: qt-devel + +%description +A solitaire Yatzy game + +%prep +%setup -q + +%build +qmake CONFIG+=nemo +make + +%install +%{__rm} -rf %{buildroot} +install -d %{buildroot}/opt/myatzy/bin +install -m 755 myatzy %{buildroot}/opt/myatzy/bin/ +install -d %{buildroot}/usr/share/applications +install -m 644 %{name}.desktop %{buildroot}/usr/share/applications/ +install -d %{buildroot}/usr/share/icons/hicolor/64x64/apps +install -m 644 myatzy64.png %{buildroot}/usr/share/icons/hicolor/64x64/apps/ + +%files +%defattr(-,root,root,-) +/opt/%{name}/bin/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/64x64/apps/myatzy64.png other changes: -------------- ++++++ myatzy-1.0.tar.gz (new)
