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 <[EMAIL PROTECTED]>  2008-08-29 00:33:32 EDT 
---
Rpmlint warnings:

[EMAIL PROTECTED] 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
[EMAIL PROTECTED] 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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to