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/4879 Thank You, timoph [This message was auto-generated] --- Request # 4879: Messages from BOSS: State: review at 2012-05-21T07:50:48 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,11 @@ +* Mon May 21 2012 Timo Harkonen <[email protected]> - 1.0 +- udded upstream url +- correct category + +* Fri May 18 2012 Timo Harkonen <[email protected]> - 1.0 +- fitted the layout for smaller screen +- Fixed a couple typos + +* Wed May 16 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,39 @@ +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-root +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/ + +%clean +%{__rm} -rf %{buildroot} + +%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)
