rpms/tclparser/devel tclparser-1.4-configure.patch, NONE, 1.1 tclparser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Nov 25 23:21:08 UTC 2006


Author: wart

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

Modified Files:
	.cvsignore sources 
Added Files:
	tclparser-1.4-configure.patch tclparser.spec 
Log Message:
auto-import tclparser-1.4-1.20061030cvs on branch devel from tclparser-1.4-1.20061030cvs.src.rpm

tclparser-1.4-configure.patch:

--- NEW FILE tclparser-1.4-configure.patch ---
--- configure.orig	2006-11-01 08:25:07.000000000 -0800
+++ configure	2006-11-01 08:25:37.000000000 -0800
@@ -1500,10 +1500,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
@@ -7046,7 +7048,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 tclparser.spec ---
%define cvsdate 20061030

Summary: Tcl syntax parser
Name: tclparser
Version: 1.4
Release: 1.%{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 tclparser-20061030cvs tclparser
# tar czf tclparser-20061030cvs.tgz ./tclparser-20061030cvs
Source0: tclparser-%{cvsdate}cvs.tgz
Patch0:  tclparser-1.4-configure.patch
URL: http://tclpro.sourceforge.net/
Requires: tcl
BuildRequires: tcl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
A parser for the Tcl scripting language.  It is used by the Tcl syntax checker
to parse a Tcl script into commands, words and tokens.

%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
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tclparser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2006 23:20:11 -0000	1.1
+++ .cvsignore	25 Nov 2006 23:20:38 -0000	1.2
@@ -0,0 +1 @@
+tclparser-20061030cvs.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tclparser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2006 23:20:11 -0000	1.1
+++ sources	25 Nov 2006 23:20:38 -0000	1.2
@@ -0,0 +1 @@
+2efb266a55faff5a9b2c5e53f9edc50f  tclparser-20061030cvs.tgz




More information about the scm-commits mailing list