rpms/tcl-thread/devel tcl-thread.spec,1.3,1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Jan 4 22:54:48 UTC 2008


Author: wart

Update of /cvs/pkgs/rpms/tcl-thread/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23420

Modified Files:
	tcl-thread.spec 
Log Message:
Fix build problem caused by path mismatch on 64-bit platforms




Index: tcl-thread.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-thread/devel/tcl-thread.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcl-thread.spec	4 Jan 2008 22:06:44 -0000	1.3
+++ tcl-thread.spec	4 Jan 2008 22:54:12 -0000	1.4
@@ -6,7 +6,7 @@
 License:	TCL
 Group:		Development/Tools
 Version:	2.6.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Source:		http://prdownloads.sourceforge.net/tcl/thread2.6.5.tar.gz
 URL:		http://tcl.sourceforge.net
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,12 +23,14 @@
 %patch0 -p0
 
 %build
-%configure --enable-threads --with-gdbm --libdir=%{tcl_sitearch}
+%configure --enable-threads --with-gdbm
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p $RPM_BUILD_ROOT%{tcl_sitearch}
+mv $RPM_BUILD_ROOT%{_libdir}/thread%{version} $RPM_BUILD_ROOT%{tcl_sitearch}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,6 +42,9 @@
 %{_mandir}/mann/*
 
 %changelog
+* Fri Jan 4 2008 - jwboyer at jdub.homelinux.org 2.6.5-5
+- Fix build problem caused by path mismatch on 64-bit platforms
+
 * Fri Jan 4 2008 - jwboyer at jdub.homelinux.org 2.6.5-4
 - Rebuild for Tcl 8.5
 




More information about the fedora-extras-commits mailing list