[Bug 441965] New: Review Request: eet - Library for speedy data storage, retrieval, and compression

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 10 21:29:44 UTC 2008


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




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

           Summary: Review Request: eet - Library for speedy data storage,
                    retrieval, and compression
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: stlwrt at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-package-review at redhat.com,notting at redhat.com


Spec URL: http://rpm.scwlab.com/eet-goes-rawhide/eet.spec
SRPM URL: http://rpm.scwlab.com/eet-goes-rawhide/eet-0.9.99900-1.fc9.src.rpm
i386 and x86_64 RPMs built in mock: http://rpm.scwlab.com/eet-goes-rawhide/

Description:
Eet is a tiny library designed to write an arbitary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later
on. It does not do zip as a zip itself has more complexity than is
needed, and it was much simpler to implement this once here.

It also can encode and decode data structures in memory, as well as
image data for saving to eet files or sending across the network to
other machines, or just writing to arbitary files on the system. All
data is encoded in a platform independent way and can be written and
read by any architecture.


RPMLint is silent on all RPMs i built.
License is a bit customized, but Tom "spot" Callawayin from fedora-legal-list said it's MIT ( https://www.redhat.com/archives/fedora-legal-list/2008-April/msg00020.html )
I've been able to successfully use rpms built in mock on different machine to built software against this library.

I spent a week studying RPM documentation and packaging guidelines, i appreciate any feedback

-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list