[Bug 453569] Review Request: libmirage - library to provide access to different image formats

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 29 04:33:33 UTC 2008


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=453569





--- Comment #13 from Debarshi Ray <debarshi.ray at gmail.com>  2008-08-29 00:33:32 EDT ---
Rpmlint warnings:

[rishi at ginger SPECS]$ rpmlint libmirage
libmirage.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmirage.so.1.0.0 /usr/lib64/libsndfile.so.1
libmirage.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libmirage.so.1.0.0 /lib64/libdl.so.2
[rishi at ginger SPECS]$ 

As shown in
https://fedoraproject.org/wiki/PackageMaintainers/Common_Rpmlint_Issues#unused-direct-shlib-dependency
you can modify your %build stanza as follows:

%build
%configure --enable-gtk-doc --disable-static

# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool

make %{?_smp_mflags}


Everything else looks fine.

+---------------------------------+
| This package is APPROVED by me. |
+---------------------------------+

-- 
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