rpms/xbase/devel xbase-2.0.0-fixconfig.patch, NONE, 1.1 xbase.spec, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Jul 10 13:49:21 UTC 2005


Author: spot

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

Modified Files:
	xbase.spec 
Added Files:
	xbase-2.0.0-fixconfig.patch 
Log Message:

Resolve bugzilla 162845


xbase-2.0.0-fixconfig.patch:

--- NEW FILE xbase-2.0.0-fixconfig.patch ---
--- xbase-2.0.0/xbase-config.in.BAD	2005-07-10 08:38:03.000000000 -0500
+++ xbase-2.0.0/xbase-config.in	2005-07-10 08:37:25.000000000 -0500
@@ -5,7 +5,7 @@
 exec_prefix_set=no
 CC="@CC@"
 CXX="@CXX@"
-LD="@SHARED_LD@"
+LD="@LD@"
 
 usage="\
 Usage: xbase-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] [--cc] [--cxx] [--ld]"


Index: xbase.spec
===================================================================
RCS file: /cvs/extras/rpms/xbase/devel/xbase.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xbase.spec	4 Jul 2005 14:54:32 -0000	1.1
+++ xbase.spec	10 Jul 2005 13:49:18 -0000	1.2
@@ -1,11 +1,12 @@
 Name:		xbase
 Summary: 	XBase compatible database library and tools
 Version: 	2.0.0
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License: 	LGPL (binaries GPL)
 Group: 		Development/Libraries
 URL:		http://linux.techass.com/projects/xdb/
 Source0:	http://dl.sourceforge.net/xdb/%{name}-%{version}.tar.gz
+Patch0:		xbase-2.0.0-fixconfig.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen
 
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-static
@@ -72,6 +74,9 @@
 %{_libdir}/libxbase.so
 
 %changelog
+* Sun Jul 10 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-3
+- fix xbase-config --ld (bugzilla 162845)
+
 * Fri Jul  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-2
 - add BuildRequires: doxygen
 - remove latex docs (html is fine)




More information about the fedora-extras-commits mailing list