- drop ExcludeArch

This commit is contained in:
Dan Horák 2014-05-28 11:21:11 +02:00
parent 2f66070125
commit f4654e2edd

View File

@ -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 <dan[at]danny.cz> - 1.4-2
- drop ExcludeArch
* Fri Sep 13 2013 Richard W.M. Jones <rjones@redhat.com> - 1.4-1
- New upstream version 1.4.
- Build debuginfo.