rpms/oorexx/devel oorexx.spec,1.2,1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Oct 9 21:11:18 UTC 2006


Author: gemi

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

Modified Files:
	oorexx.spec 
Log Message:



Index: oorexx.spec
===================================================================
RCS file: /cvs/extras/rpms/oorexx/devel/oorexx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oorexx.spec	9 Oct 2006 20:48:06 -0000	1.2
+++ oorexx.spec	9 Oct 2006 21:11:18 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           oorexx
 Version:        3.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Open Object Rexx
 
 Group:          Development/Languages
@@ -11,6 +11,7 @@
 Patch0:         oorexx-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  sed
+BuildRequires:  /usr/include/gnu/stubs-32.h
 
 
 %description
@@ -54,7 +55,7 @@
 %setup -q -n ooRexx-%{version}
 %setup1 -q -n ooRexx-%{version} -a1
 %patch0 -p1 -b .paths
-sed -i 's|-m32||' configure
+
 
 %build
 %configure --disable-static
@@ -120,8 +121,10 @@
 
 
 %changelog
-* Mon Oct  9 2006 Gerard Milmeister <gemi at bluewin.ch> - 3.1.0-2
-- remove -m32 flag for compiling on 64-bit systems
+* Mon Oct  9 2006 Gerard Milmeister <gemi at bluewin.ch> - 3.1.0-3
+- Add BuildRequires: for gnu/stubs-32.h so that x86_64 builds pick up
+  glibc32 correctly
+
 
 * Mon Sep 25 2006 Gerard Milmeister <gemi at bluewin.ch> - 3.1.0-1
 - new version 3.1.0




More information about the scm-commits mailing list