[Bug 240194] Review Request: dgae - DG, a short AGI adventure game

bugzilla at redhat.com bugzilla at redhat.com
Thu May 17 18:35:28 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: dgae - DG, a short AGI adventure game


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=240194


j.w.r.degoede at hhs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |j.w.r.degoede at hhs.nl
               Flag|                            |fedora-review?




------- Additional Comments From j.w.r.degoede at hhs.nl  2007-05-17 14:35 EST -------
MUST:
=====
* rpmlint output is:
E: dgae zero-length /usr/share/dgae/snddir
This is "normal" for this package and can be ignored
* Package and spec file named appropriately
* Packaged according to packaging guidelines
* License ok
* spec file is legible and in Am. English.
* Source matches upstream (as explained in the comment)
* Compiles and builds on devel x86_64
* BR: ok
* No locales
* No shared libraries
* Not relocatable
* Package owns / or requires all dirs
* No duplicate files & Permissions
* %clean & macro usage OK
* Contains code and permissable content
* %doc does not affect runtime, and isn't large enough to warrent a sub package
* no -devel package needed
* .desktop file as required and properly installed

Must FIX
========
* The URL field is invalid, change it to:
  http://membres.lycos.fr/agisite/agisite.htm
* Drop the bogus " dg" argument to %setup
* readme.txt is not in UTF-8 , this fixes it:
  iconv -f IBM850 -t UTF8 readme.txt > readme.txt.tmp
  mv readme.txt.tmp readme.txt

Should fix
==========
* Change the last line of dgae-wrapper.sh from 'nagi' to 'exec nagi "$@"'
  the exec removes a useless bash instance from memory (since the script does
  nothing after the nagi line, bash can just be replaced with nagi instead of
  nagi running under bash. the "$@" passed any cmdline args given to the script 
  to nagi (although it seems that nagi takes no cmdline args??).


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list