rpms/libgda/FC-4 libgda-1.2.0-libdir.patch, NONE, 1.1 libgda.spec, 1.3, 1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat Jun 25 15:08:43 UTC 2005


Author: jwrdegoede

Update of /cvs/extras/rpms/libgda/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4569

Modified Files:
	libgda.spec 
Added Files:
	libgda-1.2.0-libdir.patch 
Log Message:
Added Patch4: libgda-1.2.0-libdir.patch which fixes loading of database providers on platforms with a lib64 dir. Thanks to: Bas Driessen <bas.driessen at xobas.com> for the patch.

libgda-1.2.0-libdir.patch:

--- NEW FILE libgda-1.2.0-libdir.patch ---
--- libgda-1.2.0/libgda/Makefile.am.orig	2005-06-24 23:46:29.000000000 +1000
+++ libgda-1.2.0/libgda/Makefile.am	2005-06-24 23:47:54.000000000 +1000
@@ -4,7 +4,7 @@
 	-I$(top_srcdir) \
 	-I$(top_builddir) \
 	$(LIBGDA_CFLAGS) \
-	-DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\" \
+	-DLIBGDA_PLUGINDIR=\""$(libdir)/libgda/providers"\" \
 	-DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" \
 	-DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\"
 


Index: libgda.spec
===================================================================
RCS file: /cvs/extras/rpms/libgda/FC-4/libgda.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgda.spec	21 Jun 2005 09:00:47 -0000	1.3
+++ libgda.spec	25 Jun 2005 15:08:41 -0000	1.4
@@ -38,7 +38,7 @@
 Summary:          Library for writing gnome database programs
 Name:             libgda
 Version:          1.2.0
-Release: 	  5.1
+Release: 	  5.2
 Epoch:		  1
 Source:           %{name}-%{version}.tar.bz2
 URL:              http://www.gnome-db.org/
@@ -91,6 +91,7 @@
 Patch1: libgda-1.2.0-gnome162569.patch
 Patch2: libgda-1.2.0-gnomeXXXXXX.patch
 Patch3: libgda-1.2.0-64bitgnomeXXXXXX.patch
+Patch4: libgda-1.2.0-libdir.patch
 
 %description
 libgda is a library that eases the task of writing
@@ -196,6 +197,7 @@
 %patch1 -p1 -b .gnome162569
 %patch2 -p1 -b .gnomeXXXXXX
 %patch3 -p1 -b .64bitgnomeXXXXXX.patch
+%patch4 -p1 -b .libdir
 
 %build
 aclocal
@@ -374,6 +376,11 @@
 
 
 %changelog
+* Sat Jun 25 2005 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.2.0-5.2
+- Added Patch4: libgda-1.2.0-libdir.patch which fixes loading of
+  database providers on platforms with a lib64 dir. Thanks to:
+  Bas Driessen <bas.driessen at xobas.com> for the patch.
+
 * Tue Jun 21 2005 Hans de Goede <j.w.r.degoede at hhs.nl> 1:1.2.0-5.1
 - rebuild so that we depend on the proper version of libpq.so (#160917)
 




More information about the fedora-extras-commits mailing list