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

bugzilla at redhat.com bugzilla at redhat.com
Tue May 19 16:04:18 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 #15 from Tom "spot" Callaway <tcallawa at redhat.com>  2009-05-19 12:04:17 EDT ---
Well, if you're going to use a shared library here, you should do it properly,
as a versioned .so, with proper packaging.

libWN_la_LDFLAGS = -version-number 3:0:0

will give you what you want, although, you might talk to upstream to be sure
they're okay with the .so numbering starting there.

Don't forget to delete the .la and .a file, your -devel wildcard is catching
them. See why wildcards are tricky! :)

Also, you need to change a few things to ensure that the autotooling happens
cleanly, specifically:

* BuildRequires: libtool
* autoreconf -i instead of just autoreconf

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