Bug 171624

Summary: Review Request: mimetic -- A full featured MIME library written in C++
Product: [Fedora] Fedora Reporter: Enrico Scholz <rh-bugzilla>
Component: Package ReviewAssignee: Michael Schwendt <bugs.michael>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-extras-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://codesink.org/mimetic_mime_library.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-25 22:16:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163779    

Description Enrico Scholz 2005-10-24 15:15:54 UTC
Spec Name or Url: http://ensc.de/fedora/mimetic.spec
SRPM Name or Url: http://ensc.de/fedora/mimetic-0.8.9-1.src.rpm
Description:

mimetic is a GPL MIME library written in C++ designed to be easy to use
and integrate but yet fast and efficient. mimetic doesn't use exceptions
but it heavily uses templates so a mostly standard compliant C++ compiler
is required.

Comment 1 Enrico Scholz 2005-10-24 16:07:50 UTC
Updated:  http://ensc.de/fedora/mimetic-0.8.9-2.src.rpm

Comment 2 Michael Schwendt 2005-12-25 15:55:09 UTC
IMO, the authors ought to avoid putting a header file "config.h" into
the API and in a top-level search location. Not only because of the
HAVE_FOO definitions, but also because it increases the risk of search
path precedence conflicts in applications which may use an own config.h
file.

* source verified against upstream locations
* rpmlint is silent
* spec file looks good
* patch reviewed
* builds fine on FC4
* binary package listings look good

APPROVED


Comment 3 Enrico Scholz 2005-12-25 22:16:57 UTC
thx

I contacted the developer and asked him to avoid the 'config.h' file but got no
answer yet.