rpms/tcl-thread/devel tcl-thread-x86_64-build.patch, NONE, 1.1 tcl-thread.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Sat Nov 4 15:56:23 UTC 2006


Author: jwboyer

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

Modified Files:
	.cvsignore sources 
Added Files:
	tcl-thread-x86_64-build.patch tcl-thread.spec 
Log Message:
auto-import tcl-thread-2.6.5-2 on branch devel from tcl-thread-2.6.5-2.src.rpm

tcl-thread-x86_64-build.patch:

--- NEW FILE tcl-thread-x86_64-build.patch ---
--- configure.orig	2006-11-02 14:42:53.000000000 -0800
+++ configure	2006-11-02 14:43:11.000000000 -0800
@@ -6155,6 +6155,7 @@
 
     if test x"${gincdir}" = x -o x"${glibdir}" = x; then
         for i in \
+                `ls -d ${libdir} 2>/dev/null`\
                 `ls -d ${exec_prefix}/lib 2>/dev/null`\
                 `ls -d ${prefix}/lib 2>/dev/null`\
                 `ls -d /usr/local/lib 2>/dev/null`\
--- aclocal.m4.orig	2006-11-02 14:42:57.000000000 -0800
+++ aclocal.m4	2006-11-02 14:43:04.000000000 -0800
@@ -40,6 +40,7 @@
     ])
     if test x"${gincdir}" = x -o x"${glibdir}" = x; then
         for i in \
+                `ls -d ${libdir} 2>/dev/null`\
                 `ls -d ${exec_prefix}/lib 2>/dev/null`\
                 `ls -d ${prefix}/lib 2>/dev/null`\
                 `ls -d /usr/local/lib 2>/dev/null`\


--- NEW FILE tcl-thread.spec ---
Name:		tcl-thread
Summary:	Tcl Thread extension
License:	BSD
Group:		Development/Tools
Version:	2.6.5
Release:	2%{?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)
BuildRequires: tcl-devel gdbm-devel
Requires: tcl
Patch0: tcl-thread-x86_64-build.patch

%description
Thread extension for the Tcl toolkit.  You can use this extension to gain
script level access to Tcl threading capabilities.

%prep
%setup -q -n thread%{version}
%patch0 -p0

%build
%configure --enable-threads --with-gdbm
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%check

make DESTDIR=$RPM_BUILD_ROOT test

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root)
%doc license.terms README ChangeLog
%{_libdir}/thread%{version}
%{_mandir}/mann/*

%changelog
* Fri Nov 3 2006 - jwboyer at jdub.homelinux.org 2.6.5-2
- Update for review comments
- Add patch to compile on x86_64

* Thu Oct 26 2006 - jwboyer at jdub.homelinux.org 2.6.5-1
- Initial tcl-threads


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tcl-thread/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Nov 2006 15:55:20 -0000	1.1
+++ .cvsignore	4 Nov 2006 15:55:53 -0000	1.2
@@ -0,0 +1 @@
+thread2.6.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tcl-thread/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Nov 2006 15:55:20 -0000	1.1
+++ sources	4 Nov 2006 15:55:53 -0000	1.2
@@ -0,0 +1 @@
+3c69b4a891590f23bb79a1fa98d879f7  thread2.6.5.tar.gz




More information about the scm-commits mailing list