rpms/tclcompiler/devel tclcompiler-1.5-configure.patch, NONE, 1.1 tclcompiler.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Wed Nov 8 01:28:03 UTC 2006


Author: wart

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

Modified Files:
	.cvsignore sources 
Added Files:
	tclcompiler-1.5-configure.patch tclcompiler.spec 
Log Message:
auto-import tclcompiler-1.5-2.20061030cvs on branch devel from tclcompiler-1.5-2.20061030cvs.src.rpm

tclcompiler-1.5-configure.patch:

--- NEW FILE tclcompiler-1.5-configure.patch ---
--- configure.orig	2006-10-31 21:41:47.000000000 -0800
+++ configure	2006-10-31 21:41:31.000000000 -0800
@@ -1495,10 +1495,12 @@
 
 	    # check in a few common install locations
 	    if test x"${ac_cv_c_tclconfig}" = x ; then
-		for i in `ls -d ${exec_prefix}/lib 2>/dev/null` \
+		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` \
 			`ls -d /usr/contrib/lib 2>/dev/null` \
+			`ls -d /usr/lib64 2>/dev/null` \
 			`ls -d /usr/lib 2>/dev/null` \
 			; do
 		    if test -f "$i/tclConfig.sh" ; then
@@ -6979,7 +6981,7 @@
 	    # results, and the version is kept in special file).
 
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print }' /etc/.relid'`
+		system=MP-RAS-`awk '{print }' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`


--- NEW FILE tclcompiler.spec ---
%define cvsdate 20061030

Summary: Tcl bytecode compiler
Name: tclcompiler
Version: 1.5
Release: 2.%{cvsdate}cvs%{?dist}
License: BSD
Group: Development/Libraries
# cvs -d:pserver:anonymous at tclpro.cvs.sourceforge.net:/cvsroot/tclpro export -D 2006-10-30 -d tclcompiler-20061030cvs tclcompiler
# tar czf tclcompiler-20061030cvs.tgz ./tclcompiler-20061030cvs
Source0: tclcompiler-%{cvsdate}cvs.tgz
Patch0:  tclcompiler-1.5-configure.patch
URL: http://tclpro.sourceforge.net/
Requires: tcl
BuildRequires: tbcload-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A Tcl bytecode compiler that compiles .tcl script files into Tcl bytecode
for faster loading and execution.

%prep
%setup -q -n %{name}-%{cvsdate}cvs
%patch -p0

%build
%configure
make %{?_smp_mflags}

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

%check
# fails because there is no test suite for this package.
#make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc ChangeLog license.terms
%defattr(-,root,root)
%{_libdir}/%{name}%{version}

%changelog
* Thu Nov 2 2006 Wart <wart at kobold.org> 1.5-2.20061030cvs
- Added missing license file

* Tue Oct 31 2006 Wart <wart at kobold.org> 1.5-1.20061030cvs
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tclcompiler/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Nov 2006 01:27:10 -0000	1.1
+++ .cvsignore	8 Nov 2006 01:27:33 -0000	1.2
@@ -0,0 +1 @@
+tclcompiler-20061030cvs.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tclcompiler/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Nov 2006 01:27:10 -0000	1.1
+++ sources	8 Nov 2006 01:27:33 -0000	1.2
@@ -0,0 +1 @@
+6e4c81bd2a1ee86d3043326c9615528b  tclcompiler-20061030cvs.tgz




More information about the scm-commits mailing list