Use global instead of define.

This commit is contained in:
Richard W.M. Jones 2016-01-05 17:15:59 +00:00
parent 8310f15378
commit 2321ed9a33
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%if !%opt
%global debug_package %{nil}
%define __strip /bin/true
%global __strip /bin/true
%endif
Name: ocaml-omake
Version: 0.9.8.6
Release: 0.rc1%{?dist}.20
Release: 0.rc1%{?dist}.21
Summary: Build system with automated dependency analysis
License: LGPLv2+ with exceptions and GPLv2+ and BSD
@ -81,6 +81,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_bindir}/*
%changelog
* Tue Jan 05 2016 Richard Jones <rjones@redhat.com> - 0.9.8.6-0.rc1.21
- Use global instead of define.
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 0.9.8.6-0.rc1.20
- OCaml 4.02.3 rebuild.