Use global instead of define.

This commit is contained in:
Richard W.M. Jones 2016-01-05 17:16:05 +00:00
parent 5d44eba591
commit 1288623701
1 changed files with 5 additions and 2 deletions

View File

@ -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 <rjones@redhat.com> - 0.9.0-26
- Use global instead of define.
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-25
- OCaml 4.02.3 rebuild.