Wine in extras

Rex Dieter rdieter at math.unl.edu
Sat Oct 22 05:01:31 UTC 2005


Andreas Bierfert wrote:

> I have build a preliminary package with the newest wine cvs snapshot (based on
...
> http://fedora.lowlatency.de/review/wine-20050930-1.src.rpm
> http://fedora.lowlatency.de/review/wine.spec

Suggestions:

1. put the 'autoconf' call in the %setup (after the patch), not %build, 
section.

2.  Instead of the
cat >Fedora <<EOF
bit, create an extra Source file.

3.  When using the 'install' command, use the -p option to preserve 
timestamps

4.  In %postun, replace
if [ "x`which update-desktop-database 2>/dev/null`" != "x" ]; then
	update-desktop-database
fi
with the simpler
update-desktop-database &> /dev/null ||:




More information about the fedora-extras-list mailing list