Re: [gnome-db] rpms for 0.8.192



Rodrigo Moya wrote:
> ok, patchs applied.

Yay!

Now that we're got things rolling, here's a small follow-on patch for 
libgda only.  The one-line specfile change is a fairly straightforward
omission on my part.  The Makefile.am changes were already in my earlier
patch, but was dropped from in Rodrigo's CVS commit (though the
corresponding ChangeLog description was retained).

Rodrigo, can I impose on you to apply this patch too?  Thank you!

> Are you volunteering for the job [of building release & snapshot
> RPMs]? :-))

I would volunteer if I thought I would be using GNOME-DB regularly, but
my own projects have changed in character and have moved away from
databases.  So I must decline the invitation.

Surely there must be at least one regular GNOME-DB developer who uses a
Red Hat + Ximian GNOME2 box?  (By the way, if it would be helpful to
have a "make rpm" target for each of the three GNOME-DB subsystems, I
think I could put that together without much trouble.  Let me know if
that would be useful.)
Index: libgda/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgda/Makefile.am,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile.am
--- libgda/Makefile.am	2002/06/18 20:19:56	1.26
+++ libgda/Makefile.am	2002/08/21 05:37:57
@@ -10,16 +10,14 @@
 	data \
 	doc
 
-dist-hook: libgda.spec
-	cp libgda.spec $(distdir)
-
 EXTRA_DIST = \
 	COPYING \
-	libgda.spec.in \
-	libgda.pc.in \
+	libgda.spec \
 	intltool-extract.in \
 	intltool-merge.in \
 	intltool-update.in
 
 pkgconfigdir=$(libdir)/pkgconfig
 pkgconfig_DATA = libgda.pc
+
+all-local: libgda.spec
Index: libgda/libgda.spec.in
===================================================================
RCS file: /cvs/gnome/libgda/libgda.spec.in,v
retrieving revision 1.23
diff -u -u -r1.23 libgda.spec.in
--- libgda/libgda.spec.in	2002/08/20 22:40:57	1.23
+++ libgda/libgda.spec.in	2002/08/21 05:37:57
@@ -2,6 +2,7 @@
 # defaults (and package names) are set for redhat 7.x
 # with postgres, mysql and odbc installed
 %define           FREETDS  0
+%define           IBMDB2   0
 %define           MYSQL    1
 %define           ODBC     1
 %define           ORACLE   0


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