[Bug 648517] New: Review Request: enum - Seq- and jot-like enumerator

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 1 14:34:48 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: enum - Seq- and jot-like enumerator

https://bugzilla.redhat.com/show_bug.cgi?id=648517

           Summary: Review Request: enum - Seq- and jot-like enumerator
           Product: Fedora
           Version: rawhide
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: low
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: ovasik at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
    Target Release: ---


Created attachment 456881
  --> https://bugzilla.redhat.com/attachment.cgi?id=456881
Initial srpm, spec file inside

Summary: Seq- and jot-like enumerator

Description: 
Utility enum enumerates values (numbers) between two values, possibly
further adjusted by a step and/or a count, all given on the command line.
Before printing, values are passed through a formater. Very fine control
over input interpretation and output is possible.

$ rpmlint enum.spec ~/rpmbuild/SRPMS/enum-1.0.1-1.el6.src.rpm
~/rpmbuild/RPMS/i686/enum-1.0.1-1.el6.i686.rpm 
enum.src: W: spelling-error %description -l en_US formatter -> formatted, for
matter, for-matter
enum.i686: W: spelling-error %description -l en_US formatter -> formatted, for
matter, for-matter
2 packages and 1 specfiles checked; 0 errors, 2 warnings

$ rpm -qlp ~/rpmbuild/RPMS/i686/enum-1.0.1-1.el6.i686.rpm 
/usr/bin/enum
/usr/share/doc/enum-1.0.1
/usr/share/doc/enum-1.0.1/COPYING
/usr/share/doc/enum-1.0.1/ChangeLog
/usr/share/man/man1/enum.1.gz

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list