Re: [gnome-db] Fix for libgnomedb.spec



On Fri, 2003-05-30 at 13:40, Adam Tauno Williams wrote:
> The libgnomedb.spec file failed with unpackaged files because of .a and .la
> files in the monikers and modules directories.
> 
> %{_libdir}/bonobo/monikers/*.so
> + %{_libdir}/bonobo/monikers/*.a
> + %{_libdir}/bonobo/monikers/*.la
> %{_libdir}/bonobo/servers/*
> %{_libdir}/gnome-vfs-2.0/modules/*.so
> + %{_libdir}/gnome-vfs-2.0/modules/*.a
> + %{_libdir}/gnome-vfs-2.0/modules/*.la
> 
> I don't know if those really need to be in there but .a and .la are included in
> the devel package -
> 
well, they shouldn't be distributed, AFAIK, but it doesn't harm if
they're needed for RPM building.

The .a/.la in -devel are needed because they are the libs needed for
compiling libgnomedb apps. The others you added are not intended for
that, so hence shouldn't be distributed. But, since the source install
installs them, it doesn't harm to have them also in the RPM file.
They'll be ignored.

What about the %{_libdir}/libglade/2.0/*.a/la files? Should they also be
added as above?

cheers




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]