diff --git a/ocaml-ancient.spec b/ocaml-ancient.spec index 7efc27c..23ae764 100644 --- a/ocaml-ancient.spec +++ b/ocaml-ancient.spec @@ -1,10 +1,10 @@ %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) -%define ocamllibdir %{_libdir}/ocaml +%global ocamllibdir %{_libdir}/ocaml Name: ocaml-ancient Version: 0.9.0 -Release: 25%{?dist} +Release: 26%{?dist} Summary: OCaml library for large memory structures and sharing License: LGPLv2+ with exceptions @@ -115,6 +115,9 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so %changelog +* Tue Jan 05 2016 Richard Jones - 0.9.0-26 +- Use global instead of define. + * Tue Jul 28 2015 Richard W.M. Jones - 0.9.0-25 - OCaml 4.02.3 rebuild.