rpms/gcl/devel gcl-bash.patch,NONE,1.1 gcl.spec,1.15,1.16

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Mar 8 19:41:00 UTC 2006


Author: gemi

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

Modified Files:
	gcl.spec 
Added Files:
	gcl-bash.patch 
Log Message:


gcl-bash.patch:

--- NEW FILE gcl-bash.patch ---
--- gcl-2.6.7/configure.bash	2006-03-08 20:39:05.000000000 +0100
+++ gcl-2.6.7/configure	2006-03-08 20:39:39.000000000 +0100
@@ -1711,7 +1711,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 $3}' /etc/.relid'`
+	    system=MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`
 	fi
 	if test "`uname -s`" = "AIX" ; then
 	    system=AIX-`uname -v`.`uname -r`


Index: gcl.spec
===================================================================
RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gcl.spec	17 Feb 2006 23:34:03 -0000	1.15
+++ gcl.spec	8 Mar 2006 19:40:59 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           gcl
 Version:        2.6.7
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        GNU Common Lisp
 
 Group:          Development/Languages
@@ -8,8 +8,12 @@
 URL:            http://www.gnu.org/software/gcl
 Source:         ftp://ftp.gnu.org/pub/gnu/gcl/gcl-2.6.7.tar.gz
 Patch0:		gcl-pers.patch
+Patch1:		gcl-bash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  readline-devel, tk-devel, tcl-devel, gmp-devel
+BuildRequires:  readline-devel
+BuildRequires:	tk-devel
+BuildRequires:	tcl-devel
+BuildRequires:  gmp-devel
 BuildRequires:	tetex, texinfo
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
@@ -26,6 +30,7 @@
 %prep
 %setup -q
 %patch0 -p1
+#%patch1 -p1
 
 
 %build
@@ -91,6 +96,9 @@
 
 
 %changelog
+* Wed Mar  8 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.7-7
+- Patch gcl-bash.patch for configure
+
 * Sat Feb 18 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.7-6
 - Rebuild for Fedora Extras 5
 




More information about the fedora-extras-commits mailing list