From 9942b58b26bffd699b980b1b0a1f977df384a47b Mon Sep 17 00:00:00 2001 From: David Levine Date: Tue, 13 Dec 2011 18:33:07 -0600 Subject: [PATCH] Added comments about source of description, etc. --- nmh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nmh.spec b/nmh.spec index 998f53a..57c6d2f 100644 --- a/nmh.spec +++ b/nmh.spec @@ -4,10 +4,13 @@ # # This file is intended to be zero maintenance, that's why it relies # on the Makefile (and specifically on the nmhdist target). If you -# really want to start with rpmbuild from a clean distribution, look -# at the rpm target in the main Makefile.in to see what it does. +# really want to start with rpmbuild from a clean distribution, you'll +# need to first run configure, make, and make nmhdist. # # Note that Version cannot contain any dashes. +# +# The description, summary, and a few other tags were taken from the +# nmh.spec used to build the Fedora 15 nmh rpm. Name: nmh Version: %version @@ -31,6 +34,7 @@ scripts which utilize nmh commands. If you want to use nmh as a true email user agent, you'll want to also install exmh to provide a user interface for it--nmh only has a command line interface. + %prep #### The tarfile is only needed for the source rpm. cp -p %srcdir/%tarfile $RPM_SOURCE_DIR -- 1.7.10.4