Re: [gnome-db] libgda/libgnomedb 1.2.0 released



Rodrigo,

The spec file included with the libgda 1.2.0 tarball has incorrect
references to /usr/include/libgda-1.1 (should be libgda-1.2) and will
not build completely.

I've made a simple edit to the spec.in that should fix this...
--- libgda-1.2.0/libgda.spec.in	2004-10-13 06:51:01.000000000 -0400
+++ libgda-1.2.0.spec/libgda.spec.in	2004-12-28 11:51:22.231586833 -0500
@@ -301,8 +301,8 @@
 %defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/libgda
 %{_datadir}/omf/*
-%dir %{_includedir}/libgda-1.1/
-%{_includedir}/libgda-1.1/*
+%dir %{_includedir}/libgda-1.2/
+%{_includedir}/libgda-1.2/*
 %{_libdir}/*.a
 %{_libdir}/*.la
 %{_libdir}/*.so


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