[ocaml-lacaml] Remove ocaml_arches macro (RHBZ#1087794).

Richard W.M. Jones rjones at fedoraproject.org
Tue Apr 15 12:40:06 UTC 2014


commit cc6acaf9c6d456bdfcfc6dbd2c46f339835c2a66
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Apr 15 13:39:52 2014 +0100

    Remove ocaml_arches macro (RHBZ#1087794).

 ocaml-lacaml.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-lacaml.spec b/ocaml-lacaml.spec
index 03ef894..59ad3ab 100644
--- a/ocaml-lacaml.spec
+++ b/ocaml-lacaml.spec
@@ -2,14 +2,13 @@
 
 Name:           ocaml-lacaml
 Version:        7.0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        BLAS/LAPACK-interface for OCaml
 
 Group:          Development/Libraries
 License:        LGPLv2 with exceptions
 URL:            https://bitbucket.org/mmottl/lacaml
 Source0:        https://bitbucket.org/mmottl/lacaml/downloads/lacaml-%{version}.tar.gz
-ExclusiveArch:  %{ocaml_arches}
 
 BuildRequires:  ocaml
 BuildRequires:  ocaml-camlp4-devel
@@ -89,6 +88,9 @@ install -m 0644 _build/lib/*.cmx $RPM_BUILD_ROOT%{_libdir}/ocaml/lacaml
 
 
 %changelog
+* Tue Apr 15 2014 Richard W.M. Jones <rjones at redhat.com> - 7.0.9-3
+- Remove ocaml_arches macro (RHBZ#1087794).
+
 * Sat Sep 21 2013 Richard W.M. Jones <rjones at redhat.com> - 7.0.9-2
 - Ignore Common and Utils when calculating requires.
 


More information about the scm-commits mailing list