annotate packages/redhat/README @ 244:4e69e9b722ae noffle

[svn] * src/database.c,src/protocol.c,src/util.c,src/util.h: The latest IETF article format draft draft-ietf-usefor-article-06.txt recommends that Xref: references contain the FQDN of the server. We were using the host name without the domain. So split the routine used for obtaining the FQDN from protocol.c into util.c, and use it when adding Xrefs.
author bears
date Fri, 15 Mar 2002 10:50:33 +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.