rpms/compat-libgda/F-13 libgda-3.1.2-bdbmakefile.patch, NONE, 1.1 compat-libgda.spec, 1.8, 1.9

Nick Bebout nb at fedoraproject.org
Wed Jun 2 20:08:36 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/compat-libgda/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9194

Modified Files:
	compat-libgda.spec 
Added Files:
	libgda-3.1.2-bdbmakefile.patch 
Log Message:
Fix FTBFS

libgda-3.1.2-bdbmakefile.patch:
 Makefile.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE libgda-3.1.2-bdbmakefile.patch ---
--- providers/bdb/Makefile.in.orig	2010-03-23 02:34:22.000000000 -0500
+++ providers/bdb/Makefile.in	        2010-03-23 02:49:57.000000000 -0500
@@ -379,11 +379,13 @@ 
 libgda_bdb_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED)
 libgda_bdb_la_LIBADD = \
 	$(top_builddir)/libgda/libgda-3.0.la \
-	$(LIBGDA_LIBS) 
+	$(LIBGDA_LIBS) \
+	$(BDB_LIBS)
 
 gda_bdb_test_SOURCES = gda-bdb-test.c
 gda_bdb_test_LDADD = \
 	$(LIBGDA_LIBS) \
+	$(BDB_LIBS) \
 	$(top_builddir)/libgda/libgda-3.0.la 
 
 xmldir = $(datadir)/libgda-3.0


Index: compat-libgda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compat-libgda/F-13/compat-libgda.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- compat-libgda.spec	24 Jul 2009 19:19:43 -0000	1.8
+++ compat-libgda.spec	2 Jun 2010 20:08:35 -0000	1.9
@@ -37,7 +37,7 @@
 
 Name:             compat-libgda
 Version:          3.1.2
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Library for writing gnome database programs
 Group:            System Environment/Libraries
 License:          LGPLv2+
@@ -46,6 +46,7 @@ Source:           http://ftp.gnome.org/p
 Patch1:           libgda-3.0.0-man.patch
 Patch2:           libgda-3.1.2-new-freetds.patch
 Patch3:           libgda-3.1.2-lib64.patch
+Patch4:           libgda-3.1.2-bdbmakefile.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    pkgconfig >= 0.8
 BuildRequires:    glib2-devel >= 2.0.0
@@ -314,6 +315,7 @@ This package includes the pkgconfig file
 %patch1 -p1 -b .man
 %patch2 -p1
 %patch3 -p1 -b .lib64
+%patch4 -p0
 # fix ppc64 postgres detection
 sed -i 's/x86_64\* | sparc64\*) lib="lib64";;/x86_64\* | sparc64\* | powerpc64\*) lib="lib64";;/' \
   configure configure.in
@@ -557,6 +559,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 2 2010 Nick Bebout <nb at fedoraproject.org> - 3.1.2-4
+- Fix FTBFS
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list