From: Tim W. <tw...@re...> - 2005-03-11 14:26:23
|
One of the changes I had to make to get xmlroff to build on Fedora Core using 'rpmbuild -tb xmlroff-0.3.2.tar.gz' was to change this line in the spec file: BuildRequires: libgnomeprint28-devel to read: BuildRequires: libgnomeprint22-devel Is there a particular reason that libgnomeprint28-devel was put there in the first place? The numbers are meant to be the soname (2.2), not the major version of the source code (2.8). Tim. */ |