annotate packages/redhat/README @ 272:f3b44be9e4ab noffle

[svn] * configure.in: Remove '-ansi' and '-Wtraditional'. We use functions that aren't strict ANSI, and I'm not interested in warnings about usage differences between ANSI and K&R. * Makefile.in,aclocal.m4,config.h.in,configure,src/Makefile.in: Regenerate after configure.in change. With all the above in, we now compile cleanly on Cygwin with GCC 3.2, except for a warning about printing a time_t with a %ld format. This will serve as a reminder that we assume time_t is the same size as a long.
author bears
date Sun, 10 Nov 2002 11:44:18 +0000
parents d23f038454d4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
110
d23f038454d4 [svn] First version
bears
parents:
diff changeset
1 To build an RPM for version m.n release r, set Version to m.n and Release to r.
d23f038454d4 [svn] First version
bears
parents:
diff changeset
2 Then rename the noffle directory to noffle-m.n, and make a compressed tar
d23f038454d4 [svn] First version
bears
parents:
diff changeset
3 noffle-m.n.tar.gz.
d23f038454d4 [svn] First version
bears
parents:
diff changeset
4
d23f038454d4 [svn] First version
bears
parents:
diff changeset
5 Run 'rpm -ta noffle-m.n.tar.gz' to generate binary and source RPMs.