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

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


commit d43531997a10edff3d7bc72a9c823d842d523fe6
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Apr 15 13:42:24 2014 +0100

    Remove ocaml_arches macro (RHBZ#1087794).

 ocaml-sqlite.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-sqlite.spec b/ocaml-sqlite.spec
index 838133e..16fbc42 100644
--- a/ocaml-sqlite.spec
+++ b/ocaml-sqlite.spec
@@ -2,15 +2,13 @@
 
 Name:           ocaml-sqlite
 Version:        2.0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        OCaml library for accessing SQLite3 databases
 License:        BSD
 
 URL:            https://bitbucket.org/mmottl/sqlite3-ocaml
 Source0:        https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/sqlite3-ocaml-%{version}.tar.gz
 
-ExclusiveArch:  %{ocaml_arches}
-
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
@@ -84,6 +82,9 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
 
 
 %changelog
+* Tue Apr 15 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.4-3
+- Remove ocaml_arches macro (RHBZ#1087794).
+
 * Thu Sep 19 2013 Richard W.M. Jones <rjones at redhat.com> - 2.0.4-2
 - Remove 'Group' line.
 


More information about the scm-commits mailing list