rpms/gauche/FC-4 gauche-arch.patch,NONE,1.1 gauche.spec,1.2,1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed May 3 22:36:28 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/gauche/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2209/FC-4

Modified Files:
	gauche.spec 
Added Files:
	gauche-arch.patch 
Log Message:
added arch patch

gauche-arch.patch:

--- NEW FILE gauche-arch.patch ---
--- Gauche-0.8.7/ext/Makefile.ext.in.arch	2006-05-04 00:22:48.000000000 +0200
+++ Gauche-0.8.7/ext/Makefile.ext.in	2006-05-04 00:23:25.000000000 +0200
@@ -10,7 +10,7 @@
 datadir     = @datadir@
 VPATH       = $(srcdir)
 GAUCHE_VERSION = @GAUCHE_VERSION@
-HOST        = @host@
+HOST        = @target@
 
 # These may be overridden by make invocators
 DESTDIR  =


Index: gauche.spec
===================================================================
RCS file: /cvs/extras/rpms/gauche/FC-4/gauche.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gauche.spec	29 Apr 2006 09:21:55 -0000	1.2
+++ gauche.spec	3 May 2006 22:36:28 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		gauche
 Version:	0.8.7
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Scheme script interpreter with multibyte character handling
 
 Group:		Development/Languages
@@ -8,6 +8,7 @@
 URL:		http://www.shiro.dreamhost.com/scheme/gauche
 Source:		http://download.sourceforge.net/gauche/Gauche-0.8.7.tgz
 Patch0:		gauche-jp.patch
+Patch1:		gauche-arch.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gdbm-devel
 BuildRequires:	texinfo
@@ -34,6 +35,7 @@
 %prep
 %setup -q -n Gauche-%{version}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -121,12 +123,15 @@
 
 
 %changelog
+* Thu May  4 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.8.7-5
+- added patch for consistent arch directories (gauche-arch.patch)
+
 * Fri Apr 28 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.8.7-3
 - added %%check
 - included COPYING file in %%doc
 
 * Thu Apr 27 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.8.7-2
-- fixes to permissions
+- fixes permissions
 - patch to fix jp problem in texinfo file
 
 * Fri Apr 21 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.8.7-1




More information about the fedora-extras-commits mailing list