Used ocaml_arches macros to enable ocaml on supported arches

This commit is contained in:
Jaroslav Škarvada 2013-01-24 15:31:10 +01:00
parent dc7dc9b18e
commit aca33737b9
1 changed files with 7 additions and 4 deletions

View File

@ -5,10 +5,10 @@
%global SHARP 1 %global SHARP 1
%endif %endif
%ifarch alpha s390 s390x sparc64 %ifarch %{ocaml_arches}
%global OCAML 0
%else
%global OCAML 1 %global OCAML 1
%else
%global OCAML 0
%endif %endif
%global DEVIL 1 %global DEVIL 1
@ -48,7 +48,7 @@
Name: graphviz Name: graphviz
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
Version: 2.30.0 Version: 2.30.0
Release: 2%{?dist} Release: 3%{?dist}
Group: Applications/Multimedia Group: Applications/Multimedia
License: EPL License: EPL
URL: http://www.graphviz.org/ URL: http://www.graphviz.org/
@ -529,6 +529,9 @@ fi
%changelog %changelog
* Thu Jan 24 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.30.0-3
- Used ocaml_arches macros to enable ocaml on supported arches
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.30.0-2 * Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.30.0-2
- rebuild due to "jpeg8-ABI" feature drop - rebuild due to "jpeg8-ABI" feature drop