[Bug 179818] Review Request: xpilot-ng - A mutiplayer space arcade game

bugzilla at redhat.com bugzilla at redhat.com
Fri Feb 3 14:12:02 UTC 2006


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: xpilot-ng - A mutiplayer space arcade game


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





------- Additional Comments From jeff at ollie.clive.ia.us  2006-02-03 09:12 EST -------
(In reply to comment #1)
> There are two issues that I already know about with this package:
> 
> 1) rpmlint on FC5 complains about non-utf-8 files:
> W: xpilot-ng file-not-utf8 /usr/share/man/man6/xpilot-ng-x11.6.gz
> W: xpilot-ng-server file-not-utf8 /usr/share/man/man6/xpilot-ng-server.6.gz
> I'm not sure how to properly fix these.

In %prep:

pushd doc/man
iconv --from=ISO-8859-1 --to=UTF-8 xpilot-ng-server.man > xpilot-ng-server.man.new
mv xpilot-ng-server.man.new xpilot-ng-server.man
iconv --from=ISO-8859-1 --to=UTF-8 xpilot-ng-x11.man > xpilot-ng-x11.man.new
mv xpilot-ng-x11.man.new xpilot-ng-x11.man
popd

> 2) Neither the base package nor the -server package own %{_datadir}/%{name}
> Both packages can be installed independently, or both can be installed at the
> same time.  In such a case, which package should own the directory?

I would create a third package "xpilot-ng-common" that would own any files or
directories that were required by both the client and server packages.  Then add
a "Requires: xpilot-ng-common = %{version}-%{release}" to both the xpilot-ng and
xpilot-ng-server packages.

-- 
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-extras-list mailing list