From f4654e2eddeb7bee7ba3c76bd8edc0c027addf61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 28 May 2014 11:21:11 +0200 Subject: [PATCH] - drop ExcludeArch --- ocaml-findlib.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index bd8a2e1..ac9fcd3 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -2,7 +2,7 @@ Name: ocaml-findlib Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective CAML package manager and build helper License: BSD @@ -12,8 +12,6 @@ Source0: http://download.camlcity.org/download/findlib-%{version}.tar.gz # Use ocamlopt -g patch to include debug information. Patch1: findlib-1.4-add-debug.patch -ExcludeArch: sparc64 s390 s390x - BuildRequires: ocaml >= 4.01.0 BuildRequires: ocaml-camlp4-devel BuildRequires: ocaml-labltk-devel @@ -103,6 +101,9 @@ mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir} %changelog +* Wed May 28 2014 Dan HorĂ¡k - 1.4-2 +- drop ExcludeArch + * Fri Sep 13 2013 Richard W.M. Jones - 1.4-1 - New upstream version 1.4. - Build debuginfo.