Abandon attempts to set LIBDIR, just use /usr/lib instead.

This commit is contained in:
Richard W.M. Jones 2017-11-22 13:43:29 +00:00
parent cf068c6912
commit 1a2c4210fb
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-omake
Version: 0.10.3
Release: 2
Release: 3
Summary: Build system with automated dependency analysis
License: LGPLv2+ with exceptions and GPLv2+ and BSD
@ -44,7 +44,8 @@ features many additional enhancements, including the following.
%build
echo 'LIBDIR=%{_libdir}' > .config.local
# In latest omake it seems to be impossible to set LIBDIR, so we will
# always install the dependent files in /usr/lib/omake. XXX
./configure -prefix %{_prefix}
make all
@ -58,12 +59,15 @@ make install \
%doc CONTRIBUTORS.org LICENSE LICENSE.OMake README.md
%doc ChangeLog
%doc doc/txt/omake-doc.txt doc/ps/omake-doc.pdf doc/html/
%{_libdir}/omake/
%{_prefix}/lib/omake/
%{_bindir}/omake
%{_bindir}/osh
%changelog
* Wed Nov 22 2017 Richard W.M. Jones <rjones@redhat.com> - 0.10.3-3
- Abandon attempts to set LIBDIR, just use /usr/lib instead.
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 0.10.3-2
- OCaml 4.06.0 rebuild.