           SPELL=logrotate
         VERSION=3.21.0
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=${SOURCE}.asc
  STAGED_INSTALL="off"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://github.com/logrotate/logrotate/releases/download/${VERSION}/${SOURCE}
  SOURCE2_URL[0]=https://github.com/logrotate/logrotate/releases/download/${VERSION}/${SOURCE2}
      SOURCE_GPG="redhat.gpg:${SOURCE2}:UPSTREAM_HASH"
  SOURCE2_IGNORE=signature
        WEB_SITE=https://github.com/logrotate/logrotate
      LICENSE[0]=GPL
         ENTERED=20060328
            DOCS="$DOCS examples/*"
        KEYWORDS="utils"
           SHORT="utility to automatically rotate and compress log files"
cat << EOF
The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files.  Logrotate
allows for the automatic rotation compression, removal and mailing of
log files.  Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size.  Normally,
logrotate runs as a daily cron job.
EOF
