[Bug 494073] Review Request: libvmime - Powerful library for MIME messages and Internet messaging services

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 8 11:47:44 UTC 2009


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


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





--- Comment #1 from Michael Schwendt <bugs.michael at gmx.net>  2009-04-08 07:47:44 EDT ---
* Most certainly you want the -static subpackage to require the -devel
subpackage instead of the main package.


> %doc AUTHORS COPYING ChangeLog INSTALL README

In case this is the standard "INSTALL" file, it is irrelevant to RPM package
users and typically is not included.


* Further, is it necessary to include the same %doc files in all three
packages? They are stored in three different doc directories.


* The pkgconfig file is tuned for static linking and relinks against libgsasl
and libgnutls. If you keep it like that, you're missing dependencies in the
-devel package for the corresponding -devel pkgs that contain those lib
symlinks:

$ cat vmime.pc|grep l[ib]*g
Requires: libgsasl
Libs: -L${libdir} -lvmime -lgsasl -lgnutls 

$ rpm -qpR libvmime-0.9.0-1.fc10.x86_64.rpm |grep ^libg
libgcc_s.so.1()(64bit)  
libgcc_s.so.1(GCC_3.0)(64bit)  
libgnutls.so.26()(64bit)  
libgnutls.so.26(GNUTLS_1_4)(64bit)  
libgsasl.so.7()(64bit)

-- 
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 Fedora-package-review mailing list