rpms/libgda/devel libgda.spec,1.25,1.26

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 8 11:52:18 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/libgda/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11629

Modified Files:
	libgda.spec 
Log Message:
* Wed Aug  8 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1:3.0.1-2
- Build against system sqlite instead of own private copy (this is possible now
  that the system sqlite is of a high enough version) 
- Enable FreeTDS provider (FreeTDS is in Fedora now)
- Update License tag for new Licensing Guidelines compliance



Index: libgda.spec
===================================================================
RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libgda.spec	8 Aug 2007 11:03:13 -0000	1.25
+++ libgda.spec	8 Aug 2007 11:51:45 -0000	1.26
@@ -298,8 +298,11 @@
 # fix ppc64 postgres detection
 sed -i 's/x86_64\* | sparc64\*) lib="lib64";;/x86_64\* | sparc64\* | powerpc64\*) lib="lib64";;/' \
   configure.in
-aclocal
-automake
+# <sigh> there is no need to run aclocal or automake again, this only causes
+# problems (like getting intltool 0.36 m4 code in configure, while using
+# 0.30 .in files to generate intltool)
+touch aclocal.m4
+touch `find -name Makefile.in`
 autoconf
 
 
@@ -361,6 +364,9 @@
 %endif
 
 %configure $CONFIG
+# Don't use rpath!
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
 
 




More information about the scm-commits mailing list