Author: sls Date: Wed Oct 28 17:58:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - added install.patch
---- Files affected: packages/libgda4: libgda4.spec (1.6 -> 1.7) , install.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libgda4/libgda4.spec diff -u packages/libgda4/libgda4.spec:1.6 packages/libgda4/libgda4.spec:1.7 --- packages/libgda4/libgda4.spec:1.6 Fri Apr 24 22:54:38 2009 +++ packages/libgda4/libgda4.spec Wed Oct 28 18:57:54 2009 @@ -24,6 +24,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/libgda/4.0/libgda-%{version}.tar.bz2 # Source0-md5: cd79f6542cdd9477017b76b5f81c776f Patch0: %{name}-configure.patch +Patch1: install.patch URL: http://www.gnome-db.org/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 @@ -193,6 +194,7 @@ %prep %setup -q -n libgda-%{version} %patch0 -p1 +%patch1 -p1 %build %if %{with jdbc} @@ -335,6 +337,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2009/10/28 17:57:54 sls +- added install.patch + Revision 1.6 2009/04/24 20:54:38 megabajt - updated to 4.0.2 ================================================================ Index: packages/libgda4/install.patch diff -u /dev/null packages/libgda4/install.patch:1.1 --- /dev/null Wed Oct 28 18:58:00 2009 +++ packages/libgda4/install.patch Wed Oct 28 18:57:54 2009 @@ -0,0 +1,21 @@ +'install' doesn't permit install something twice +--- libgda-4.0.2/libgda/Makefile.am.orig 2009-10-28 04:26:53.888863402 +0100 ++++ libgda-4.0.2/libgda/Makefile.am 2009-10-28 04:27:03.888176172 +0100 +@@ -57,7 +57,6 @@ + gda-holder.h \ + gda-lockable.h \ + gda-log.h \ +- gda-marshal.h \ + gda-meta-store.h \ + gda-meta-struct.h \ + gda-mutex.h \ +--- libgda-4.0.2/providers/sqlite/Makefile.am.orig 2009-10-28 04:56:04.268563791 +0100 ++++ libgda-4.0.2/providers/sqlite/Makefile.am 2009-10-28 05:08:46.434681971 +0100 +@@ -23,7 +23,6 @@ + xmldir = $(datadir)/libgda-4.0 + xml_in_files = sqlite_specs_create_db.xml.in \ + sqlite_specs_dsn.xml.in \ +- sqlite_specs_create_db.xml.in \ + sqlite_specs_drop_db.xml.in \ + sqlite_specs_create_table.xml.in \ + sqlite_specs_drop_table.xml.in \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgda4/libgda4.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
