[Bug 473583] Review Request: wordnet - A lexical database for the english language

bugzilla at redhat.com bugzilla at redhat.com
Wed May 27 17:08:09 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=473583





--- Comment #18 from Tom "spot" Callaway <tcallawa at redhat.com>  2009-05-27 13:08:07 EDT ---
%files
...
%{_libdir}/libWN.so*

%files devel
...
%{_libdir}/libWN.so*

You're double-packaging those files. The .so.* go in the main package, and the
.so goes into the -devel package. It should be:

%files
...
%{_libdir}/libWN.so.*

%files devel
...
%{_libdir}/libWN.so

You're also missing the necessary %post and %postun invocations for packages
with shared libraries, see:

https://fedoraproject.org/wiki/Packaging/Guidelines#Shared_Libraries

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