[gnome-db] Fix for libgnomedb.spec



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 -

%files devel
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/libgnomedb
%{_datadir}/omf/*
%{_includedir}/libgnomedb
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

Adam Tauno Williams
Network & Systems Administrator
Morrison Industries
Grand Rapids, Mi. USA



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