rpms/tbcload/devel tbcload-1.4-configure.patch, NONE, 1.1 tbcload.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 00:53:37 UTC 2006


Author: wart

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

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

tbcload-1.4-configure.patch:

--- NEW FILE tbcload-1.4-configure.patch ---
--- configure.orig	2006-10-31 21:10:39.000000000 -0800
+++ configure	2006-10-31 21:12:24.000000000 -0800
@@ -1505,10 +1505,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
@@ -7051,7 +7053,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 tbcload.spec ---
%define cvsdate 20061030

Summary: Tcl bytecode loader
Name: tbcload
Version: 1.4
Release: 3.%{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 tbcload-20061030cvs tbcload
# tar czf tbcload-20061030cvs.tgz ./tbcload-20061030cvs
Source0: tbcload-%{cvsdate}cvs.tgz
Patch0:  tbcload-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 Tcl bytecode loader that loads tcl bytecode files for faster loading
and execution.

%package devel
Summary: Header files for compiling against tbcload
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} tcl-devel
%description devel
Header files for compiling against tbcload

%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}

%files devel
%defattr(-,root,root)
%{_includedir}/*.h

%changelog
* Tue Nov 7 2006 Wart <wart at kobold.org> 1.4-3.20061030cvs
- Fix rpmlint warning about changelog entries

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tbcload/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Nov 2006 00:52:41 -0000	1.1
+++ .cvsignore	8 Nov 2006 00:53:07 -0000	1.2
@@ -0,0 +1 @@
+tbcload-20061030cvs.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tbcload/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Nov 2006 00:52:41 -0000	1.1
+++ sources	8 Nov 2006 00:53:07 -0000	1.2
@@ -0,0 +1 @@
+a62c0d6acc58fbe53dc285090ceff444  tbcload-20061030cvs.tgz




More information about the scm-commits mailing list