rpms/gtk2/devel gtk2.spec,1.369,1.370

Karsten Hopp karsten at fedoraproject.org
Sun Apr 12 00:22:18 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20504

Modified Files:
	gtk2.spec 
Log Message:
- autoconf uses ibm-linux not redhat-linux (s390x),
  fix host similar to ppc



Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- gtk2.spec	11 Apr 2009 22:56:02 -0000	1.369
+++ gtk2.spec	12 Apr 2009 00:22:17 -0000	1.370
@@ -17,7 +17,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
@@ -190,6 +190,8 @@
 
 # autoconf uses powerpc not ppc
 host=`echo $host | sed "s/^ppc/powerpc/"`
+# autoconf uses ibm-linux not redhat-linux (s390x)
+host=`echo $host | sed "s/^s390\(x\)*-redhat/s390\1-ibm/"`
 
 # Make sure that the host value that is passed to the compile
 # is the same as the host that we're using in the spec file
@@ -342,6 +344,10 @@
 
 
 %changelog
+* Sun Apr 12 2009 Karsten Hopp <karsten at redhat.com> 2.16.1-2
+- autoconf uses ibm-linux not redhat-linux (s390x), 
+  fix host similar to ppc
+
 * Sat Apr 11 2009 Matthias Clasen <mclasen at redhat.com> - 2.16.1-1
 - Update to 2.16.1
 




More information about the scm-commits mailing list