rpms/ocaml-bin-prot/F-12 ocaml-bin-prot.spec,1.2,1.3

Richard W.M. Jones rjones at fedoraproject.org
Mon Jan 11 12:33:06 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-bin-prot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17672

Modified Files:
	ocaml-bin-prot.spec 
Log Message:
Add ExclusiveArch ix86 x86_64


Index: ocaml-bin-prot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-bin-prot/F-12/ocaml-bin-prot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ocaml-bin-prot.spec	11 Jan 2010 12:23:57 -0000	1.2
+++ ocaml-bin-prot.spec	11 Jan 2010 12:33:06 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:           ocaml-bin-prot
 Version:        1.2.21
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Read and write OCaml values in a type-safe binary protocol
 
 Group:          Development/Libraries
@@ -21,6 +21,8 @@ BuildRequires:  ocaml-type-conv >= 1.5.0
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
 
+ExclusiveArch:  %{ix86} x86_64
+
 %global _use_internal_dependency_generator 0
 %global __find_requires /usr/lib/rpm/ocaml-find-requires.sh
 %global __find_provides /usr/lib/rpm/ocaml-find-provides.sh
@@ -118,9 +120,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Jan 11 2010 Richard W.M. Jones <rjones at redhat.com> - 1.2.21-1
+* Mon Jan 11 2010 Richard W.M. Jones <rjones at redhat.com> - 1.2.21-1.fc12.1
 - New upstream release 1.2.21.
 - Change %%define to %%global throughout.
+- Only compile on ix86, x86_64.  This package fails to build on ppc*.
 
 * Mon Nov  9 2009 Richard W.M. Jones <rjones at redhat.com> - 1.2.20-2
 - The final license of the code is LGPLv2+ with the OCaml linking



More information about the scm-commits mailing list